@supalive/core 1.20.0 → 1.20.2
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/mysql-BX3cm94v.js +622 -0
- package/dist/mysql-BX3cm94v.js.map +1 -0
- package/dist/src/exports/mysql.js +1 -1
- package/dist/src/exports/server.js +4 -4
- package/dist/src/exports/server.js.map +1 -1
- package/dist/src/exports/sub-manager-worker-entry.js +1 -1
- package/dist/sub-worker-dispatch-Ci_z8w10.js +792 -0
- package/dist/sub-worker-dispatch-Ci_z8w10.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as SubscriptionWorker, o as createDatabase, s as initCacheLayer, t as dispatchWorkerMessage } from "../../sub-worker-dispatch-
|
|
1
|
+
import { n as SubscriptionWorker, o as createDatabase, s as initCacheLayer, t as dispatchWorkerMessage } from "../../sub-worker-dispatch-Ci_z8w10.js";
|
|
2
2
|
import { parentPort } from "node:worker_threads";
|
|
3
3
|
//#region src/server/sub-manager-worker-entry.ts
|
|
4
4
|
if (!parentPort) throw new Error("subscription-manager-worker-entry must run inside a worker_threads Worker");
|