@solana/web3.js 1.78.4 → 1.78.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.browser.cjs.js +6816 -10119
- package/lib/index.browser.cjs.js.map +1 -1
- package/lib/index.browser.esm.js +6816 -10105
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +6826 -10147
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +6826 -10133
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +26197 -30972
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +15 -16
- package/lib/index.iife.min.js.map +1 -1
- package/lib/index.native.js +6816 -10119
- package/lib/index.native.js.map +1 -1
- package/package.json +17 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/web3.js",
|
|
3
|
-
"version": "1.78.
|
|
3
|
+
"version": "1.78.6",
|
|
4
4
|
"description": "Solana Javascript API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@babel/runtime": "^7.22.6",
|
|
58
|
-
"@noble/curves": "^1.
|
|
58
|
+
"@noble/curves": "^1.2.0",
|
|
59
59
|
"@noble/hashes": "^1.3.1",
|
|
60
60
|
"@solana/buffer-layout": "^4.0.0",
|
|
61
61
|
"agentkeepalive": "^4.3.0",
|
|
@@ -72,17 +72,18 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@babel/core": "^7.22.10",
|
|
75
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
75
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
76
76
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
77
|
-
"@babel/plugin-
|
|
78
|
-
"@babel/
|
|
77
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
78
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
79
|
+
"@babel/preset-env": "^7.22.15",
|
|
79
80
|
"@babel/preset-typescript": "^7.22.5",
|
|
80
81
|
"@rollup/plugin-alias": "^4.0.3",
|
|
81
82
|
"@rollup/plugin-babel": "^6.0.3",
|
|
82
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
83
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
83
84
|
"@rollup/plugin-json": "^6.0.0",
|
|
84
85
|
"@rollup/plugin-multi-entry": "^6.0.0",
|
|
85
|
-
"@rollup/plugin-node-resolve": "^15.1
|
|
86
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
86
87
|
"@rollup/plugin-replace": "^5.0.2",
|
|
87
88
|
"@rollup/plugin-terser": "^0.4.3",
|
|
88
89
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -93,29 +94,29 @@
|
|
|
93
94
|
"@types/express-serve-static-core": "^4.17.35",
|
|
94
95
|
"@types/mocha": "^10.0.1",
|
|
95
96
|
"@types/mz": "^2.7.4",
|
|
96
|
-
"@types/node": "^20.
|
|
97
|
+
"@types/node": "^20.6.0",
|
|
97
98
|
"@types/node-fetch": "2",
|
|
98
|
-
"@types/sinon": "^10.0.
|
|
99
|
-
"@types/sinon-chai": "^3.2.
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
99
|
+
"@types/sinon": "^10.0.16",
|
|
100
|
+
"@types/sinon-chai": "^3.2.9",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
101
102
|
"@typescript-eslint/parser": "^6.3.0",
|
|
102
103
|
"chai": "^4.3.7",
|
|
103
104
|
"chai-as-promised": "^7.1.1",
|
|
104
105
|
"cross-env": "7.0.3",
|
|
105
106
|
"eslint": "^8.45.0",
|
|
106
|
-
"eslint-config-prettier": "^
|
|
107
|
+
"eslint-config-prettier": "^9.0.0",
|
|
107
108
|
"eslint-plugin-import": "^2.28.0",
|
|
108
109
|
"eslint-plugin-mocha": "^10.1.0",
|
|
109
110
|
"eslint-plugin-prettier": "^5.0.0",
|
|
110
111
|
"esm": "^3.2.25",
|
|
111
112
|
"mocha": "^10.2.0",
|
|
112
|
-
"mockttp": "^3.9.
|
|
113
|
+
"mockttp": "^3.9.2",
|
|
113
114
|
"mz": "^2.7.0",
|
|
114
115
|
"node-abort-controller": "^3.0.1",
|
|
115
|
-
"prettier": "^
|
|
116
|
+
"prettier": "^2.8",
|
|
116
117
|
"rimraf": "5.0.1",
|
|
117
118
|
"rollup": "^3.27.2",
|
|
118
|
-
"rollup-plugin-dts": "^
|
|
119
|
+
"rollup-plugin-dts": "^6.0.1",
|
|
119
120
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
120
121
|
"semantic-release": "^21.0.7",
|
|
121
122
|
"sinon": "^15.2.0",
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
"ts-mocha": "^10.0.0",
|
|
125
126
|
"ts-node": "^10.9.1",
|
|
126
127
|
"tsconfig": "workspace:*",
|
|
127
|
-
"tslib": "^2.6.
|
|
128
|
+
"tslib": "^2.6.2",
|
|
128
129
|
"typedoc": "^0.24.8",
|
|
129
130
|
"typescript": "^5.1.6"
|
|
130
131
|
}
|