Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
567402c
fix(package.json): upgraded esbuild to 0.19.2 to satisfy Nx, removed …
Ansonhkg Sep 5, 2025
85bf7ac
refactor(package.json): bun to npm
Ansonhkg Sep 5, 2025
48c0c07
refactor(Bun > npm + Jest): Jest runs E2E via Babel (uniform TS/ESM),…
Ansonhkg Sep 5, 2025
f64f3e6
fix(e2e): add force exit for npm e2e test
Ansonhkg Sep 5, 2025
26df601
refactor(Bun > npm + Jest): Jest runs E2E via Babel (uniform TS/ESM),…
Ansonhkg Sep 5, 2025
77586c1
fix(e2e): add force exit for npm e2e test
Ansonhkg Sep 5, 2025
e2fca2a
refactor(artillery): migrate from using Bun to npm
Ansonhkg Sep 5, 2025
30bf9da
fix(package): fix a peer-dependency conflicts where `[email protected]`…
Ansonhkg Sep 8, 2025
2e53cfc
refactor(pnpm): migrate from package-lock.json to pnpm-lock.yaml and …
Ansonhkg Sep 8, 2025
0e41fc5
fix(pnpm): resolve warnings for pnpm:
Ansonhkg Sep 8, 2025
9ed7fe1
chore(package): remove unused dependencies and scripts
Ansonhkg Sep 9, 2025
0dad0a8
chore(scripts): remove unused script
Ansonhkg Sep 9, 2025
81012f7
chore(package): migrate package types from commonjs to module for con…
Ansonhkg Sep 10, 2025
0779fe7
refactor(auth-services): migrate away from using Bun
Ansonhkg Sep 10, 2025
c16bc5d
refactor(auth-services): migrate away from using Bun
Ansonhkg Sep 10, 2025
f131df3
fix(networks): fix networks build issue - this fix is temporarly and …
Ansonhkg Sep 10, 2025
b3f63f9
feat(auth-services): add API key support when gating is enabled:
Ansonhkg Sep 10, 2025
ada4dc0
refactor(auth-services):
Ansonhkg Sep 10, 2025
ddfff2f
fix(types): deployed app returns Cannot find module '@ethersproject/a…
Ansonhkg Sep 10, 2025
416131c
fix(dependencies): add `@ethersproject/[email protected] ` to fix the `…
Ansonhkg Sep 10, 2025
2b8277b
fix(logger, types): use type export for types
Ansonhkg Sep 11, 2025
409d3fa
fix(auth-services): change project type from `application` to `librar…
Ansonhkg Sep 11, 2025
52ed77c
refactor(nx, package): update nx configuration and dependencies to ve…
Ansonhkg Sep 11, 2025
e62eee8
fix(build): 33 type errors from different places in the codebase. Maj…
Ansonhkg Sep 11, 2025
7780923
feat(lit-auth-server, lit-login-server): make them nx node apps and e…
Ansonhkg Sep 11, 2025
28afe72
fix(e2e): test should work again
Ansonhkg Sep 12, 2025
bac5bb2
chore: remove unused tools configuration and scripts
Ansonhkg Sep 12, 2025
9d8d389
refactor(contract-manager): improve type handling for wallet clients
Ansonhkg Sep 15, 2025
0edeb1f
refactor(e2e): moved ./e2e inside ./packages/e2e
Ansonhkg Sep 12, 2025
8a8163f
refactor(e2e): moved ./e2e inside ./packages/e2e
Ansonhkg Sep 12, 2025
151df69
chore: upload lock file
Ansonhkg Sep 12, 2025
d602829
refactor(artillery): update command scripts to include logging option…
Ansonhkg Sep 12, 2025
0a1d6fb
chore(package):
Ansonhkg Sep 12, 2025
965c117
refactor(auth, e2e):
Ansonhkg Sep 12, 2025
3c3ee94
feat(docker): add Docker support for lit-auth-server and lit-login-se…
Ansonhkg Sep 11, 2025
f59121d
fix(networks, schemas): fix build by adding the required StrictAuth d…
Ansonhkg Sep 15, 2025
8195ba6
refactor(e2e/artillery):
Ansonhkg Sep 12, 2025
25eb2a0
refactor(package): remove artillery scripts as we have nx commands al…
Ansonhkg Sep 15, 2025
1c18085
fix(e2e): update auth context types in e2e tests to use AuthContext f…
Ansonhkg Sep 15, 2025
9abb08f
fix(e2e): https://github.com/LIT-Protocol/js-sdk/pull/881#discussion_…
Ansonhkg Sep 15, 2025
dfe87bc
chore(package): update pnpm-lock.yaml
Ansonhkg Sep 18, 2025
f7b6ea5
Merge branch 'feature/jss-93-refactor-bun-pnpm' of github.com:LIT-Pro…
Ansonhkg Sep 18, 2025
a388b28
Merge pull request #891 from LIT-Protocol/feature/jss-107-refactor-mo…
Ansonhkg Sep 18, 2025
6856bdc
Merge branch 'feature/jss-93-refactor-bun-pnpm' of https://github.com…
Ansonhkg Sep 19, 2025
2fd7fd5
feat(lit-contracts): migrated away from https://github.com/Lit-Protoc…
Ansonhkg Sep 23, 2025
275a0d4
fmt
Ansonhkg Sep 23, 2025
cb48c72
fmt
Ansonhkg Sep 23, 2025
5a5e58d
Merge branch 'naga' into feat/migrate-lit-contracts-repo
Ansonhkg Sep 23, 2025
3ac0751
fix(contracts): sync prebuilt artifacts into workspace dist
Ansonhkg Sep 24, 2025
fc8e860
fmt
Ansonhkg Sep 24, 2025
642cd0b
feat(release): add initial monorepo release notes for v0.5.1
Ansonhkg Sep 24, 2025
dd2e6f4
fix(docs): update README to correct sync command for contract address…
Ansonhkg Sep 24, 2025
838bd2f
fix: https://github.com/LIT-Protocol/js-sdk/pull/889#discussion_r2372…
Ansonhkg Sep 24, 2025
dba7110
fix: unblock build (except auth-services)
Ansonhkg Sep 25, 2025
b68b8ea
Update packages/networks/src/networks/vNaga/shared/managers/state-man…
Ansonhkg Sep 25, 2025
7201203
fix: correct logger error arg order
Ansonhkg Sep 25, 2025
cdad6af
fix: https://github.com/LIT-Protocol/js-sdk/pull/892#discussion_r2376…
Ansonhkg Sep 25, 2025
d628a79
fix: https://github.com/LIT-Protocol/js-sdk/pull/892#discussion_r2376…
Ansonhkg Sep 25, 2025
36cb13a
fix: https://github.com/LIT-Protocol/js-sdk/pull/892#discussion_r2376…
Ansonhkg Sep 25, 2025
226198d
Merge branch 'feature/jss-93-refactor-bun-pnpm' into feature/jss-105-…
Ansonhkg Sep 25, 2025
cb396ca
Merge branch 'naga' of github.com:LIT-Protocol/js-sdk into feature/js…
Ansonhkg Sep 25, 2025
aa3206f
chore: update @lit-protocol/contracts version to 0.5.1 in pnpm-lock.yaml
Ansonhkg Sep 25, 2025
d9b654e
fmt
Ansonhkg Sep 25, 2025
666100c
Merge branch 'feature/jss-93-refactor-bun-pnpm' of github.com:LIT-Pro…
Ansonhkg Sep 25, 2025
138f0c7
fix: remove redundant CustomAuthDataSchema definition
Ansonhkg Sep 25, 2025
70d7219
Merge branch 'feature/jss-93-refactor-bun-pnpm' into feature/jss-105-…
Ansonhkg Sep 25, 2025
64ace59
chore: update lock file
Ansonhkg Sep 25, 2025
79d2c8e
fmt
Ansonhkg Sep 25, 2025
db98dc5
fix: remove duplicated code and remove unused mint route
Ansonhkg Sep 25, 2025
703780e
chore(CI): update CI to use pnpm instead of bun
Ansonhkg Sep 25, 2025
b6ae548
fix(ci): e2e
Ansonhkg Sep 25, 2025
bf71d65
fix(e2e): remove redundant '--' from test command
Ansonhkg Sep 25, 2025
82056e2
Merge branch 'feat/migrate-lit-contracts-repo' into feature/jss-105-r…
Ansonhkg Sep 25, 2025
668cedf
fix(e2e, ci): enable naga-test and naga-staging tests. Delete unused …
Ansonhkg Sep 25, 2025
da18bd7
fmt
Ansonhkg Sep 25, 2025
a51b88f
fix(e2e): simplify viewPKPsByAddress tests by removing unnecessary co…
Ansonhkg Sep 25, 2025
b4f7340
feat(e2e): add separate workflows for Naga Dev, Staging, and Test env…
Ansonhkg Sep 25, 2025
1ee19e8
fmt
Ansonhkg Sep 25, 2025
962505d
feat(e2e): consolidate Naga workflows into a single configuration for…
Ansonhkg Sep 25, 2025
ef9ad32
feat(e2e): create separate workflows for Naga Dev, Staging, and Test …
Ansonhkg Sep 25, 2025
e3c5760
feat(e2e): consolidate Naga workflows into a single matrix configurat…
Ansonhkg Sep 25, 2025
ffc66f8
feat(e2e): refactor environment variables and improve secret manageme…
Ansonhkg Sep 25, 2025
b58a736
feat(e2e): restructure E2E workflow to include build job and optimize…
Ansonhkg Sep 25, 2025
aa221a3
feat(e2e): add node setup and dependency installation steps in E2E job
Ansonhkg Sep 25, 2025
fcc833f
fix(e2e): remove cache option from setup-node action and update .giti…
Ansonhkg Sep 25, 2025
52f834c
fix(e2e): update artifact paths and refine health check command in E2…
Ansonhkg Sep 25, 2025
860d0b9
feat(e2e): add local CI testing command and update CI test command to…
Ansonhkg Sep 25, 2025
0b96e08
fix(e2e): update health check command to use the correct test script
Ansonhkg Sep 25, 2025
7ceb65f
fix(e2e): update artifact restoration process and ensure directories …
Ansonhkg Sep 25, 2025
7d25781
fix(e2e): remove build-output directory after restoring artifacts
Ansonhkg Sep 25, 2025
3510e92
fix(e2e): update artifact paths to reflect correct directory structure
Ansonhkg Sep 25, 2025
50e3db9
fix(e2e): add verification for required secrets and update health che…
Ansonhkg Sep 25, 2025
7e0de65
fix(e2e): update secret verification messages to include network context
Ansonhkg Sep 25, 2025
3461d00
fix(e2e): improve nonce management logic to prevent concurrent collis…
Ansonhkg Sep 26, 2025
ecff945
fix(e2e): update health check command to run all tests
Ansonhkg Sep 26, 2025
3cfb6a5
fix(e2e): update health check command to use new test name pattern an…
Ansonhkg Sep 26, 2025
ec43401
test(e2e): add rpc override tests to validate environment variable fu…
Ansonhkg Sep 26, 2025
80954a8
chore(test): update storage path to store in .e2e
Ansonhkg Sep 26, 2025
0db5783
fix(app): resolve issue with dirname resolution fallback to process.c…
Ansonhkg Sep 26, 2025
c6a2d30
docs(README): add Docker build instructions for lit-auth-server and l…
Ansonhkg Sep 26, 2025
a2699fd
chore(release): migrate from Bun to PNPM for setup and dependency ins…
Ansonhkg Sep 26, 2025
84edc9b
feat(workflows): add release workflow for Docker images
Ansonhkg Sep 26, 2025
390dd6a
fmt
Ansonhkg Sep 26, 2025
ebdbe8e
feat(workflows): add Rust toolchain and wasm-pack installation to Doc…
Ansonhkg Sep 26, 2025
ecb7463
feat(docker): update Dockerfiles for lit-auth-server and lit-login-se…
Ansonhkg Sep 26, 2025
9f7776e
docs: add links to published Docker images for lit-auth-server and li…
Ansonhkg Sep 26, 2025
6629304
chore: comment out naga-staging environment in e2e workflow
Ansonhkg Sep 26, 2025
480a125
fix: configure lit-auth-server to use environment variables for port …
Ansonhkg Sep 26, 2025
558f04e
feat(app,lit-login-server): add public assets configuration for lit-l…
Ansonhkg Sep 26, 2025
678f9f2
chore: update packageManager field in package.json
Ansonhkg Sep 26, 2025
7459f03
docs(README): add one-click deployable images for Lit Auth and Login …
Ansonhkg Sep 26, 2025
d8c5aae
chore: remove packageManager field from package.json
Ansonhkg Sep 26, 2025
9752854
chore(test): release 1
Ansonhkg Sep 26, 2025
3b7703a
fix: - Set every package that still emits CommonJS to declare itself …
Ansonhkg Sep 27, 2025
867516f
chore(release,test): 1
Ansonhkg Sep 27, 2025
4d353dd
chore(release,test): bump versions and update changelogs for multiple…
Ansonhkg Sep 27, 2025
aaa9604
doc(README): update package manager command
Ansonhkg Sep 29, 2025
0a8131b
docs(README): add section for apps in the monorepo and Docker support
Ansonhkg Sep 29, 2025
fe97a7d
fix(apps): update environment variable names for auth and login servers
Ansonhkg Sep 29, 2025
4616e56
chore(release,test): 8.0.1-test.4
Ansonhkg Sep 29, 2025
0ac1ac3
chore(release,test): 8.0.1-test.5
Ansonhkg Sep 29, 2025
02ec45a
chore(release,test): bump versions to 8.0.1-test.7 and update changelogs
Ansonhkg Sep 30, 2025
2b1285c
chore(release, test): bump versions to 0.0.2-test.8, 8.0.1-test.9, an…
Ansonhkg Sep 30, 2025
a833c7a
chore(release,test)
Ansonhkg Oct 1, 2025
ca57a26
feat(auth,auth-services,network,lit-client):
Ansonhkg Oct 2, 2025
fa22ebc
fix(auth-services): replace console.log with structured logging for m…
Ansonhkg Oct 2, 2025
84d2f45
chore: remove unused contract
Ansonhkg Oct 3, 2025
3d1494a
fmt
Ansonhkg Oct 3, 2025
e063168
fix(network/auth): respect handshake responders when preparing keyset…
Ansonhkg Oct 6, 2025
3e06601
fmt
Ansonhkg Oct 6, 2025
e0d8b86
feat(payment): add auth-service delegation routes, and sdk helpers.
Ansonhkg Oct 7, 2025
ca7ffdd
Merge pull request #892 from LIT-Protocol/feature/jss-105-refactor-au…
Ansonhkg Oct 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .bun-version

This file was deleted.

22 changes: 22 additions & 0 deletions .changeset/cute-dingos-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

test
6 changes: 6 additions & 0 deletions .changeset/dirty-baboons-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lit-protocol/lit-client': patch
'@lit-protocol/networks': patch
---

testing
22 changes: 22 additions & 0 deletions .changeset/fair-hounds-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

test
5 changes: 5 additions & 0 deletions .changeset/famous-breads-stop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/lit-client': patch
---

testing
5 changes: 5 additions & 0 deletions .changeset/gold-coats-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth': patch
---

testing
22 changes: 22 additions & 0 deletions .changeset/green-results-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

first pnpm complete release test for naga-test
22 changes: 22 additions & 0 deletions .changeset/nine-oranges-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

testing
42 changes: 42 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"mode": "pre",
"tag": "test",
"initialVersions": {
"@lit-protocol/access-control-conditions": "8.0.0",
"@lit-protocol/access-control-conditions-schemas": "8.0.0",
"@lit-protocol/artillery": "0.0.1",
"@lit-protocol/auth": "8.0.0",
"@lit-protocol/auth-helpers": "8.0.0",
"@lit-protocol/auth-services": "2.0.0",
"@lit-protocol/constants": "8.0.0",
"@lit-protocol/contracts": "0.5.1",
"@lit-protocol/crypto": "8.0.0",
"@lit-protocol/e2e": "1.0.11",
"@lit-protocol/lit-client": "8.0.0",
"@lit-protocol/logger": "8.0.0",
"@lit-protocol/networks": "8.0.0",
"@lit-protocol/schemas": "8.0.0",
"@lit-protocol/types": "8.0.0",
"@lit-protocol/wasm": "8.0.0",
"@lit-protocol/wrapped-keys": "8.0.0",
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0"
},
"changesets": [
"cute-dingos-rush",
"dirty-baboons-happen",
"fair-hounds-cross",
"famous-breads-stop",
"gold-coats-yawn",
"green-results-drum",
"nine-oranges-attack",
"slick-grapes-go",
"some-dryers-throw",
"spicy-dryers-jam",
"stupid-trams-reply",
"tidy-masks-run",
"tidy-paws-like",
"tough-seas-yawn",
"violet-walls-fall",
"weak-bats-act"
]
}
22 changes: 22 additions & 0 deletions .changeset/slick-grapes-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

test
22 changes: 22 additions & 0 deletions .changeset/some-dryers-throw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

bump
22 changes: 22 additions & 0 deletions .changeset/spicy-dryers-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

put console logs to debug
22 changes: 22 additions & 0 deletions .changeset/stupid-trams-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

testing
5 changes: 5 additions & 0 deletions .changeset/tidy-masks-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/contracts': patch
---

This is the first monorepo release and should behave exactly like v0.5.1. If anything breaks, roll back to v0.5.1.
5 changes: 5 additions & 0 deletions .changeset/tidy-paws-like.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/networks': patch
---

testing
5 changes: 5 additions & 0 deletions .changeset/tough-seas-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-protocol/auth': patch
---

testing
22 changes: 22 additions & 0 deletions .changeset/violet-walls-fall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

testing
22 changes: 22 additions & 0 deletions .changeset/weak-bats-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@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/contracts': 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
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

fix package metadata so bundlers load the CommonJS builds again
29 changes: 29 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# dependencies & artifacts
node_modules
**/node_modules
dist
**/dist
tmp
e2e/dist
coverage

# vcs & editor
.git
.gitignore
.vscode
.idea

# env and secrets (mount or --env-file at runtime instead)
**/.env*
.env*

out
**/out

# allow lit-auth-server build output for docker image
!dist/apps/lit-auth-server/**
!dist/apps/lit-auth-server

# allow lit-login-server build output for docker image
!dist/apps/lit-login-server/**
!dist/apps/lit-login-server
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ LOG_LEVEL=silent
LIVE_MASTER_ACCOUNT=
LOCAL_MASTER_ACCOUNT=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

NODE_NO_WARNINGS=1
NODE_NO_WARNINGS=1
NODE_OPTIONS=--no-deprecation
Loading
Loading