From 68b3d3c3c7b429ac47fd1258200610e80fa1449b Mon Sep 17 00:00:00 2001 From: anson Date: Tue, 16 Sep 2025 21:41:41 +0100 Subject: [PATCH 1/2] fix: remove CommonJS module setting from networks tsconfig --- packages/networks/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/networks/tsconfig.json b/packages/networks/tsconfig.json index 96bb5d1a1f..c8732060cd 100644 --- a/packages/networks/tsconfig.json +++ b/packages/networks/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "module": "commonjs", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, From ff54600b8f0133248805682532f8f7012b632677 Mon Sep 17 00:00:00 2001 From: anson Date: Tue, 16 Sep 2025 21:42:56 +0100 Subject: [PATCH 2/2] chore: update tsconfig to remove CommonJS module setting for improved compatibility --- .changeset/hot-deer-tie.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .changeset/hot-deer-tie.md diff --git a/.changeset/hot-deer-tie.md b/.changeset/hot-deer-tie.md new file mode 100644 index 0000000000..d99ec92361 --- /dev/null +++ b/.changeset/hot-deer-tie.md @@ -0,0 +1,19 @@ +--- +'@lit-protocol/access-control-conditions': patch +'@lit-protocol/access-control-conditions-schemas': patch +'@lit-protocol/artillery': patch +'@lit-protocol/auth': patch +'@lit-protocol/auth-helpers': patch +'@lit-protocol/auth-services': patch +'@lit-protocol/constants': patch +'@lit-protocol/crypto': patch +'@lit-protocol/e2e': patch +'@lit-protocol/lit-client': patch +'@lit-protocol/logger': patch +'@lit-protocol/networks': patch +'@lit-protocol/schemas': patch +'@lit-protocol/types': patch +'@lit-protocol/wasm': patch +--- + +fix Uncaught ReferenceError: exports is not defined