@vm0/cli 9.145.5 → 9.145.6
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.145.
|
|
74086
|
+
release: "9.145.6",
|
|
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.145.
|
|
74105
|
+
version: "9.145.6",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120571,7 +120571,8 @@ var FEATURE_SWITCHES = {
|
|
|
120571
120571
|
["queueMessage" /* QueueMessage */]: {
|
|
120572
120572
|
maintainer: "linghan@vm0.ai",
|
|
120573
120573
|
description: "Allow keyboard sends during an active chat thread run to append the draft to that thread's pending message queue.",
|
|
120574
|
-
enabled: false
|
|
120574
|
+
enabled: false,
|
|
120575
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120575
120576
|
},
|
|
120576
120577
|
["chatThreadPin" /* ChatThreadPin */]: {
|
|
120577
120578
|
maintainer: "ethan@vm0.ai",
|
|
@@ -122146,4 +122147,4 @@ undici/lib/web/fetch/body.js:
|
|
|
122146
122147
|
undici/lib/web/websocket/frame.js:
|
|
122147
122148
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
122148
122149
|
*/
|
|
122149
|
-
//# sourceMappingURL=chunk-
|
|
122150
|
+
//# sourceMappingURL=chunk-2LVWQ6RG.js.map
|