@vm0/cli 9.85.0 → 9.85.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.
- package/{chunk-JCPJKFQI.js → chunk-HODD5NE4.js} +5 -5
- package/chunk-HODD5NE4.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +8 -3
- package/zero.js.map +1 -1
- package/chunk-JCPJKFQI.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.85.
|
|
50
|
+
release: "9.85.2",
|
|
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.85.
|
|
69
|
+
version: "9.85.2",
|
|
70
70
|
command: process.argv.slice(2).join(" ")
|
|
71
71
|
});
|
|
72
72
|
Sentry.setContext("runtime", {
|
|
@@ -1988,7 +1988,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
1988
1988
|
authMethods: {
|
|
1989
1989
|
"api-token": {
|
|
1990
1990
|
label: "API Key",
|
|
1991
|
-
helpText: "1. Log in to [Gamma](https://gamma.app)
|
|
1991
|
+
helpText: "1. Log in to [Gamma](https://gamma.app)\n2. Go to [API Keys](https://gamma.app/settings/api-keys) (Settings > API Keys)\n3. Click **Create API key**\n4. Copy the key (it is only shown once)",
|
|
1992
1992
|
secrets: {
|
|
1993
1993
|
GAMMA_TOKEN: {
|
|
1994
1994
|
label: "API Key",
|
|
@@ -17853,7 +17853,7 @@ var askUserQuestionItemSchema = z44.object({
|
|
|
17853
17853
|
label: z44.string(),
|
|
17854
17854
|
description: z44.string().optional()
|
|
17855
17855
|
})
|
|
17856
|
-
).
|
|
17856
|
+
).min(1),
|
|
17857
17857
|
multiSelect: z44.boolean().optional()
|
|
17858
17858
|
});
|
|
17859
17859
|
var askUserQuestionBodySchema = z44.object({
|
|
@@ -19378,4 +19378,4 @@ export {
|
|
|
19378
19378
|
promptSelect,
|
|
19379
19379
|
promptPassword
|
|
19380
19380
|
};
|
|
19381
|
-
//# sourceMappingURL=chunk-
|
|
19381
|
+
//# sourceMappingURL=chunk-HODD5NE4.js.map
|