Skip to content

Commit

Permalink
publish 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed May 13, 2024
1 parent 41cdbca commit ebc6e14
Show file tree
Hide file tree
Showing 31 changed files with 119 additions and 71 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "5.0.0"
"version": "5.0.1"
}
39 changes: 28 additions & 11 deletions lit.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"address": "0xeF71c2604f17Ec6Fc13409DF24EfdC440D240d37"
},
"CACHE": {
"network": "cayenne",
"network": "manzano",
"debug": true,
"sevAttestation": false,
"CONTROLLER_AUTHSIG": {
"sig": "0x01d7f16d2e1c79846d235c45e506bd866b0c9b0af05736ed6d2cd9de4a08d5dc1156a8884550df267b1cafc9a81bb029ed3348d15d53a6ae421ec848472c2c341b",
"sig": "0x24ecacb68935aa55ee60fb2a619d765f47eb006bbeea12e5d7e24b143f9e68ea578d54d44913f186b76cb41facf29e1c4338bfa1b0f02bc7bab3844b8aa8c0f71c",
"derivedVia": "web3.eth.personal.sign",
"signedMessage": "localhost wants you to sign in with your Ethereum account:\n0xeF71c2604f17Ec6Fc13409DF24EfdC440D240d37\n\nThis is a test statement. You can put anything you want here.\n\nURI: https://localhost/login\nVersion: 1\nChain ID: 1\nNonce: 0x6a1c254dc3cad8dcdd02e02ba9d5c0c706ce4b1e040bdfc06e87fb360644d81c\nIssued At: 2024-04-15T17:19:38.839Z\nExpiration Time: 2024-04-15T18:19:38.837Z",
"signedMessage": "localhost wants you to sign in with your Ethereum account:\n0xeF71c2604f17Ec6Fc13409DF24EfdC440D240d37\n\nThis is a test statement. You can put anything you want here.\n\nURI: https://localhost/login\nVersion: 1\nChain ID: 1\nNonce: 0xa8018ab6f5bd2a333969e11db5dd5210063e86db6447e82845fa730a75f286f3\nIssued At: 2024-05-13T17:37:13.813Z\nExpiration Time: 2024-05-13T18:37:13.811Z",
"address": "0xeF71c2604f17Ec6Fc13409DF24EfdC440D240d37"
},
"CONTROLLER_WALLET": {
Expand All @@ -58,7 +58,10 @@
"_isProvider": true,
"_events": [],
"_emitted": {
"block": -2
"block": -2,
"t:0xd951a9ba2809ed5ef2f1710e80f5c19ad4001f2a1403ff67c79aebde16e2d4d3": 2038139,
"t:0x8d263d19394c7c13c04e1d9912f7e226bad5dc4ddb894266fc93f9d0e09f7275": 2038140,
"t:0xd38c0aff801010284e61ff079ebba5635f6c0f29e987e8a7510a83c096a53ff4": 2038141
},
"disableCcipRead": false,
"formatter": {
Expand All @@ -75,27 +78,41 @@
},
"anyNetwork": false,
"_networkPromise": {},
"_maxInternalBlockNumber": -1024,
"_maxInternalBlockNumber": 2038138,
"_lastBlockNumber": -2,
"_maxFilterBlockRange": 10,
"_pollingInterval": 4000,
"_fastQueryDate": 0,
"_fastQueryDate": 1715621834889,
"connection": {
"url": "https://chain-rpc.litprotocol.com/http"
},
"_nextId": 43,
"_nextId": 87,
"_eventLoopCache": {
"detectNetwork": null,
"eth_chainId": null
"eth_chainId": null,
"eth_blockNumber": null
},
"_network": {
"chainId": 175177,
"name": "unknown"
}
},
"_internalBlockNumber": {},
"_fastBlockNumber": 2038138,
"_fastBlockNumberPromise": {}
}
},
"PKP_INFO": {
"publicKey": "04b5caf00c9f5adc9b22ca460b88482bad44ed4fac8ee63014b727cf60efc568dbdfe498a94fbd9cd294d651529f9fe76e057e9736150eea038415b06f64a87939"
"tokenId": "0x65bfcfcb8bef5ce70756ac3629e4745ff2fb7fe33557588d14ffcedbf82e6fee",
"publicKey": "04740998c07ec06e76334aa409709832549ea62f4457e18d6bdeac5ca25eeecc8925256e67ca1f374aa1ab7928cd0d8709b11851488c1776764a3bc9b49f0033d0",
"ethAddress": "0xfa0A34EB0F1b1213d32a2DA77540B6Ee6D9AbdC4"
},
"AUTH_METHOD_PKP_INFO": {
"publicKey": "047e9f6e0313796e3ff2bfcba288003a4db5933bf40249f354fa08a269e8e88e45cc3b058ea8cd007a1b5764d491bd3f07483f4ae38f29c0d7d472fd0f1d4d1409",
"ethAddress": "0xE69e2f05D05E52ECda320cE3aEBF7e1B48699a35",
"authMethod": {
"authMethodId": "0x170d13600caea2933912f39a0334eca3d22e472be203f937c4bad0213d92ed71",
"authMethodType": 1
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/access-control-conditions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/auth-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tags": [
"browser"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/auth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"crypto": false,
"stream": false
},
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/bls-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"buildOptions": {
"genReact": false
},
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
26 changes: 24 additions & 2 deletions packages/constants/src/lib/constants/autogen_internal.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
export const INTERNAL_DEV = [];
export const INTERNAL_DEV = [
'https://167.114.17.201:443',
'https://199.115.117.113:443',
'https://167.114.17.202:443',
'https://167.114.17.205:443',
'https://167.114.17.203:443',
'https://108.62.0.105:443',
'https://199.115.117.115:443',
'https://64.131.85.106:443',
'https://167.114.17.204:443',
'https://64.131.85.108:443',
];

export const INTERNAL_MIN_NODE_COUNT = 2;

export const INTERNAL_DEFAULT_CONFIG = {
alertWhenUnauthorized: false,
minNodeCount: 2,
debug: true,
bootstrapUrls: [],
bootstrapUrls: [
'https://167.114.17.201:443',
'https://199.115.117.113:443',
'https://167.114.17.202:443',
'https://167.114.17.205:443',
'https://167.114.17.203:443',
'https://108.62.0.105:443',
'https://199.115.117.115:443',
'https://64.131.85.106:443',
'https://167.114.17.204:443',
'https://64.131.85.108:443',
],
litNetwork: 'internalDev',
connectTimeout: 20000,
};
2 changes: 1 addition & 1 deletion packages/constants/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.0';
export const version = '5.0.1';
4 changes: 2 additions & 2 deletions packages/contracts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/core",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/ecdsa-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"crypto": false,
"stream": false
},
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/lit-auth-client",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand Down Expand Up @@ -32,4 +32,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-node-client-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"nodejs"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"crypto": false,
"stream": false
},
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/logger",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"tags": [
"universal"
Expand All @@ -11,4 +11,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/misc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"browser"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/misc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/nacl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"access": "public",
"directory": "../../dist/packages/nacl"
},
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-base",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-client",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-cosmos",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tags": [
"universal"
],
"version": "5.0.0",
"version": "5.0.1",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-sui",
"version": "5.0.0",
"version": "5.0.1",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
Loading

0 comments on commit ebc6e14

Please sign in to comment.