Skip to content

Commit 75664ff

Browse files
author
Bean
authored
Merge pull request #432 from LIT-Protocol/publish/5.0.0
chore: Publish 5.0.0
2 parents 810558b + e9c1610 commit 75664ff

File tree

30 files changed

+56
-54
lines changed

30 files changed

+56
-54
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>Lit Protocol Javascript/Typescript SDK V4.2.0</h1>
2+
<h1>Lit Protocol Javascript/Typescript SDK V5.0.0</h1>
33

44
<img src="https://i.ibb.co/p2xfzK1/Screenshot-2022-11-15-at-09-56-57.png">
55
<br/>
@@ -92,7 +92,7 @@ If you're a tech-savvy user and wish to utilize only specific submodules that ou
9292

9393
## API Doc
9494

95-
- V3 (Current): https://v3.api-docs.getlit.dev/ <b4/>
95+
- V5 (Current): https://v3.api-docs.getlit.dev/ <b4/>
9696

9797
### Old APIs Doc(s)
9898

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": "4.2.1"
5+
"version": "5.0.0"
66
}

packages/access-control-conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "4.2.1",
24+
"version": "5.0.0",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/auth-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tags": [
3131
"browser"
3232
],
33-
"version": "4.2.1",
33+
"version": "5.0.0",
3434
"main": "./dist/src/index.js",
3535
"typings": "./dist/src/index.d.ts"
3636
}

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"crypto": false,
2929
"stream": false
3030
},
31-
"version": "4.2.1",
31+
"version": "5.0.0",
3232
"main": "./dist/src/index.js",
3333
"typings": "./dist/src/index.d.ts"
3434
}

packages/bls-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"buildOptions": {
2828
"genReact": false
2929
},
30-
"version": "4.2.1",
30+
"version": "5.0.0",
3131
"main": "./dist/src/index.js",
3232
"typings": "./dist/src/index.d.ts"
3333
}

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "4.2.1",
23+
"version": "5.0.0",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
2626
}
Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
2-
export const INTERNAL_DEV = [
3-
'https://167.114.17.201:443',
4-
'https://64.131.85.108:443',
5-
'https://167.114.17.202:443',
6-
'https://167.114.17.203:443',
7-
'https://167.114.17.204:443',
8-
'https://64.131.85.106:443',
9-
];
2+
export const INTERNAL_DEV = [];
103

114
export const INTERNAL_MIN_NODE_COUNT = 2;
125

136
export const INTERNAL_DEFAULT_CONFIG = {
147
alertWhenUnauthorized: false,
158
minNodeCount: 2,
169
debug: true,
17-
bootstrapUrls: [
18-
'https://167.114.17.201:443',
19-
'https://64.131.85.108:443',
20-
'https://167.114.17.202:443',
21-
'https://167.114.17.203:443',
22-
'https://167.114.17.204:443',
23-
'https://64.131.85.106:443',
24-
],
10+
bootstrapUrls: [],
2511
litNetwork: 'internalDev',
2612
connectTimeout: 20000,
2713
};

packages/constants/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.2.1';
1+
export const version = '5.0.0';

packages/contracts-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tags": [
3333
"universal"
3434
],
35-
"version": "4.2.1",
35+
"version": "5.0.0",
3636
"main": "./dist/src/index.js",
3737
"typings": "./dist/src/index.d.ts"
3838
}

0 commit comments

Comments
 (0)