@vm0/cli 9.145.15 → 9.145.16
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.16",
|
|
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.16",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120745,6 +120745,12 @@ var FEATURE_SWITCHES = {
|
|
|
120745
120745
|
enabled: false,
|
|
120746
120746
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120747
120747
|
},
|
|
120748
|
+
["apiBackendMutations" /* ApiBackendMutations */]: {
|
|
120749
|
+
maintainer: "ethan@vm0.ai",
|
|
120750
|
+
description: "Route platform mutation traffic (POST/PUT/PATCH/DELETE) to the api backend host independent of ApiBackend. When ApiBackend is OFF and this is ON, GETs stay on www while mutations use api.vm0.ai; ported mutation routes are served there and unported routes fall through to web via the api app's notFound proxy. When ApiBackend is ON, mutations follow the host-level switch regardless of this flag. Used during Stage 3 of the api-backend migration to roll out mutation routes per-org without flipping the host-level ApiBackend flag.",
|
|
120751
|
+
enabled: false,
|
|
120752
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120753
|
+
},
|
|
120748
120754
|
["connectorCategories" /* ConnectorCategories */]: {
|
|
120749
120755
|
maintainer: "ethan@vm0.ai",
|
|
120750
120756
|
description: "Show category sections and the hover-reveal outline menu on the Connectors settings page. Staff-only during rollout.",
|
|
@@ -122262,4 +122268,4 @@ undici/lib/web/fetch/body.js:
|
|
|
122262
122268
|
undici/lib/web/websocket/frame.js:
|
|
122263
122269
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
122264
122270
|
*/
|
|
122265
|
-
//# sourceMappingURL=chunk-
|
|
122271
|
+
//# sourceMappingURL=chunk-6CW5HVRP.js.map
|