zeed 0.7.152 → 0.7.154
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-NNGVZWI3.js → chunk-IEEAPZWX.js} +4 -4
- package/dist/{chunk-NNGVZWI3.js.map → chunk-IEEAPZWX.js.map} +1 -1
- package/dist/{chunk-DVBEVKWR.js → chunk-UONLF7DI.js} +2 -2
- package/dist/{chunk-DVBEVKWR.js.map → chunk-UONLF7DI.js.map} +0 -0
- package/dist/{chunk-4WHIYETN.js → chunk-XGSWX7SZ.js} +2 -2
- package/dist/{chunk-4WHIYETN.js.map → chunk-XGSWX7SZ.js.map} +0 -0
- package/dist/index.all.cjs +4 -4
- package/dist/index.all.cjs.map +1 -1
- package/dist/index.all.d.ts +3 -3
- package/dist/index.all.js +5 -5
- package/dist/index.browser.cjs +4 -4
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.ts +2 -2
- package/dist/index.browser.js +4 -4
- package/dist/index.node.cjs +4 -4
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.d.ts +2 -2
- package/dist/index.node.js +4 -4
- package/dist/{log-colors-5aa66e3b.d.ts → log-colors-1000a783.d.ts} +1 -1
- package/dist/{log-util-3742711f.d.ts → log-util-d6ed4161.d.ts} +1 -1
- package/dist/{uuid-ab0c5451.d.ts → uuid-f1835e58.d.ts} +3 -2
- package/package.json +3 -3
|
@@ -2419,14 +2419,14 @@ var LocalChannel = class extends Channel {
|
|
|
2419
2419
|
}
|
|
2420
2420
|
};
|
|
2421
2421
|
__name(LocalChannel, "LocalChannel");
|
|
2422
|
-
function
|
|
2422
|
+
function createLocalChannelPair() {
|
|
2423
2423
|
let w1 = new LocalChannel();
|
|
2424
2424
|
let w2 = new LocalChannel();
|
|
2425
2425
|
w1.other = w2;
|
|
2426
2426
|
w2.other = w1;
|
|
2427
2427
|
return [w1, w2];
|
|
2428
2428
|
}
|
|
2429
|
-
__name(
|
|
2429
|
+
__name(createLocalChannelPair, "createLocalChannelPair");
|
|
2430
2430
|
|
|
2431
2431
|
// src/common/msg/encoder.ts
|
|
2432
2432
|
var NoopEncoder = class {
|
|
@@ -3104,7 +3104,7 @@ export {
|
|
|
3104
3104
|
LoggerMemoryHandler,
|
|
3105
3105
|
Channel,
|
|
3106
3106
|
LocalChannel,
|
|
3107
|
-
|
|
3107
|
+
createLocalChannelPair,
|
|
3108
3108
|
NoopEncoder,
|
|
3109
3109
|
JsonEncoder,
|
|
3110
3110
|
CryptoEncoder,
|
|
@@ -3127,4 +3127,4 @@ export {
|
|
|
3127
3127
|
useExitHandler,
|
|
3128
3128
|
MemStorage
|
|
3129
3129
|
};
|
|
3130
|
-
//# sourceMappingURL=chunk-
|
|
3130
|
+
//# sourceMappingURL=chunk-IEEAPZWX.js.map
|