zeed 0.7.151 → 0.7.152
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/{chunk-BPJRSPRG.js → chunk-4WHIYETN.js} +2 -2
- package/dist/{chunk-BPJRSPRG.js.map → chunk-4WHIYETN.js.map} +0 -0
- package/dist/{chunk-CLY4VF5A.js → chunk-DVBEVKWR.js} +2 -2
- package/dist/{chunk-CLY4VF5A.js.map → chunk-DVBEVKWR.js.map} +0 -0
- package/dist/{chunk-XX52WKOZ.js → chunk-NNGVZWI3.js} +2 -1
- package/dist/{chunk-XX52WKOZ.js.map → chunk-NNGVZWI3.js.map} +1 -1
- package/dist/index.all.cjs +1 -0
- package/dist/index.all.cjs.map +1 -1
- package/dist/index.all.js +3 -3
- package/dist/index.browser.cjs +1 -0
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js +2 -2
- package/dist/index.node.cjs +1 -0
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.js +2 -2
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-T5YP6WMZ.js";
|
|
7
7
|
import {
|
|
8
8
|
isBrowser
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NNGVZWI3.js";
|
|
10
10
|
import {
|
|
11
11
|
Logger,
|
|
12
12
|
__name,
|
|
@@ -329,4 +329,4 @@ export {
|
|
|
329
329
|
LocalStorage,
|
|
330
330
|
LoggerBrowserClassicHandler
|
|
331
331
|
};
|
|
332
|
-
//# sourceMappingURL=chunk-
|
|
332
|
+
//# sourceMappingURL=chunk-4WHIYETN.js.map
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cloneObject,
|
|
3
3
|
renderMessages,
|
|
4
4
|
toValidFilename
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-NNGVZWI3.js";
|
|
6
6
|
import {
|
|
7
7
|
Logger,
|
|
8
8
|
__name,
|
|
@@ -586,4 +586,4 @@ export {
|
|
|
586
586
|
loggerStackTraceDebug,
|
|
587
587
|
LoggerNodeHandler
|
|
588
588
|
};
|
|
589
|
-
//# sourceMappingURL=chunk-
|
|
589
|
+
//# sourceMappingURL=chunk-DVBEVKWR.js.map
|
|
File without changes
|
|
@@ -2400,6 +2400,7 @@ var Channel = class extends Emitter {
|
|
|
2400
2400
|
this.id = uuid();
|
|
2401
2401
|
}
|
|
2402
2402
|
close() {
|
|
2403
|
+
this.dispose();
|
|
2403
2404
|
}
|
|
2404
2405
|
};
|
|
2405
2406
|
__name(Channel, "Channel");
|
|
@@ -3126,4 +3127,4 @@ export {
|
|
|
3126
3127
|
useExitHandler,
|
|
3127
3128
|
MemStorage
|
|
3128
3129
|
};
|
|
3129
|
-
//# sourceMappingURL=chunk-
|
|
3130
|
+
//# sourceMappingURL=chunk-NNGVZWI3.js.map
|