@vm0/cli 9.102.6 → 9.102.8

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.8",
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.8",
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
  };
@@ -29996,6 +30002,11 @@ var FEATURE_SWITCHES = {
29996
30002
  enabled: false,
29997
30003
  enabledUserHashes: STAFF_USER_HASHES,
29998
30004
  enabledOrgIdHashes: STAFF_ORG_ID_HASHES
30005
+ },
30006
+ ["mobileChatListPage" /* MobileChatListPage */]: {
30007
+ maintainer: "ethan@vm0.ai",
30008
+ enabled: false,
30009
+ enabledOrgIdHashes: STAFF_ORG_ID_HASHES
29999
30010
  }
30000
30011
  };
30001
30012
  function isFeatureEnabled(key, ctx) {
@@ -32286,4 +32297,4 @@ export {
32286
32297
  parseTime,
32287
32298
  paginate
32288
32299
  };
32289
- //# sourceMappingURL=chunk-FIS2ULB6.js.map
32300
+ //# sourceMappingURL=chunk-RB5K354K.js.map