From e5169859b68eff03c8bf6ecca667464cccfd6f4a Mon Sep 17 00:00:00 2001 From: Asa Ayers Date: Tue, 18 Feb 2025 10:53:59 -0800 Subject: [PATCH 1/2] Remove node global --- webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index d5e41722..eac6108e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,6 +4,9 @@ const webpack = require('webpack'); const pkg = require('./package.json'); const config = { + node: { + global: false + }, entry: [ 'url-polyfill', 'url-search-params-polyfill', From aedebf71a9e0a7016a74ad62626db0a30d9f7e19 Mon Sep 17 00:00:00 2001 From: Asa Ayers Date: Tue, 18 Feb 2025 11:05:43 -0800 Subject: [PATCH 2/2] Bump version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af352aef..1168b4b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hellosign-embedded", - "version": "2.12.2", + "version": "2.12.3", "description": "Embed HelloSign signature requests and templates from within your web application.", "main": "index.js", "license": "MIT",