From 043916c0e2a624da639bc7bbb2fdb12b1f2b2d12 Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 30 Aug 2024 23:18:08 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'package.js?= =?UTF-8?q?on'=20with=20remote=20'package.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9061419..4adb1d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/w3s-pw-web-sdk", - "version": "1.1.2", + "version": "1.1.3", "description": "Javascript/Typescript SDK for Circle Programmable Wallets", "main": "dist/index.js", "types": "dist/index.d.ts", From c3dcd7bdf6ffdadcb2c43316a157fdca0fa9550e Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 30 Aug 2024 23:18:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'tsconfig.j?= =?UTF-8?q?son'=20with=20remote=20'tsconfig.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8ad1e70..ad75c25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,9 @@ "strictNullChecks": true, "skipLibCheck": true, "types": ["node", "jest"], - "allowJs": true + "allowJs": true, + "esModuleInterop": true, + "resolveJsonModule": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]