@solana/web3.js 1.91.1 → 1.91.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/web3.js",
|
|
3
|
-
"version": "1.91.
|
|
3
|
+
"version": "1.91.2",
|
|
4
4
|
"description": "Solana Javascript API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"test:live": "TEST_LIVE=1 pnpm run test:unit:node",
|
|
51
51
|
"test:live-with-test-validator": "start-server-and-test '../../scripts/start-shared-test-validator.sh' http://127.0.0.1:8899/health test:live",
|
|
52
52
|
"test:prettier": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
|
|
53
|
-
"test:prettier:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
|
|
53
|
+
"test:prettier:fix": "pnpm prettier --write '{,{src,test}/**/}*.{j,t}s'",
|
|
54
54
|
"test:typecheck": "tsc --noEmit",
|
|
55
55
|
"test:unit:node": "cross-env NODE_ENV=test TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\", \"target\": \"es2019\" }' ts-mocha --require esm './test/**/*.test.ts'"
|
|
56
56
|
},
|