@vm0/cli 9.102.6 → 9.102.7

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.
@@ -49,7 +49,7 @@ if (DSN) {
49
49
  Sentry.init({
50
50
  dsn: DSN,
51
51
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
52
- release: "9.102.6",
52
+ release: "9.102.7",
53
53
  sendDefaultPii: false,
54
54
  tracesSampleRate: 0,
55
55
  shutdownTimeout: 500,
@@ -68,7 +68,7 @@ if (DSN) {
68
68
  }
69
69
  });
70
70
  Sentry.setContext("cli", {
71
- version: "9.102.6",
71
+ version: "9.102.7",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -5515,7 +5515,13 @@ var pikaFirewall = {
5515
5515
  Authorization: "DevKey ${{ secrets.PIKA_TOKEN }}"
5516
5516
  }
5517
5517
  },
5518
- permissions: []
5518
+ permissions: [
5519
+ {
5520
+ name: "all",
5521
+ description: "Full access to all Pika API endpoints",
5522
+ rules: ["ANY /{path*}"]
5523
+ }
5524
+ ]
5519
5525
  }
5520
5526
  ]
5521
5527
  };
@@ -32286,4 +32292,4 @@ export {
32286
32292
  parseTime,
32287
32293
  paginate
32288
32294
  };
32289
- //# sourceMappingURL=chunk-FIS2ULB6.js.map
32295
+ //# sourceMappingURL=chunk-WCPKF6XW.js.map