@solana/rpc 4.0.0-canary-20250903171839 → 4.0.0-canary-20250903171954
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/dist/index.browser.cjs +1 -1
- package/dist/index.browser.mjs +1 -1
- package/dist/index.native.mjs +1 -1
- package/dist/index.node.cjs +1 -1
- package/dist/index.node.mjs +1 -1
- package/package.json +10 -10
package/dist/index.browser.cjs
CHANGED
@@ -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-
|
146
|
+
"solana-client": `js/${"4.0.0-canary-20250903171954"}`
|
147
147
|
}
|
148
148
|
}
|
149
149
|
}),
|
package/dist/index.browser.mjs
CHANGED
@@ -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-
|
142
|
+
"solana-client": `js/${"4.0.0-canary-20250903171954"}`
|
143
143
|
}
|
144
144
|
}
|
145
145
|
}),
|
package/dist/index.native.mjs
CHANGED
@@ -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-
|
142
|
+
"solana-client": `js/${"4.0.0-canary-20250903171954"}`
|
143
143
|
}
|
144
144
|
}
|
145
145
|
}),
|
package/dist/index.node.cjs
CHANGED
@@ -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-
|
156
|
+
"solana-client": `js/${"4.0.0-canary-20250903171954"}`
|
157
157
|
}
|
158
158
|
}
|
159
159
|
}),
|
package/dist/index.node.mjs
CHANGED
@@ -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-
|
152
|
+
"solana-client": `js/${"4.0.0-canary-20250903171954"}`
|
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-
|
3
|
+
"version": "4.0.0-canary-20250903171954",
|
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-
|
58
|
-
"@solana/
|
59
|
-
"@solana/
|
60
|
-
"@solana/rpc-spec": "4.0.0-canary-
|
61
|
-
"@solana/
|
62
|
-
"@solana/rpc-spec-types": "4.0.0-canary-
|
63
|
-
"@solana/rpc-
|
64
|
-
"@solana/rpc-
|
65
|
-
"@solana/rpc-types": "4.0.0-canary-
|
57
|
+
"@solana/errors": "4.0.0-canary-20250903171954",
|
58
|
+
"@solana/fast-stable-stringify": "4.0.0-canary-20250903171954",
|
59
|
+
"@solana/functional": "4.0.0-canary-20250903171954",
|
60
|
+
"@solana/rpc-spec": "4.0.0-canary-20250903171954",
|
61
|
+
"@solana/rpc-api": "4.0.0-canary-20250903171954",
|
62
|
+
"@solana/rpc-spec-types": "4.0.0-canary-20250903171954",
|
63
|
+
"@solana/rpc-transformers": "4.0.0-canary-20250903171954",
|
64
|
+
"@solana/rpc-transport-http": "4.0.0-canary-20250903171954",
|
65
|
+
"@solana/rpc-types": "4.0.0-canary-20250903171954"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"typescript": ">=5.3.3"
|