@vm0/cli 9.140.8 → 9.140.9
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.140.
|
|
74086
|
+
release: "9.140.9",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.140.
|
|
74105
|
+
version: "9.140.9",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120160,6 +120160,9 @@ var MODEL_DISPLAY_NAMES = Object.freeze({
|
|
|
120160
120160
|
"z-ai/glm-5.1": "GLM-5.1"
|
|
120161
120161
|
});
|
|
120162
120162
|
|
|
120163
|
+
// ../../packages/core/src/log-utils.ts
|
|
120164
|
+
init_esm_shims();
|
|
120165
|
+
|
|
120163
120166
|
// src/lib/events/claude-event-parser.ts
|
|
120164
120167
|
init_esm_shims();
|
|
120165
120168
|
var ClaudeEventParser = class {
|
|
@@ -121450,4 +121453,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121450
121453
|
undici/lib/web/websocket/frame.js:
|
|
121451
121454
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121452
121455
|
*/
|
|
121453
|
-
//# sourceMappingURL=chunk-
|
|
121456
|
+
//# sourceMappingURL=chunk-I2CFAMAF.js.map
|