We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cbbb6f + 7381f68 commit f555777Copy full SHA for f555777
lerna.json
@@ -2,5 +2,5 @@
2
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"useNx": true,
4
"useWorkspaces": true,
5
- "version": "6.1.0"
+ "version": "6.1.1"
6
}
packages/access-control-conditions/package.json
@@ -21,7 +21,7 @@
21
"tags": [
22
"universal"
23
],
24
- "version": "6.1.0",
+ "version": "6.1.1",
25
"main": "./dist/src/index.js",
26
"typings": "./dist/src/index.d.ts"
27
packages/auth-browser/package.json
@@ -30,7 +30,7 @@
30
31
"browser"
32
33
34
35
36
packages/auth-helpers/package.json
@@ -28,7 +28,7 @@
28
"crypto": false,
29
"stream": false
},
packages/bls-sdk/package.json
@@ -27,7 +27,7 @@
"buildOptions": {
"genReact": false
packages/constants/package.json
@@ -20,7 +20,7 @@
20
packages/constants/src/lib/constants/autogen_internal.ts
@@ -1,10 +1,8 @@
1
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
export const INTERNAL_DEV = [
- 'https://158.69.34.226:443',
- 'https://158.69.34.228:443',
- 'https://158.69.34.227:443',
- 'https://167.114.17.203:443',
7
'https://167.114.17.205:443',
+ 'https://167.114.17.203:443',
+ 'https://158.69.34.227:443',
8
];
9
10
export const INTERNAL_MIN_NODE_COUNT = 3;
@@ -14,11 +12,9 @@ export const INTERNAL_DEFAULT_CONFIG = {
14
12
minNodeCount: 3,
15
13
debug: true,
16
bootstrapUrls: [
17
18
19
litNetwork: 'internalDev',
connectTimeout: 20000,
packages/constants/src/lib/version.ts
@@ -1 +1 @@
-export const version = '6.1.0';
+export const version = '6.1.1';
packages/contracts-sdk/package.json
@@ -32,7 +32,7 @@
37
38
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/core",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
0 commit comments