@capgo/cli 8.29.1 → 8.29.2

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.
@@ -371,7 +371,9 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
371
371
  };
372
372
  Update: {
373
373
  app_id?: string;
374
- checksum?: string;
374
+ checksum? /**
375
+ * Parser for description
376
+ */: string;
375
377
  created_at?: string | null;
376
378
  id?: number;
377
379
  owner_org?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.29.1",
4
+ "version": "8.29.2",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -218,7 +218,7 @@
218
218
  "react": "^19.2.8",
219
219
  "rrweb-snapshot": "^2.1.1",
220
220
  "string-width": "^8.2.2",
221
- "arktype": "^2.2.0",
221
+ "zod": "^4.4.3",
222
222
  "@standard-schema/spec": "^1.1.0"
223
223
  },
224
224
  "optionalDependencies": {
@@ -1,2 +0,0 @@
1
- import './arktype_config';
2
- export { type } from 'arktype';
@@ -1 +0,0 @@
1
- export {};