@solana/web3.js 1.77.2 → 1.77.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.77.2",
3
+ "version": "1.77.3",
4
4
  "description": "Solana Javascript API",
5
5
  "keywords": [
6
6
  "api",
@@ -65,7 +65,7 @@
65
65
  "bs58": "^4.0.1",
66
66
  "buffer": "6.0.3",
67
67
  "fast-stable-stringify": "^1.0.0",
68
- "jayson": "^3.4.4",
68
+ "jayson": "^4.1.0",
69
69
  "node-fetch": "^2.6.7",
70
70
  "rpc-websockets": "^7.5.1",
71
71
  "superstruct": "^0.14.2"
@@ -89,7 +89,7 @@
89
89
  "@types/bs58": "^4.0.1",
90
90
  "@types/chai": "^4.2.15",
91
91
  "@types/chai-as-promised": "^7.1.3",
92
- "@types/express-serve-static-core": "^4.17.21",
92
+ "@types/express-serve-static-core": "^4.17.35",
93
93
  "@types/mocha": "^10.0.0",
94
94
  "@types/mz": "^2.7.3",
95
95
  "@types/node": "^18.11.10",
package/src/connection.ts CHANGED
@@ -3627,7 +3627,7 @@ export class Connection {
3627
3627
  */
3628
3628
  async getProgramAccounts(
3629
3629
  programId: PublicKey,
3630
- configOrCommitment?: GetProgramAccountsConfig &
3630
+ configOrCommitment: GetProgramAccountsConfig &
3631
3631
  Readonly<{withContext: true}>,
3632
3632
  ): Promise<RpcResponseAndContext<GetProgramAccountsResponse>>;
3633
3633
  // eslint-disable-next-line no-dupe-class-members