@vm0/cli 9.122.0 → 9.122.1
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.
|
@@ -73649,7 +73649,7 @@ if (DSN) {
|
|
|
73649
73649
|
init2({
|
|
73650
73650
|
dsn: DSN,
|
|
73651
73651
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73652
|
-
release: "9.122.
|
|
73652
|
+
release: "9.122.1",
|
|
73653
73653
|
sendDefaultPii: false,
|
|
73654
73654
|
tracesSampleRate: 0,
|
|
73655
73655
|
shutdownTimeout: 500,
|
|
@@ -73668,7 +73668,7 @@ if (DSN) {
|
|
|
73668
73668
|
}
|
|
73669
73669
|
});
|
|
73670
73670
|
setContext("cli", {
|
|
73671
|
-
version: "9.122.
|
|
73671
|
+
version: "9.122.1",
|
|
73672
73672
|
command: process.argv.slice(2).join(" ")
|
|
73673
73673
|
});
|
|
73674
73674
|
setContext("runtime", {
|
|
@@ -113659,11 +113659,6 @@ var FEATURE_SWITCHES = {
|
|
|
113659
113659
|
enabled: false,
|
|
113660
113660
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113661
113661
|
},
|
|
113662
|
-
["mobileChatListPage" /* MobileChatListPage */]: {
|
|
113663
|
-
maintainer: "ethan@vm0.ai",
|
|
113664
|
-
description: "Navigate to /chats list page from mobile menu instead of sidebar drawer",
|
|
113665
|
-
enabled: false
|
|
113666
|
-
},
|
|
113667
113662
|
["lab" /* Lab */]: {
|
|
113668
113663
|
maintainer: "ethan@vm0.ai",
|
|
113669
113664
|
description: "Show the Lab page for toggling experimental features",
|
|
@@ -116194,4 +116189,4 @@ undici/lib/web/fetch/body.js:
|
|
|
116194
116189
|
undici/lib/web/websocket/frame.js:
|
|
116195
116190
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
116196
116191
|
*/
|
|
116197
|
-
//# sourceMappingURL=chunk-
|
|
116192
|
+
//# sourceMappingURL=chunk-X2RQVL5P.js.map
|