claudemesh-cli 1.9.4 → 1.9.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/dist/entrypoints/cli.js
CHANGED
|
@@ -88,7 +88,7 @@ __export(exports_urls, {
|
|
|
88
88
|
VERSION: () => VERSION,
|
|
89
89
|
URLS: () => URLS
|
|
90
90
|
});
|
|
91
|
-
var URLS, VERSION = "1.9.
|
|
91
|
+
var URLS, VERSION = "1.9.5", env;
|
|
92
92
|
var init_urls = __esm(() => {
|
|
93
93
|
URLS = {
|
|
94
94
|
BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
|
|
@@ -14846,4 +14846,4 @@ main().catch((err) => {
|
|
|
14846
14846
|
process.exit(EXIT.INTERNAL_ERROR);
|
|
14847
14847
|
});
|
|
14848
14848
|
|
|
14849
|
-
//# debugId=
|
|
14849
|
+
//# debugId=DFCA83812E690F9B64756E2164756E21
|