@solana/web3.js 1.41.0 → 1.41.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/web3.js",
3
- "version": "1.41.0",
3
+ "version": "1.41.3",
4
4
  "description": "Solana Javascript API",
5
5
  "keywords": [
6
6
  "api",
@@ -50,8 +50,8 @@
50
50
  "pretty": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
51
51
  "pretty:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
52
52
  "re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",
53
- "test": "mocha -r ts-node/register './test/**/*.test.ts'",
54
- "test:cover": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' nyc --reporter=lcov mocha -r ts-node/register './test/**/*.test.ts'",
53
+ "test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' ts-mocha --require esm './test/**/*.test.ts'",
54
+ "test:cover": "nyc --reporter=lcov npm run test",
55
55
  "test:live": "TEST_LIVE=1 npm run test",
56
56
  "test:live-with-test-validator": "start-server-and-test 'solana-test-validator --reset --quiet' http://localhost:8899/health test:live"
57
57
  },
@@ -64,10 +64,12 @@
64
64
  "bs58": "^4.0.1",
65
65
  "buffer": "6.0.1",
66
66
  "cross-fetch": "^3.1.4",
67
+ "fast-stable-stringify": "^1.0.0",
67
68
  "jayson": "^3.4.4",
68
69
  "js-sha3": "^0.8.0",
69
70
  "rpc-websockets": "^7.4.2",
70
71
  "secp256k1": "^4.0.2",
72
+ "sinon-chai": "^3.7.0",
71
73
  "superstruct": "^0.14.2",
72
74
  "tweetnacl": "^1.0.0"
73
75
  },
@@ -86,7 +88,7 @@
86
88
  "@rollup/plugin-json": "^4.1.0",
87
89
  "@rollup/plugin-multi-entry": "^4.0.0",
88
90
  "@rollup/plugin-node-resolve": "^13.0.0",
89
- "@rollup/plugin-replace": "^3.0.0",
91
+ "@rollup/plugin-replace": "^4.0.0",
90
92
  "@solana/spl-token": "^0.1.2",
91
93
  "@types/bn.js": "^5.1.0",
92
94
  "@types/bs58": "^4.0.1",
@@ -98,6 +100,7 @@
98
100
  "@types/node": "^17.0.24",
99
101
  "@types/secp256k1": "^4.0.1",
100
102
  "@types/sinon": "^10.0.0",
103
+ "@types/sinon-chai": "^3.2.8",
101
104
  "@typescript-eslint/eslint-plugin": "^4.14.2",
102
105
  "@typescript-eslint/parser": "^4.14.2",
103
106
  "chai": "^4.3.0",
@@ -106,7 +109,7 @@
106
109
  "cross-env": "7.0.3",
107
110
  "eslint": "^7.19.0",
108
111
  "eslint-config-prettier": "^8.0.0",
109
- "eslint-plugin-import": "2.25.3",
112
+ "eslint-plugin-import": "2.26.0",
110
113
  "eslint-plugin-mocha": "^9.0.0",
111
114
  "eslint-plugin-prettier": "^4.0.0",
112
115
  "esm": "^3.2.25",
@@ -117,15 +120,15 @@
117
120
  "npm-run-all": "^4.1.5",
118
121
  "nyc": "^15.1.0",
119
122
  "prettier": "^2.3.0",
120
- "puppeteer": "^12.0.0",
121
123
  "rimraf": "3.0.2",
122
- "rollup": "2.60.2",
124
+ "rollup": "2.70.2",
123
125
  "rollup-plugin-dts": "^4.0.0",
124
126
  "rollup-plugin-node-polyfills": "^0.2.1",
125
127
  "rollup-plugin-terser": "^7.0.2",
126
128
  "semantic-release": "^18.0.0",
127
- "sinon": "^12.0.0",
129
+ "sinon": "^13.0.2",
128
130
  "start-server-and-test": "^1.12.0",
131
+ "ts-mocha": "^9.0.2",
129
132
  "ts-node": "^10.0.0",
130
133
  "tslib": "^2.1.0",
131
134
  "typedoc": "^0.22.2",