@solana/rpc 4.0.0-canary-20250904160301 → 4.0.0-canary-20250904215217

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.
@@ -143,7 +143,7 @@ function createDefaultRpcTransport(config) {
143
143
  ...config.headers ? normalizeHeaders(config.headers) : void 0,
144
144
  ...{
145
145
  // Keep these headers lowercase so they will override any user-supplied headers above.
146
- "solana-client": `js/${"4.0.0-canary-20250904160301"}`
146
+ "solana-client": `js/${"4.0.0-canary-20250904215217"}`
147
147
  }
148
148
  }
149
149
  }),
@@ -139,7 +139,7 @@ function createDefaultRpcTransport(config) {
139
139
  ...config.headers ? normalizeHeaders(config.headers) : void 0,
140
140
  ...{
141
141
  // Keep these headers lowercase so they will override any user-supplied headers above.
142
- "solana-client": `js/${"4.0.0-canary-20250904160301"}`
142
+ "solana-client": `js/${"4.0.0-canary-20250904215217"}`
143
143
  }
144
144
  }
145
145
  }),
@@ -139,7 +139,7 @@ function createDefaultRpcTransport(config) {
139
139
  ...config.headers ? normalizeHeaders(config.headers) : void 0,
140
140
  ...{
141
141
  // Keep these headers lowercase so they will override any user-supplied headers above.
142
- "solana-client": `js/${"4.0.0-canary-20250904160301"}`
142
+ "solana-client": `js/${"4.0.0-canary-20250904215217"}`
143
143
  }
144
144
  }
145
145
  }),
@@ -153,7 +153,7 @@ function createDefaultRpcTransport(config) {
153
153
  ...config.headers ? normalizeHeaders(config.headers) : void 0,
154
154
  ...{
155
155
  // Keep these headers lowercase so they will override any user-supplied headers above.
156
- "solana-client": `js/${"4.0.0-canary-20250904160301"}`
156
+ "solana-client": `js/${"4.0.0-canary-20250904215217"}`
157
157
  }
158
158
  }
159
159
  }),
@@ -149,7 +149,7 @@ function createDefaultRpcTransport(config) {
149
149
  ...config.headers ? normalizeHeaders(config.headers) : void 0,
150
150
  ...{
151
151
  // Keep these headers lowercase so they will override any user-supplied headers above.
152
- "solana-client": `js/${"4.0.0-canary-20250904160301"}`
152
+ "solana-client": `js/${"4.0.0-canary-20250904215217"}`
153
153
  }
154
154
  }
155
155
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/rpc",
3
- "version": "4.0.0-canary-20250904160301",
3
+ "version": "4.0.0-canary-20250904215217",
4
4
  "description": "A library for sending JSON RPC requests to Solana RPCs",
5
5
  "exports": {
6
6
  "edge-light": {
@@ -54,15 +54,15 @@
54
54
  "maintained node versions"
55
55
  ],
56
56
  "dependencies": {
57
- "@solana/errors": "4.0.0-canary-20250904160301",
58
- "@solana/rpc-api": "4.0.0-canary-20250904160301",
59
- "@solana/fast-stable-stringify": "4.0.0-canary-20250904160301",
60
- "@solana/functional": "4.0.0-canary-20250904160301",
61
- "@solana/rpc-spec": "4.0.0-canary-20250904160301",
62
- "@solana/rpc-spec-types": "4.0.0-canary-20250904160301",
63
- "@solana/rpc-transformers": "4.0.0-canary-20250904160301",
64
- "@solana/rpc-transport-http": "4.0.0-canary-20250904160301",
65
- "@solana/rpc-types": "4.0.0-canary-20250904160301"
57
+ "@solana/errors": "4.0.0-canary-20250904215217",
58
+ "@solana/fast-stable-stringify": "4.0.0-canary-20250904215217",
59
+ "@solana/rpc-api": "4.0.0-canary-20250904215217",
60
+ "@solana/functional": "4.0.0-canary-20250904215217",
61
+ "@solana/rpc-spec": "4.0.0-canary-20250904215217",
62
+ "@solana/rpc-spec-types": "4.0.0-canary-20250904215217",
63
+ "@solana/rpc-transformers": "4.0.0-canary-20250904215217",
64
+ "@solana/rpc-transport-http": "4.0.0-canary-20250904215217",
65
+ "@solana/rpc-types": "4.0.0-canary-20250904215217"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "typescript": ">=5.3.3"