diff --git a/.changeset/hot-deer-tie.md b/.changeset/hot-deer-tie.md new file mode 100644 index 000000000..d99ec9236 --- /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 diff --git a/packages/networks/tsconfig.json b/packages/networks/tsconfig.json index 96bb5d1a1..c8732060c 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,