@gravito/stream 1.0.0-alpha.2 → 1.0.0-alpha.5
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/README.md +28 -190
- package/README.zh-TW.md +34 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +4 -4
- package/package.json +3 -4
package/dist/index.mjs
CHANGED
|
@@ -32050,6 +32050,7 @@ class OrbitStream {
|
|
|
32050
32050
|
}
|
|
32051
32051
|
c3.set("queue", this.queueManager);
|
|
32052
32052
|
await next();
|
|
32053
|
+
return;
|
|
32053
32054
|
});
|
|
32054
32055
|
core.logger.info("[OrbitStream] Installed");
|
|
32055
32056
|
if (this.options.autoStartWorker && true && this.options.workerOptions) {
|
|
@@ -32092,4 +32093,4 @@ export {
|
|
|
32092
32093
|
ClassNameSerializer
|
|
32093
32094
|
};
|
|
32094
32095
|
|
|
32095
|
-
//# debugId=
|
|
32096
|
+
//# debugId=5A429B298A1D632564756E2164756E21
|