@openacp/cli 2026.414.3 → 2026.414.4
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/cli.js +6 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10115,7 +10115,6 @@ var init_adapter = __esm({
|
|
|
10115
10115
|
return prev(method, payload, signal);
|
|
10116
10116
|
});
|
|
10117
10117
|
const onCommandsReady = ({ commands }) => {
|
|
10118
|
-
this.core.eventBus.off(BusEvent.SYSTEM_COMMANDS_READY, onCommandsReady);
|
|
10119
10118
|
this.syncCommandsWithRetry(commands);
|
|
10120
10119
|
};
|
|
10121
10120
|
this.core.eventBus.on(BusEvent.SYSTEM_COMMANDS_READY, onCommandsReady);
|