@capgo/cli 7.111.6 → 7.112.0

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.
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.111.6",
4
+ "version": "7.112.0",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -105,51 +105,51 @@
105
105
  },
106
106
  "dependencies": {
107
107
  "@inkjs/ui": "^2.0.0",
108
- "ink": "^5.2.1",
108
+ "ink": "^7.0.4",
109
109
  "ink-spinner": "^5.0.0",
110
110
  "jsonwebtoken": "^9.0.3",
111
- "node-forge": "^1.3.3",
111
+ "node-forge": "^1.4.0",
112
112
  "qrcode": "^1.5.4",
113
- "react": "^18.3.1"
113
+ "react": "^19.2.6"
114
114
  },
115
115
  "devDependencies": {
116
- "@antfu/eslint-config": "^7.0.0",
116
+ "@antfu/eslint-config": "^9.0.0",
117
117
  "@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client@0.9.6",
118
- "@capacitor/cli": "^8.0.0",
118
+ "@capacitor/cli": "^8.3.4",
119
119
  "@capgo/find-package-manager": "^0.0.18",
120
- "@clack/prompts": "^1.0.0",
121
- "@modelcontextprotocol/sdk": "^1.25.3",
120
+ "@clack/prompts": "^1.4.0",
121
+ "@modelcontextprotocol/sdk": "^1.29.0",
122
122
  "@sauber/table": "npm:@jsr/sauber__table",
123
123
  "@std/semver": "npm:@jsr/std__semver@1.0.8",
124
- "@supabase/supabase-js": "^2.79.0",
125
- "@tanstack/intent": "^0.0.23",
126
- "@types/adm-zip": "^0.5.7",
124
+ "@supabase/supabase-js": "^2.106.2",
125
+ "@tanstack/intent": "^0.0.41",
126
+ "@types/adm-zip": "^0.5.8",
127
127
  "@types/jsonwebtoken": "^9.0.10",
128
- "@types/node": "^25.0.0",
128
+ "@types/node": "^25.9.1",
129
129
  "@types/node-forge": "^1.3.14",
130
130
  "@types/prettyjson": "^0.0.33",
131
131
  "@types/qrcode": "^1.5.6",
132
- "@types/react": "^18.3.28",
132
+ "@types/react": "^19.2.15",
133
133
  "@types/tmp": "^0.2.6",
134
134
  "@types/ws": "^8.18.1",
135
- "@typescript/native-preview": "7.0.0-dev.20260524.1",
135
+ "@typescript/native-preview": "7.0.0-dev.20260526.1",
136
136
  "@vercel/ncc": "^0.38.4",
137
- "adm-zip": "^0.5.16",
138
- "ci-info": "^4.3.1",
139
- "commander": "^14.0.2",
140
- "eslint": "^9.38.0",
137
+ "adm-zip": "^0.5.17",
138
+ "ci-info": "^4.4.0",
139
+ "commander": "^14.0.3",
140
+ "eslint": "^10.4.0",
141
141
  "git-format-staged": "4.0.1",
142
142
  "husky": "^9.1.7",
143
- "is-wsl": "^3.1.0",
143
+ "is-wsl": "^3.1.1",
144
144
  "micromatch": "^4.0.8",
145
145
  "open": "^11.0.0",
146
- "oxlint": "^1.66.0",
147
- "partysocket": "^1.1.11",
146
+ "oxlint": "^1.67.0",
147
+ "partysocket": "^1.1.19",
148
148
  "prettyjson": "^1.2.5",
149
- "tmp": "^0.2.5",
149
+ "tmp": "^0.2.6",
150
150
  "tus-js-client": "^4.3.1",
151
- "typescript": "^5.9.3",
152
- "ws": "^8.18.3",
153
- "zod": "^4.3.6"
151
+ "typescript": "^6.0.3",
152
+ "ws": "^8.21.0",
153
+ "zod": "^4.4.3"
154
154
  }
155
155
  }
@@ -7,7 +7,7 @@ interface CheckVersionOptions {
7
7
  requireMatch?: boolean;
8
8
  }
9
9
  export declare function checkVersionNotUsedInChannel(supabase: SupabaseClient<Database>, appid: string, versionData: Database['public']['Tables']['app_versions']['Row'], options?: CheckVersionOptions): Promise<void>;
10
- export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/postgrest-js").PostgrestBuilder<{
10
+ export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/supabase-js").PostgrestBuilder<{
11
11
  PostgrestVersion: "14.1";
12
12
  }, {
13
13
  allow_dev: boolean;
@@ -31,10 +31,10 @@ export declare function createChannel(supabase: SupabaseClient<Database>, update
31
31
  updated_at: string;
32
32
  version: number | null;
33
33
  }, false>;
34
- export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/postgrest-js").PostgrestBuilder<{
34
+ export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/supabase-js").PostgrestBuilder<{
35
35
  PostgrestVersion: "14.1";
36
36
  }, never, false>;
37
- export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/postgrest-js").PostgrestBuilder<{
37
+ export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/supabase-js").PostgrestBuilder<{
38
38
  PostgrestVersion: "14.1";
39
39
  }, {
40
40
  allow_dev: boolean;
@@ -58,7 +58,7 @@ export declare function findChannel(supabase: SupabaseClient<Database>, appId: s
58
58
  updated_at: string;
59
59
  version: number | null;
60
60
  }, false>;
61
- export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/postgrest-js").PostgrestFilterBuilder<{
61
+ export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/supabase-js").PostgrestFilterBuilder<{
62
62
  PostgrestVersion: "14.1";
63
63
  }, {
64
64
  Tables: {