File tree 29 files changed +8290
-5310
lines changed
decrypt-api-key-in-action/nodejs
lit-action-claim-key/nodejs
payment-delegation-db-relayer/nodejs
sign-and-combine-ecdsa/nodejs
siws-authentication/browser
siws-session-sigs/browser
29 files changed +8290
-5310
lines changed Original file line number Diff line number Diff line change 1
1
/** /* /node_modules
2
2
/** /* /.env
3
- node_modules
3
+ /** /** /.yarn
4
+ /** /* /.yarnrc.yml
4
5
6
+ node_modules
5
7
.nx
6
- .yarn
7
8
.secrets
9
+ .pnp. *
8
10
9
- .pnp. *
Original file line number Diff line number Diff line change 1
- yarnPath : " .yarn/releases /yarn-berry.cjs"
1
+ yarnPath : " scripts /yarn-berry.cjs"
Original file line number Diff line number Diff line change @@ -12,20 +12,3 @@ Test the examples
12
12
yarn
13
13
yarn test-lit
14
14
```
15
- <<<<<<< HEAD
16
- =======
17
-
18
- # Tools
19
-
20
- Reports the versions of dependencies starting with ` @lit-protocol `
21
-
22
- ```
23
- node ./scripts/report.mjs --tag=latest
24
- node ./scripts/report.mjs --tag=datil-dev
25
- ```
26
-
27
- Update lit sdk on a specific subdirectory
28
- ```
29
- ./scripts/update-lit.sh conditional-signing/nodejs
30
- ```
31
- >>>>>>> 6c326c5 (fix: making update-lit callable with directory context)
Original file line number Diff line number Diff line change 7
7
"test" : " npx @dotenvx/dotenvx run -- mocha test/**/*.spec.ts"
8
8
},
9
9
"dependencies" : {
10
- "@lit-protocol/constants" : " ^6.6 .0" ,
11
- "@lit-protocol/lit-node-client" : " ^6.6 .0" ,
10
+ "@lit-protocol/constants" : " ^6.11 .0" ,
11
+ "@lit-protocol/lit-node-client" : " ^6.11 .0" ,
12
12
"@mempool/mempool.js" : " ^2.3.0" ,
13
13
"@simplewebauthn/browser" : " ^10.0.0" ,
14
14
"@types/elliptic" : " ^6.4.18" ,
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@esbuild-plugins/node-globals-polyfill" : " ^0.2.3" ,
14
14
"@esbuild-plugins/node-modules-polyfill" : " ^0.2.2" ,
15
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
15
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
16
16
"@simplewebauthn/browser" : " ^10.0.0" ,
17
17
"@vitejs/plugin-react-swc" : " ^3.7.0" ,
18
18
"react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@dotenvx/dotenvx" : " ^0.37.1" ,
13
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
14
- "@lit-protocol/constants" : " ^6.4.10 " ,
15
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
16
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
13
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
14
+ "@lit-protocol/constants" : " ^6.11.0 " ,
15
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
16
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
17
17
"ethers" : " 5.7.2"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"parcel-bundler" : " ^1.12.5"
14
14
},
15
15
"dependencies" : {
16
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
16
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
17
17
"ipfs-helpers" : " ^0.0.5"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@dotenvx/dotenvx" : " ^0.44.1" ,
24
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
25
- "@lit-protocol/constants" : " ^6.4.10 " ,
26
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
27
- "@lit-protocol/lit-node-client" : " ^6.4.10 "
24
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
25
+ "@lit-protocol/constants" : " ^6.11.0 " ,
26
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
27
+ "@lit-protocol/lit-node-client" : " ^6.11.0 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@esbuild-plugins/node-globals-polyfill" : " ^0.2.3" ,
14
14
"@esbuild-plugins/node-modules-polyfill" : " ^0.2.2" ,
15
- "@lit-protocol/lit-node-client" : " ^6.2.2 " ,
15
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
16
16
"@simplewebauthn/browser" : " ^10.0.0" ,
17
17
"@vitejs/plugin-react-swc" : " ^3.7.0" ,
18
18
"react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@dotenvx/dotenvx" : " ^0.37.1" ,
13
- "@lit-protocol/auth-helpers" : " ^6.5.1 " ,
14
- "@lit-protocol/constants" : " ^6.5.1 " ,
15
- "@lit-protocol/contracts-sdk" : " ^6.5.1 " ,
16
- "@lit-protocol/lit-node-client" : " ^6.5.1 " ,
13
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
14
+ "@lit-protocol/constants" : " ^6.11.0 " ,
15
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
16
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
17
17
"ethers" : " 5.7.2"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@dotenvx/dotenvx" : " ^0.44.1" ,
12
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
13
- "@lit-protocol/constants" : " ^6.4.10 " ,
14
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
15
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
12
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
13
+ "@lit-protocol/constants" : " ^6.11.0 " ,
14
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
15
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
16
16
"ethers" : " v5"
17
17
},
18
18
"devDependencies" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@dotenvx/dotenvx" : " ^0.37.1" ,
12
- "@lit-protocol/auth-browser" : " ^6.4.10 " ,
13
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
14
- "@lit-protocol/constants" : " ^6.4.10 " ,
15
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
16
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
12
+ "@lit-protocol/auth-browser" : " ^6.11.0 " ,
13
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
14
+ "@lit-protocol/constants" : " ^6.11.0 " ,
15
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
16
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
17
17
"ethers" : " 5.7.2"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@dotenvx/dotenvx" : " ^0.44.1" ,
12
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
13
- "@lit-protocol/constants" : " ^6.4.10 " ,
14
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
15
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
12
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
13
+ "@lit-protocol/constants" : " ^6.11.0 " ,
14
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
15
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
16
16
"ethers" : " v5"
17
17
},
18
18
"devDependencies" : {
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@dotenvx/dotenvx" : " ^0.44.1" ,
15
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
16
- "@lit-protocol/constants" : " ^6.4.10 " ,
17
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
18
- "@lit-protocol/lit-auth-client" : " ^6.4.10 " ,
19
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
15
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
16
+ "@lit-protocol/constants" : " ^6.11.0 " ,
17
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
18
+ "@lit-protocol/lit-auth-client" : " ^6.11.0 " ,
19
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
20
20
"ethers" : " v5"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"@dotenvx/dotenvx" : " ^0.44.1" ,
26
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
27
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
28
- "@lit-protocol/types" : " ^6.4.10 " ,
26
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
27
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
28
+ "@lit-protocol/types" : " ^6.11.0 " ,
29
29
"ethers" : " v5"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@dotenvx/dotenvx" : " ^0.44.1" ,
24
- "@lit-protocol/contracts-sdk" : " ^6.4.10 " ,
25
- "@lit-protocol/lit-auth-client" : " ^6.4.10 " ,
26
- "@lit-protocol/types" : " ^6.4.10 " ,
24
+ "@lit-protocol/contracts-sdk" : " ^6.11.0 " ,
25
+ "@lit-protocol/lit-auth-client" : " ^6.11.0 " ,
26
+ "@lit-protocol/types" : " ^6.11.0 " ,
27
27
"ethers" : " v5"
28
28
}
29
29
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@dotenvx/dotenvx" : " ^0.44.1" ,
12
- "@lit-protocol/auth-helpers" : " ^6.4.10 " ,
13
- "@lit-protocol/constants" : " ^6.4.10 " ,
14
- "@lit-protocol/lit-auth-client" : " ^6.4.10 " ,
15
- "@lit-protocol/lit-node-client" : " ^6.4.10 " ,
12
+ "@lit-protocol/auth-helpers" : " ^6.11.0 " ,
13
+ "@lit-protocol/constants" : " ^6.11.0 " ,
14
+ "@lit-protocol/lit-auth-client" : " ^6.11.0 " ,
15
+ "@lit-protocol/lit-node-client" : " ^6.11.0 " ,
16
16
"ethers" : " v5" ,
17
17
"typestub-ipfs-only-hash" : " ^4.0.0"
18
18
},
You can’t perform that action at this time.
0 commit comments