@openacp/cli 0.4.8 → 0.4.10
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-BBPWAWE3.js → chunk-KPI4HGJC.js} +1236 -453
- package/dist/chunk-KPI4HGJC.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/dist/{main-NV7YN3VY.js → main-G6XDM7EZ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-BBPWAWE3.js.map +0 -1
- /package/dist/{main-NV7YN3VY.js.map → main-G6XDM7EZ.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -690,7 +690,7 @@ async function cmdDefault(command2) {
|
|
|
690
690
|
}
|
|
691
691
|
const { markRunning } = await import("./daemon-VF6HJQXD.js");
|
|
692
692
|
markRunning();
|
|
693
|
-
const { startServer } = await import("./main-
|
|
693
|
+
const { startServer } = await import("./main-G6XDM7EZ.js");
|
|
694
694
|
await startServer();
|
|
695
695
|
}
|
|
696
696
|
|
|
@@ -717,7 +717,7 @@ var commands = {
|
|
|
717
717
|
"adopt": () => cmdAdopt(args),
|
|
718
718
|
"integrate": () => cmdIntegrate(args),
|
|
719
719
|
"--daemon-child": async () => {
|
|
720
|
-
const { startServer } = await import("./main-
|
|
720
|
+
const { startServer } = await import("./main-G6XDM7EZ.js");
|
|
721
721
|
await startServer();
|
|
722
722
|
}
|
|
723
723
|
};
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
OpenACPCore,
|
|
5
5
|
TelegramAdapter,
|
|
6
6
|
TopicManager
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KPI4HGJC.js";
|
|
8
8
|
import "./chunk-6MJLVZXV.js";
|
|
9
9
|
import "./chunk-UAUTLC4E.js";
|
|
10
10
|
import "./chunk-VA2M52CM.js";
|
|
@@ -181,4 +181,4 @@ export {
|
|
|
181
181
|
RESTART_EXIT_CODE,
|
|
182
182
|
startServer
|
|
183
183
|
};
|
|
184
|
-
//# sourceMappingURL=main-
|
|
184
|
+
//# sourceMappingURL=main-G6XDM7EZ.js.map
|