Skip to content

Commit e689ca1

Browse files
committed
Published Version 6.1.1
1 parent 0f70ff3 commit e689ca1

File tree

30 files changed

+60
-64
lines changed

30 files changed

+60
-64
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "6.1.0"
5+
"version": "6.1.1"
66
}

packages/access-control-conditions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "6.1.0",
24+
"version": "6.1.1",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
27-
}
27+
}

packages/auth-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tags": [
3131
"browser"
3232
],
33-
"version": "6.1.0",
33+
"version": "6.1.1",
3434
"main": "./dist/src/index.js",
3535
"typings": "./dist/src/index.d.ts"
36-
}
36+
}

packages/auth-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"crypto": false,
2929
"stream": false
3030
},
31-
"version": "6.1.0",
31+
"version": "6.1.1",
3232
"main": "./dist/src/index.js",
3333
"typings": "./dist/src/index.d.ts"
34-
}
34+
}

packages/bls-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"buildOptions": {
2828
"genReact": false
2929
},
30-
"version": "6.1.0",
30+
"version": "6.1.1",
3131
"main": "./dist/src/index.js",
3232
"typings": "./dist/src/index.d.ts"
33-
}
33+
}

packages/constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "6.1.0",
23+
"version": "6.1.1",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
26-
}
26+
}

packages/constants/src/lib/constants/autogen_internal.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
22
export const INTERNAL_DEV = [
3-
'https://158.69.34.226:443',
4-
'https://158.69.34.228:443',
5-
'https://158.69.34.227:443',
6-
'https://167.114.17.203:443',
73
'https://167.114.17.205:443',
4+
'https://167.114.17.203:443',
5+
'https://158.69.34.227:443',
86
];
97

108
export const INTERNAL_MIN_NODE_COUNT = 3;
@@ -14,11 +12,9 @@ export const INTERNAL_DEFAULT_CONFIG = {
1412
minNodeCount: 3,
1513
debug: true,
1614
bootstrapUrls: [
17-
'https://158.69.34.226:443',
18-
'https://158.69.34.228:443',
19-
'https://158.69.34.227:443',
20-
'https://167.114.17.203:443',
2115
'https://167.114.17.205:443',
16+
'https://167.114.17.203:443',
17+
'https://158.69.34.227:443',
2218
],
2319
litNetwork: 'internalDev',
2420
connectTimeout: 20000,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '6.1.0';
1+
export const version = '6.1.1';

packages/contracts-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tags": [
3333
"universal"
3434
],
35-
"version": "6.1.0",
35+
"version": "6.1.1",
3636
"main": "./dist/src/index.js",
3737
"typings": "./dist/src/index.d.ts"
38-
}
38+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/core",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",
@@ -27,4 +27,4 @@
2727
],
2828
"main": "./dist/src/index.js",
2929
"typings": "./dist/src/index.d.ts"
30-
}
30+
}

0 commit comments

Comments
 (0)