@vm0/cli 9.100.0 → 9.100.1

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.100.0",
52
+ release: "9.100.1",
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.100.0",
71
+ version: "9.100.1",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -19623,6 +19623,26 @@ var intervalsIcuFirewall = {
19623
19623
  ]
19624
19624
  };
19625
19625
 
19626
+ // ../../packages/core/src/firewalls/jam.generated.ts
19627
+ var jamFirewall = {
19628
+ name: "jam",
19629
+ description: "Jam API",
19630
+ placeholders: {
19631
+ JAM_TOKEN: "jam_pat_CoffeeSafeLocalCoffeeSafeLocalCoff"
19632
+ },
19633
+ apis: [
19634
+ {
19635
+ base: "https://mcp.jam.dev",
19636
+ auth: {
19637
+ headers: {
19638
+ Authorization: "Bearer ${{ secrets.JAM_TOKEN }}"
19639
+ }
19640
+ },
19641
+ permissions: []
19642
+ }
19643
+ ]
19644
+ };
19645
+
19626
19646
  // ../../packages/core/src/firewalls/jira.generated.ts
19627
19647
  var jiraFirewall = {
19628
19648
  name: "jira",
@@ -19765,23 +19785,7 @@ var linearFirewall = {
19765
19785
  Authorization: "Bearer ${{ secrets.LINEAR_TOKEN }}"
19766
19786
  }
19767
19787
  },
19768
- permissions: [
19769
- {
19770
- name: "read",
19771
- description: "Read data (all GraphQL queries)",
19772
- rules: ["POST /graphql GraphQL type:query"]
19773
- },
19774
- {
19775
- name: "write",
19776
- description: "Modify data (all GraphQL mutations)",
19777
- rules: ["POST /graphql GraphQL type:mutation"]
19778
- },
19779
- {
19780
- name: "subscribe",
19781
- description: "Subscribe to real-time events",
19782
- rules: ["POST /graphql GraphQL type:subscription"]
19783
- }
19784
- ]
19788
+ permissions: []
19785
19789
  }
19786
19790
  ]
19787
19791
  };
@@ -24270,6 +24274,7 @@ var CONNECTOR_FIREWALLS = {
24270
24274
  instantly: instantlyFirewall,
24271
24275
  intercom: intercomFirewall,
24272
24276
  "intervals-icu": intervalsIcuFirewall,
24277
+ jam: jamFirewall,
24273
24278
  jira: jiraFirewall,
24274
24279
  jotform: jotformFirewall,
24275
24280
  kommo: kommoFirewall,
@@ -31938,4 +31943,4 @@ export {
31938
31943
  parseTime,
31939
31944
  paginate
31940
31945
  };
31941
- //# sourceMappingURL=chunk-2KKNOZ4M.js.map
31946
+ //# sourceMappingURL=chunk-CENK4RLS.js.map