@vm0/cli 9.156.2 → 9.156.3

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.
@@ -74083,7 +74083,7 @@ if (DSN) {
74083
74083
  init2({
74084
74084
  dsn: DSN,
74085
74085
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74086
- release: "9.156.2",
74086
+ release: "9.156.3",
74087
74087
  sendDefaultPii: false,
74088
74088
  tracesSampleRate: 0,
74089
74089
  shutdownTimeout: 500,
@@ -74102,7 +74102,7 @@ if (DSN) {
74102
74102
  }
74103
74103
  });
74104
74104
  setContext("cli", {
74105
- version: "9.156.2",
74105
+ version: "9.156.3",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -99881,6 +99881,31 @@ var supabase = {
99881
99881
  }
99882
99882
  };
99883
99883
 
99884
+ // ../../packages/connectors/src/connectors/supermemory.ts
99885
+ init_esm_shims();
99886
+ var supermemory = {
99887
+ supermemory: {
99888
+ label: "Supermemory",
99889
+ category: "ai-memory-tracing-eval",
99890
+ helpText: "Connect to Supermemory for AI agent memory, semantic recall, and managed RAG.",
99891
+ environmentMapping: { SUPERMEMORY_API_KEY: "$secrets.SUPERMEMORY_API_KEY" },
99892
+ authMethods: {
99893
+ "api-token": {
99894
+ label: "API Key",
99895
+ helpText: "Go to [console.supermemory.ai](https://console.supermemory.ai) \u2192 **API Keys** \u2192 create or copy your key.",
99896
+ secrets: {
99897
+ SUPERMEMORY_API_KEY: {
99898
+ label: "API Key",
99899
+ required: true,
99900
+ placeholder: "sm_..."
99901
+ }
99902
+ }
99903
+ }
99904
+ },
99905
+ defaultAuthMethod: "api-token"
99906
+ }
99907
+ };
99908
+
99884
99909
  // ../../packages/connectors/src/connectors/todoist.ts
99885
99910
  init_esm_shims();
99886
99911
  var todoist = {
@@ -103638,6 +103663,7 @@ var CONNECTOR_TYPES_DEF = {
103638
103663
  ...calCom,
103639
103664
  ...xero,
103640
103665
  ...supabase,
103666
+ ...supermemory,
103641
103667
  ...todoist,
103642
103668
  ...webflow,
103643
103669
  ...workos,
@@ -119865,6 +119891,27 @@ var supadataFirewall = {
119865
119891
  ]
119866
119892
  };
119867
119893
 
119894
+ // ../../packages/connectors/src/firewalls/supermemory.generated.ts
119895
+ init_esm_shims();
119896
+ var supermemoryFirewall = {
119897
+ name: "supermemory",
119898
+ description: "Supermemory",
119899
+ placeholders: {
119900
+ SUPERMEMORY_API_KEY: "sm_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal"
119901
+ },
119902
+ apis: [
119903
+ {
119904
+ base: "https://api.supermemory.ai",
119905
+ auth: {
119906
+ headers: {
119907
+ Authorization: "Bearer ${{ secrets.SUPERMEMORY_API_KEY }}"
119908
+ }
119909
+ },
119910
+ permissions: []
119911
+ }
119912
+ ]
119913
+ };
119914
+
119868
119915
  // ../../packages/connectors/src/firewalls/tavily.generated.ts
119869
119916
  init_esm_shims();
119870
119917
  var tavilyFirewall = {
@@ -122382,6 +122429,7 @@ var CONNECTOR_FIREWALLS = {
122382
122429
  stripe: stripeFirewall,
122383
122430
  supabase: supabaseFirewall,
122384
122431
  supadata: supadataFirewall,
122432
+ supermemory: supermemoryFirewall,
122385
122433
  tavily: tavilyFirewall,
122386
122434
  "test-oauth": testOauthFirewall,
122387
122435
  tldv: tldvFirewall,
@@ -129055,4 +129103,4 @@ undici/lib/web/fetch/body.js:
129055
129103
  undici/lib/web/websocket/frame.js:
129056
129104
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
129057
129105
  */
129058
- //# sourceMappingURL=chunk-NV2YXH4G.js.map
129106
+ //# sourceMappingURL=chunk-KV7LO7RT.js.map