@vm0/cli 9.86.4 → 9.86.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.
- package/{chunk-O22JKC6F.js → chunk-LN5TTUIA.js} +4 -23
- package/chunk-LN5TTUIA.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +206 -23
- package/zero.js.map +1 -1
- package/chunk-O22JKC6F.js.map +0 -1
|
@@ -47,7 +47,7 @@ if (DSN) {
|
|
|
47
47
|
Sentry.init({
|
|
48
48
|
dsn: DSN,
|
|
49
49
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
50
|
-
release: "9.86.
|
|
50
|
+
release: "9.86.6",
|
|
51
51
|
sendDefaultPii: false,
|
|
52
52
|
tracesSampleRate: 0,
|
|
53
53
|
shutdownTimeout: 500,
|
|
@@ -66,7 +66,7 @@ if (DSN) {
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
Sentry.setContext("cli", {
|
|
69
|
-
version: "9.86.
|
|
69
|
+
version: "9.86.6",
|
|
70
70
|
command: process.argv.slice(2).join(" ")
|
|
71
71
|
});
|
|
72
72
|
Sentry.setContext("runtime", {
|
|
@@ -2189,14 +2189,10 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
2189
2189
|
},
|
|
2190
2190
|
"intervals-icu": {
|
|
2191
2191
|
label: "Intervals.icu",
|
|
2192
|
-
environmentMapping: {
|
|
2193
|
-
INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
|
|
2194
|
-
},
|
|
2195
|
-
featureFlag: "intervalsIcuConnector" /* IntervalsIcuConnector */,
|
|
2196
2192
|
helpText: "Connect your Intervals.icu account to access training, activity, wellness, and calendar data",
|
|
2197
2193
|
authMethods: {
|
|
2198
2194
|
oauth: {
|
|
2199
|
-
label: "OAuth
|
|
2195
|
+
label: "OAuth",
|
|
2200
2196
|
helpText: "Sign in with Intervals.icu to grant access.",
|
|
2201
2197
|
secrets: {
|
|
2202
2198
|
INTERVALS_ICU_ACCESS_TOKEN: {
|
|
@@ -2204,15 +2200,6 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
2204
2200
|
required: true
|
|
2205
2201
|
}
|
|
2206
2202
|
}
|
|
2207
|
-
},
|
|
2208
|
-
"api-token": {
|
|
2209
|
-
label: "API Key",
|
|
2210
|
-
secrets: {
|
|
2211
|
-
INTERVALS_ICU_TOKEN: {
|
|
2212
|
-
label: "API Key",
|
|
2213
|
-
required: true
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
2203
|
}
|
|
2217
2204
|
},
|
|
2218
2205
|
defaultAuthMethod: "oauth",
|
|
@@ -18074,12 +18061,6 @@ var FEATURE_SWITCHES = {
|
|
|
18074
18061
|
enabledUserHashes: STAFF_USER_HASHES,
|
|
18075
18062
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
18076
18063
|
},
|
|
18077
|
-
["intervalsIcuConnector" /* IntervalsIcuConnector */]: {
|
|
18078
|
-
maintainer: "ethan@vm0.ai",
|
|
18079
|
-
enabled: false,
|
|
18080
|
-
enabledUserHashes: STAFF_USER_HASHES,
|
|
18081
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
18082
|
-
},
|
|
18083
18064
|
["supabaseConnector" /* SupabaseConnector */]: {
|
|
18084
18065
|
maintainer: "ethan@vm0.ai",
|
|
18085
18066
|
enabled: false,
|
|
@@ -20182,4 +20163,4 @@ export {
|
|
|
20182
20163
|
pollEvents,
|
|
20183
20164
|
showNextSteps
|
|
20184
20165
|
};
|
|
20185
|
-
//# sourceMappingURL=chunk-
|
|
20166
|
+
//# sourceMappingURL=chunk-LN5TTUIA.js.map
|