@vm0/cli 9.217.6 → 9.217.7
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/{chunk-LRTLF7ZC.js → chunk-GMCOHMKD.js} +2 -2
- package/{chunk-HQ27RTRK.js → chunk-KAC2E4NP.js} +3 -3
- package/{chunk-37MXVVML.js → chunk-NCW2TLOK.js} +4 -3
- package/{chunk-37MXVVML.js.map → chunk-NCW2TLOK.js.map} +1 -1
- package/index.js +10 -10
- package/{logs-2G5RDIJP.js → logs-DEF7GUVN.js} +3 -3
- package/package.json +1 -1
- package/{search-F64BOILN.js → search-CMFM6SLP.js} +3 -3
- package/zero.js +4 -4
- /package/{chunk-LRTLF7ZC.js.map → chunk-GMCOHMKD.js.map} +0 -0
- /package/{chunk-HQ27RTRK.js.map → chunk-KAC2E4NP.js.map} +0 -0
- /package/{logs-2G5RDIJP.js.map → logs-DEF7GUVN.js.map} +0 -0
- /package/{search-F64BOILN.js.map → search-CMFM6SLP.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
parseBoundedLogCount,
|
|
11
11
|
parseSearchQuery,
|
|
12
12
|
parseTime
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-NCW2TLOK.js";
|
|
14
14
|
import {
|
|
15
15
|
searchZeroLogs
|
|
16
16
|
} from "./chunk-MPFX7JBV.js";
|
|
@@ -176,4 +176,4 @@ export {
|
|
|
176
176
|
runLogsSearch,
|
|
177
177
|
searchCommand
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=chunk-
|
|
179
|
+
//# sourceMappingURL=chunk-GMCOHMKD.js.map
|
|
@@ -50,7 +50,7 @@ if (DSN) {
|
|
|
50
50
|
Sentry.init({
|
|
51
51
|
dsn: DSN,
|
|
52
52
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
53
|
-
release: "9.217.
|
|
53
|
+
release: "9.217.7",
|
|
54
54
|
sendDefaultPii: false,
|
|
55
55
|
tracesSampleRate: 0,
|
|
56
56
|
shutdownTimeout: 500,
|
|
@@ -69,7 +69,7 @@ if (DSN) {
|
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
Sentry.setContext("cli", {
|
|
72
|
-
version: "9.217.
|
|
72
|
+
version: "9.217.7",
|
|
73
73
|
command: process.argv.slice(2).join(" ")
|
|
74
74
|
});
|
|
75
75
|
Sentry.setContext("runtime", {
|
|
@@ -146,4 +146,4 @@ async function configureGlobalProxyFromEnv() {
|
|
|
146
146
|
export {
|
|
147
147
|
configureGlobalProxyFromEnv
|
|
148
148
|
};
|
|
149
|
-
//# sourceMappingURL=chunk-
|
|
149
|
+
//# sourceMappingURL=chunk-KAC2E4NP.js.map
|
|
@@ -16223,8 +16223,9 @@ var FEATURE_SWITCHES = {
|
|
|
16223
16223
|
},
|
|
16224
16224
|
["chatThreadEmoji" /* ChatThreadEmoji */]: {
|
|
16225
16225
|
maintainer: "ethan@vm0.ai",
|
|
16226
|
-
description: "Show the chat thread emoji icon in chat headers and enable the Shift+F2 emoji picker shortcut
|
|
16227
|
-
enabled: false
|
|
16226
|
+
description: "Show the chat thread emoji icon in chat headers and enable the Shift+F2 emoji picker shortcut for staff orgs.",
|
|
16227
|
+
enabled: false,
|
|
16228
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
16228
16229
|
},
|
|
16229
16230
|
["memoryViewer" /* MemoryViewer */]: {
|
|
16230
16231
|
maintainer: "lancy@vm0.ai",
|
|
@@ -18592,4 +18593,4 @@ export {
|
|
|
18592
18593
|
collectLogItems,
|
|
18593
18594
|
parseSearchQuery
|
|
18594
18595
|
};
|
|
18595
|
-
//# sourceMappingURL=chunk-
|
|
18596
|
+
//# sourceMappingURL=chunk-NCW2TLOK.js.map
|