@capgo/cli 4.9.0 → 4.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.9.0",
3
+ "version": "4.9.2",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",
@@ -43,12 +43,12 @@
43
43
  "lint": "eslint \"src/**/*.ts\" --fix"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/client-s3": "^3.563.0",
46
+ "@aws-sdk/client-s3": "^3.574.0",
47
47
  "@capacitor/cli": "6.0.0",
48
48
  "@capgo/find-package-manager": "^0.0.17",
49
49
  "@clack/prompts": "^0.7.0",
50
50
  "@manypkg/find-root": "^2.2.1",
51
- "@supabase/supabase-js": "^2.42.7",
51
+ "@supabase/supabase-js": "^2.43.1",
52
52
  "@tomasklaen/checksum": "^1.1.0",
53
53
  "@trufflesuite/spinnies": "^0.1.1",
54
54
  "adm-zip": "^0.5.12",
@@ -63,21 +63,21 @@
63
63
  "open": "^10.1.0",
64
64
  "prettyjson": "^1.2.5",
65
65
  "prompt-sync": "^4.2.0",
66
- "semver": "^7.6.0"
66
+ "semver": "^7.6.2"
67
67
  },
68
68
  "devDependencies": {
69
- "@antfu/eslint-config": "^2.16.1",
69
+ "@antfu/eslint-config": "^2.17.0",
70
70
  "@types/adm-zip": "0.5.5",
71
- "@types/mime": "^3.0.4",
71
+ "@types/mime": "^4.0.0",
72
72
  "@types/node": "^20.12.7",
73
73
  "@types/node-dir": "^0.0.37",
74
74
  "@types/npmcli__ci-detect": "^2.0.3",
75
75
  "@types/prettyjson": "^0.0.33",
76
76
  "@types/prompt-sync": "^4.2.3",
77
77
  "@types/semver": "^7.5.8",
78
- "@typescript-eslint/eslint-plugin": "7.7.1",
79
- "@typescript-eslint/parser": "7.7.1",
80
- "esbuild": "^0.20.2",
78
+ "@typescript-eslint/eslint-plugin": "^7.8.0",
79
+ "@typescript-eslint/parser": "^7.8.0",
80
+ "esbuild": "^0.21.2",
81
81
  "eslint": "9.1.1",
82
82
  "git-format-staged": "3.1.1",
83
83
  "husky": "^9.0.11",
@@ -1212,7 +1212,7 @@ export interface Database {
1212
1212
  is_good_plan?: boolean | null
1213
1213
  plan_usage?: number | null
1214
1214
  price_id?: string | null
1215
- product_id?: string
1215
+ product_id: string
1216
1216
  status?: Database['public']['Enums']['stripe_status'] | null
1217
1217
  subscription_anchor_end?: string
1218
1218
  subscription_anchor_start?: string