Skip to content

Commit ed9220c

Browse files
committed
Bump web3.js rc version
1 parent bcf8a1f commit ed9220c

File tree

2 files changed

+261
-272
lines changed

2 files changed

+261
-272
lines changed

clients/js/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
},
3535
"license": "Apache-2.0",
3636
"peerDependencies": {
37-
"@solana/web3.js": "2.0.0-rc.0"
37+
"@solana/web3.js": "2.0.0-rc.1"
3838
},
3939
"devDependencies": {
4040
"@ava/typescript": "^4.1.0",
4141
"@solana/eslint-config-solana": "^3.0.3",
42-
"@solana/web3.js": "2.0.0-rc.0",
43-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
42+
"@solana/web3.js": "2.0.0-rc.1",
4443
"@types/node": "^20",
4544
"@typescript-eslint/eslint-plugin": "^7.16.1",
4645
"@typescript-eslint/parser": "^7.16.1",
@@ -57,9 +56,6 @@
5756
"nodeArguments": [
5857
"--no-warnings"
5958
],
60-
"require": [
61-
"@solana/webcrypto-ed25519-polyfill"
62-
],
6359
"typescript": {
6460
"compile": false,
6561
"rewritePaths": {

0 commit comments

Comments
 (0)