@capgo/cli 7.84.1 → 7.84.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.
@@ -258,21 +258,10 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
258
258
  native_packages?: import("./types/supabase.types").Json[] | null;
259
259
  owner_org: string;
260
260
  r2_path?: string | null;
261
- session_key
262
- /**
263
- * Event description
264
- * example: "joe@example.com joined waitlist"
265
- */
266
- ? /**
267
- * Event description
268
- * example: "joe@example.com joined waitlist"
269
- */: string | null;
261
+ session_key?: string | null;
270
262
  storage_provider?: string;
271
263
  updated_at?: string | null;
272
- user_id? /**
273
- * User ID
274
- * example: "user-123"
275
- */: string | null;
264
+ user_id?: string | null;
276
265
  };
277
266
  Update: {
278
267
  app_id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.84.1",
4
+ "version": "7.84.3",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -81,7 +81,7 @@
81
81
  "@clack/prompts": "^1.0.0",
82
82
  "@modelcontextprotocol/sdk": "^1.25.3",
83
83
  "@sauber/table": "npm:@jsr/sauber__table",
84
- "@std/semver": "npm:@jsr/std__semver@1.0.6",
84
+ "@std/semver": "npm:@jsr/std__semver@1.0.8",
85
85
  "@supabase/supabase-js": "^2.79.0",
86
86
  "@types/adm-zip": "^0.5.7",
87
87
  "@types/node": "^25.0.0",