Skip to content

Commit 48f8880

Browse files
authored
Merge pull request #900 from LIT-Protocol/dev/test-ci-changeset-6-fix-exports
Dev/test ci changeset 6 fix exports
2 parents 3324871 + ff54600 commit 48f8880

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.changeset/hot-deer-tie.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
'@lit-protocol/access-control-conditions': patch
3+
'@lit-protocol/access-control-conditions-schemas': patch
4+
'@lit-protocol/artillery': patch
5+
'@lit-protocol/auth': patch
6+
'@lit-protocol/auth-helpers': patch
7+
'@lit-protocol/auth-services': patch
8+
'@lit-protocol/constants': patch
9+
'@lit-protocol/crypto': patch
10+
'@lit-protocol/e2e': patch
11+
'@lit-protocol/lit-client': patch
12+
'@lit-protocol/logger': patch
13+
'@lit-protocol/networks': patch
14+
'@lit-protocol/schemas': patch
15+
'@lit-protocol/types': patch
16+
'@lit-protocol/wasm': patch
17+
---
18+
19+
fix Uncaught ReferenceError: exports is not defined

packages/networks/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"module": "commonjs",
54
"forceConsistentCasingInFileNames": true,
65
"strict": true,
76
"noImplicitOverride": true,

0 commit comments

Comments
 (0)