@solana/rpc-subscriptions-spec 5.2.0-canary-20251228203229 → 5.2.0-canary-20260105191915
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/rpc-subscriptions-spec",
|
|
3
|
-
"version": "5.2.0-canary-
|
|
3
|
+
"version": "5.2.0-canary-20260105191915",
|
|
4
4
|
"description": "A generic implementation of JSON RPC Subscriptions using proxies",
|
|
5
5
|
"homepage": "https://www.solanakit.com/api#solanarpc-subscriptions-spec",
|
|
6
6
|
"exports": {
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"maintained node versions"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@solana/errors": "5.2.0-canary-
|
|
59
|
-
"@solana/
|
|
60
|
-
"@solana/
|
|
61
|
-
"@solana/
|
|
58
|
+
"@solana/errors": "5.2.0-canary-20260105191915",
|
|
59
|
+
"@solana/promises": "5.2.0-canary-20260105191915",
|
|
60
|
+
"@solana/subscribable": "5.2.0-canary-20260105191915",
|
|
61
|
+
"@solana/rpc-spec-types": "5.2.0-canary-20260105191915"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"typescript": ">=5.9.3"
|