@vm0/cli 9.85.1 → 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-FEUDHROP.js → chunk-HODD5NE4.js} +4 -4
- package/{chunk-FEUDHROP.js.map → chunk-HODD5NE4.js.map} +1 -1
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +8 -3
- package/zero.js.map +1 -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", {
|
|
@@ -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
|