@solana/rpc-subscriptions-channel-websocket 2.2.0 → 2.3.0-canary-20250708185953
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.node.mjs +1 -1
- package/package.json +5 -5
package/dist/index.node.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SolanaError, SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CONNECTION_CLOSED, SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_FAILED_TO_CONNECT, SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CLOSED_BEFORE_MESSAGE_BUFFERED } from '@solana/errors';
|
|
2
|
-
import { setMaxListeners } from '
|
|
2
|
+
import { setMaxListeners } from 'events';
|
|
3
3
|
import { getDataPublisherFromEventEmitter } from '@solana/subscribable';
|
|
4
4
|
import e2 from 'ws';
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/rpc-subscriptions-channel-websocket",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-canary-20250708185953",
|
|
4
4
|
"description": "An RPC Subscriptions transport that uses WebSockets",
|
|
5
5
|
"exports": {
|
|
6
6
|
"edge-light": {
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"maintained node versions"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@solana/errors": "2.
|
|
58
|
-
"@solana/
|
|
59
|
-
"@solana/
|
|
60
|
-
"@solana/
|
|
57
|
+
"@solana/errors": "2.3.0-canary-20250708185953",
|
|
58
|
+
"@solana/functional": "2.3.0-canary-20250708185953",
|
|
59
|
+
"@solana/rpc-subscriptions-spec": "2.3.0-canary-20250708185953",
|
|
60
|
+
"@solana/subscribable": "2.3.0-canary-20250708185953"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"typescript": ">=5.3.3",
|