Skip to content

Commit 5d088b0

Browse files
committed
fix(constants): resolve SyntaxError related to missing export 'DEV_PRIVATE_KEY' across multiple packages and update versions to test releases
1 parent d575cbd commit 5d088b0

File tree

33 files changed

+144
-18
lines changed

33 files changed

+144
-18
lines changed

.changeset/cute-bottles-ask.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
'@lit-protocol/schemas': major
1313
'@lit-protocol/types': major
1414
'@lit-protocol/wasm': major
15-
'@lit-protocol/wrapped-keys': major
16-
'@lit-protocol/wrapped-keys-lit-actions': major
1715
---
1816

1917
first naga beta release

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"@lit-protocol/networks": "7.0.0",
1515
"@lit-protocol/schemas": "7.0.0",
1616
"@lit-protocol/types": "7.0.0",
17-
"@lit-protocol/wasm": "7.0.0"
17+
"@lit-protocol/wasm": "7.0.0",
18+
"@lit-protocol/artillery": "0.0.1",
19+
"@lit-protocol/e2e": "1.0.11",
20+
"@lit-protocol/wrapped-keys": "8.0.0-beta.15",
21+
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0-beta.15"
1822
},
1923
"changesets": [
2024
"afraid-moons-go",
@@ -33,6 +37,7 @@
3337
"orange-cows-judge",
3438
"rich-cows-start",
3539
"salty-rockets-try",
40+
"silly-seas-cover",
3641
"strong-parrots-buy",
3742
"tame-moose-notice",
3843
"true-corners-obey",

.changeset/silly-seas-cover.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 SyntaxError: The requested module '@lit-protocol/constants' does not provide an export named 'DEV_PRIVATE_KEY'

packages/access-control-conditions-schemas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/access-control-conditions-schemas
22

3+
## 8.0.0-test.16
4+
5+
### Patch Changes
6+
7+
- fix SyntaxError: The requested module '@lit-protocol/constants' does not provide an export named 'DEV_PRIVATE_KEY'
8+
39
## 8.0.0-beta.15
410

511
### Patch Changes

packages/access-control-conditions-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "8.0.0-beta.15",
24+
"version": "8.0.0-test.16",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/access-control-conditions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/access-control-conditions
22

3+
## 8.0.0-test.16
4+
5+
### Patch Changes
6+
7+
- fix SyntaxError: The requested module '@lit-protocol/constants' does not provide an export named 'DEV_PRIVATE_KEY'
8+
39
## 8.0.0-beta.15
410

511
### Patch Changes

packages/access-control-conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "8.0.0-beta.15",
24+
"version": "8.0.0-test.16",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/artillery/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @lit-protocol/artillery
2+
3+
## 0.0.2-test.0
4+
5+
### Patch Changes
6+
7+
- fix SyntaxError: The requested module '@lit-protocol/constants' does not provide an export named 'DEV_PRIVATE_KEY'
8+
- Updated dependencies
9+
- @lit-protocol/e2e@1.0.12-test.0

packages/artillery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/artillery",
3-
"version": "0.0.1",
3+
"version": "0.0.2-test.0",
44
"private": true,
55
"dependencies": {
66
"artillery": "2.0.23",

packages/auth-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/auth-helpers
22

3+
## 8.0.0-test.16
4+
5+
### Patch Changes
6+
7+
- fix SyntaxError: The requested module '@lit-protocol/constants' does not provide an export named 'DEV_PRIVATE_KEY'
8+
39
## 8.0.0-beta.15
410

511
### Patch Changes

0 commit comments

Comments
 (0)