@solana/subscribable 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 +2 -2
package/dist/index.node.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SolanaError, SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_STATE_MISSING, SOLANA_ERROR__INVARIANT_VIOLATION__SUBSCRIPTION_ITERATOR_MUST_NOT_POLL_BEFORE_RESOLVING_EXISTING_MESSAGE_PROMISE } from '@solana/errors';
|
|
2
|
-
import { setMaxListeners } from '
|
|
2
|
+
import { setMaxListeners } from 'events';
|
|
3
3
|
|
|
4
4
|
// src/async-iterable.ts
|
|
5
5
|
var e = class extends globalThis.AbortController {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/subscribable",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-canary-20250708185953",
|
|
4
4
|
"description": "Helpers for creating subscription-based event emitters",
|
|
5
5
|
"exports": {
|
|
6
6
|
"edge-light": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"maintained node versions"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@solana/errors": "2.
|
|
57
|
+
"@solana/errors": "2.3.0-canary-20250708185953"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"typescript": ">=5.3.3"
|