@vm0/cli 9.139.1 → 9.139.2
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.
|
@@ -74090,7 +74090,7 @@ if (DSN) {
|
|
|
74090
74090
|
init2({
|
|
74091
74091
|
dsn: DSN,
|
|
74092
74092
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74093
|
-
release: "9.139.
|
|
74093
|
+
release: "9.139.2",
|
|
74094
74094
|
sendDefaultPii: false,
|
|
74095
74095
|
tracesSampleRate: 0,
|
|
74096
74096
|
shutdownTimeout: 500,
|
|
@@ -74109,7 +74109,7 @@ if (DSN) {
|
|
|
74109
74109
|
}
|
|
74110
74110
|
});
|
|
74111
74111
|
setContext("cli", {
|
|
74112
|
-
version: "9.139.
|
|
74112
|
+
version: "9.139.2",
|
|
74113
74113
|
command: process.argv.slice(2).join(" ")
|
|
74114
74114
|
});
|
|
74115
74115
|
setContext("runtime", {
|
|
@@ -119840,6 +119840,11 @@ var FEATURE_SWITCHES = {
|
|
|
119840
119840
|
description: "Gate the custom /settings/api-keys UI for issuing personal access tokens used by the /api/v1 public surface. When disabled, the settings page redirects to / and the sidebar menu item is hidden. The backend /api/v1 verification does NOT consult this flag \u2014 previously issued PATs continue to work.",
|
|
119841
119841
|
enabled: false
|
|
119842
119842
|
},
|
|
119843
|
+
["apiBackend" /* ApiBackend */]: {
|
|
119844
|
+
maintainer: "ethan@vm0.ai",
|
|
119845
|
+
description: "Route platform API traffic to the api backend host instead of the www backend host. Unported endpoints continue through the api backend's web fallback proxy.",
|
|
119846
|
+
enabled: false
|
|
119847
|
+
},
|
|
119843
119848
|
["connectorCategories" /* ConnectorCategories */]: {
|
|
119844
119849
|
maintainer: "ethan@vm0.ai",
|
|
119845
119850
|
description: "Show category sections and the hover-reveal outline menu on the Connectors settings page. Staff-only during rollout.",
|
|
@@ -119865,7 +119870,7 @@ var FEATURE_SWITCHES = {
|
|
|
119865
119870
|
["gumroadConnector" /* GumroadConnector */]: {
|
|
119866
119871
|
maintainer: "ethan@vm0.ai",
|
|
119867
119872
|
description: "Enable the Gumroad creator commerce connector (api-token + OAuth).",
|
|
119868
|
-
enabled:
|
|
119873
|
+
enabled: true
|
|
119869
119874
|
}
|
|
119870
119875
|
};
|
|
119871
119876
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -121242,4 +121247,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121242
121247
|
undici/lib/web/websocket/frame.js:
|
|
121243
121248
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121244
121249
|
*/
|
|
121245
|
-
//# sourceMappingURL=chunk-
|
|
121250
|
+
//# sourceMappingURL=chunk-WL4PGRGW.js.map
|