claudemesh-cli 1.31.2 → 1.31.3
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
|
@@ -104,7 +104,7 @@ __export(exports_urls, {
|
|
|
104
104
|
VERSION: () => VERSION,
|
|
105
105
|
URLS: () => URLS
|
|
106
106
|
});
|
|
107
|
-
var URLS, VERSION = "1.31.
|
|
107
|
+
var URLS, VERSION = "1.31.3", env;
|
|
108
108
|
var init_urls = __esm(() => {
|
|
109
109
|
URLS = {
|
|
110
110
|
BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
|
|
@@ -20041,4 +20041,4 @@ main().catch((err) => {
|
|
|
20041
20041
|
process.exit(EXIT.INTERNAL_ERROR);
|
|
20042
20042
|
});
|
|
20043
20043
|
|
|
20044
|
-
//# debugId=
|
|
20044
|
+
//# debugId=8FE49D7349A15CB764756E2164756E21
|