@solana/web3.js 1.78.3 → 1.78.5

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.78.3",
3
+ "version": "1.78.5",
4
4
  "description": "Solana Javascript API",
5
5
  "keywords": [
6
6
  "api",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@babel/runtime": "^7.22.6",
58
58
  "@noble/curves": "^1.0.0",
59
- "@noble/hashes": "^1.3.0",
59
+ "@noble/hashes": "^1.3.1",
60
60
  "@solana/buffer-layout": "^4.0.0",
61
61
  "agentkeepalive": "^4.3.0",
62
62
  "bigint-buffer": "^1.1.5",
@@ -71,10 +71,10 @@
71
71
  "superstruct": "^0.14.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/core": "^7.22.9",
74
+ "@babel/core": "^7.22.10",
75
75
  "@babel/plugin-proposal-class-properties": "^7.12.1",
76
76
  "@babel/plugin-proposal-private-methods": "^7.18.6",
77
- "@babel/plugin-transform-runtime": "^7.22.9",
77
+ "@babel/plugin-transform-runtime": "^7.22.10",
78
78
  "@babel/preset-env": "^7.22.4",
79
79
  "@babel/preset-typescript": "^7.22.5",
80
80
  "@rollup/plugin-alias": "^4.0.3",
@@ -82,7 +82,7 @@
82
82
  "@rollup/plugin-commonjs": "^25.0.0",
83
83
  "@rollup/plugin-json": "^6.0.0",
84
84
  "@rollup/plugin-multi-entry": "^6.0.0",
85
- "@rollup/plugin-node-resolve": "^15.1.0",
85
+ "@rollup/plugin-node-resolve": "^15.2.1",
86
86
  "@rollup/plugin-replace": "^5.0.2",
87
87
  "@rollup/plugin-terser": "^0.4.3",
88
88
  "@solana/spl-token": "^0.3.8",
@@ -93,29 +93,29 @@
93
93
  "@types/express-serve-static-core": "^4.17.35",
94
94
  "@types/mocha": "^10.0.1",
95
95
  "@types/mz": "^2.7.4",
96
- "@types/node": "^20.4.4",
96
+ "@types/node": "^20.5.7",
97
97
  "@types/node-fetch": "2",
98
98
  "@types/sinon": "^10.0.0",
99
- "@types/sinon-chai": "^3.2.8",
100
- "@typescript-eslint/eslint-plugin": "^6.0.0",
101
- "@typescript-eslint/parser": "^6.0.0",
99
+ "@types/sinon-chai": "^3.2.9",
100
+ "@typescript-eslint/eslint-plugin": "^6.3.0",
101
+ "@typescript-eslint/parser": "^6.3.0",
102
102
  "chai": "^4.3.7",
103
103
  "chai-as-promised": "^7.1.1",
104
104
  "cross-env": "7.0.3",
105
105
  "eslint": "^8.45.0",
106
- "eslint-config-prettier": "^8.9.0",
106
+ "eslint-config-prettier": "^9.0.0",
107
107
  "eslint-plugin-import": "^2.28.0",
108
108
  "eslint-plugin-mocha": "^10.1.0",
109
- "eslint-plugin-prettier": "^4.2.1",
109
+ "eslint-plugin-prettier": "^5.0.0",
110
110
  "esm": "^3.2.25",
111
111
  "mocha": "^10.2.0",
112
112
  "mockttp": "^3.9.1",
113
113
  "mz": "^2.7.0",
114
114
  "node-abort-controller": "^3.0.1",
115
- "prettier": "^2.8.8",
115
+ "prettier": "^2.8",
116
116
  "rimraf": "5.0.1",
117
- "rollup": "^3.27.0",
118
- "rollup-plugin-dts": "^5.3.0",
117
+ "rollup": "^3.27.2",
118
+ "rollup-plugin-dts": "^6.0.1",
119
119
  "rollup-plugin-node-polyfills": "^0.2.1",
120
120
  "semantic-release": "^21.0.7",
121
121
  "sinon": "^15.2.0",
@@ -124,7 +124,7 @@
124
124
  "ts-mocha": "^10.0.0",
125
125
  "ts-node": "^10.9.1",
126
126
  "tsconfig": "workspace:*",
127
- "tslib": "^2.6.1",
127
+ "tslib": "^2.6.2",
128
128
  "typedoc": "^0.24.8",
129
129
  "typescript": "^5.1.6"
130
130
  }
@@ -369,7 +369,7 @@ export class VoteProgram {
369
369
  *
370
370
  * KEEP IN SYNC WITH `VoteState::size_of()` in https://github.com/solana-labs/solana/blob/a474cb24b9238f5edcc982f65c0b37d4a1046f7e/sdk/program/src/vote/state/mod.rs#L340-L342
371
371
  */
372
- static space: number = process.env.TEST_LIVE ? 3762 : 3731;
372
+ static space: number = 3731;
373
373
 
374
374
  /**
375
375
  * Generate an Initialize instruction.