@vm0/cli 9.86.1 → 9.86.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.
@@ -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.1",
50
+ release: "9.86.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.86.1",
69
+ version: "9.86.2",
70
70
  command: process.argv.slice(2).join(" ")
71
71
  });
72
72
  Sentry.setContext("runtime", {
@@ -17460,6 +17460,7 @@ var billingStatusResponseSchema = z36.object({
17460
17460
  credits: z36.number(),
17461
17461
  subscriptionStatus: z36.string().nullable(),
17462
17462
  currentPeriodEnd: z36.string().nullable(),
17463
+ cancelAtPeriodEnd: z36.boolean(),
17463
17464
  hasSubscription: z36.boolean(),
17464
17465
  autoRecharge: autoRechargeSchema
17465
17466
  });
@@ -20172,4 +20173,4 @@ export {
20172
20173
  pollEvents,
20173
20174
  showNextSteps
20174
20175
  };
20175
- //# sourceMappingURL=chunk-5TMLOLU7.js.map
20176
+ //# sourceMappingURL=chunk-4DWNSAI4.js.map