@solana/web3.js 1.95.5 → 1.95.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @solana/web3.js might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/web3.js",
3
- "version": "1.95.5",
3
+ "version": "1.95.6",
4
4
  "description": "Solana Javascript API",
5
5
  "keywords": [
6
6
  "api",
@@ -36,25 +36,6 @@
36
36
  "/lib",
37
37
  "/src"
38
38
  ],
39
- "scripts": {
40
- "compile:docs": "typedoc --treatWarningsAsErrors",
41
- "compile:js": "cross-env NODE_ENV=production rollup -c",
42
- "compile:typedefs": "./scripts/typegen.sh",
43
- "build:fixtures": "set -ex; ./test/fixtures/noop-program/build.sh",
44
- "clean": "rimraf ./doc ./declarations ./lib",
45
- "dev": "cross-env NODE_ENV=development rollup -c --watch",
46
- "prepublishOnly": "pnpm pkg delete devDependencies",
47
- "publish-packages": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git",
48
- "test:lint": "eslint src/ test/ --ext .js,.ts",
49
- "test:lint:fix": "eslint src/ test/ --fix --ext .js,.ts",
50
- "test:live": "TEST_LIVE=1 pnpm run test:unit",
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
- "test:live-with-test-validator:setup": "./scripts/setup-test-validator.sh",
53
- "test:prettier": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
54
- "test:prettier:fix": "pnpm prettier --write '{,{src,test}/**/}*.{j,t}s'",
55
- "test:typecheck": "tsc --noEmit",
56
- "test:unit": "cross-env NODE_ENV=test NODE_OPTIONS='--import tsx' mocha './test/**/*.test.ts'"
57
- },
58
39
  "dependencies": {
59
40
  "@babel/runtime": "^7.25.0",
60
41
  "@noble/curves": "^1.4.2",