supabase 2.110.1-beta.4 → 2.110.1-beta.5
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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supabase",
|
|
3
|
-
"version": "2.110.1-beta.
|
|
3
|
+
"version": "2.110.1-beta.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Supabase CLI",
|
|
6
6
|
"homepage": "https://github.com/supabase/cli#readme",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"jose": "^6.2.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@anthropic-ai/claude-agent-sdk": "^0.3.
|
|
32
|
-
"@anthropic-ai/sdk": "^0.
|
|
31
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.216",
|
|
32
|
+
"@anthropic-ai/sdk": "^0.112.4",
|
|
33
33
|
"@clack/prompts": "^1.7.0",
|
|
34
34
|
"@effect/atom-react": "4.0.0-beta.97",
|
|
35
35
|
"@effect/platform-bun": "4.0.0-beta.97",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@effect/vitest": "4.0.0-beta.97",
|
|
38
38
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
39
39
|
"@napi-rs/keyring": "^1.3.0",
|
|
40
|
-
"@parcel/watcher": "^2.
|
|
40
|
+
"@parcel/watcher": "^2.6.0",
|
|
41
41
|
"@tsconfig/bun": "^1.0.10",
|
|
42
42
|
"@types/bun": "^1.3.14",
|
|
43
43
|
"@types/pg": "^8.15.0",
|
|
@@ -49,36 +49,36 @@
|
|
|
49
49
|
"dotenv": "^17.4.2",
|
|
50
50
|
"effect": "4.0.0-beta.97",
|
|
51
51
|
"esbuild": "^0.28.1",
|
|
52
|
-
"ink": "^7.1.
|
|
52
|
+
"ink": "^7.1.1",
|
|
53
53
|
"ink-spinner": "^5.0.0",
|
|
54
|
-
"knip": "^6.
|
|
55
|
-
"oxfmt": "^0.
|
|
54
|
+
"knip": "^6.27.0",
|
|
55
|
+
"oxfmt": "^0.59.0",
|
|
56
56
|
"oxlint": "^1.72.0",
|
|
57
|
-
"oxlint-tsgolint": "^0.
|
|
57
|
+
"oxlint-tsgolint": "^0.25.0",
|
|
58
58
|
"pg": "^8.22.0",
|
|
59
59
|
"pg-copy-streams": "^7.0.0",
|
|
60
|
-
"posthog-node": "^5.
|
|
60
|
+
"posthog-node": "^5.46.0",
|
|
61
61
|
"react": "^19.2.7",
|
|
62
62
|
"react-devtools-core": "^7.0.1",
|
|
63
|
-
"semantic-release": "^25.0.
|
|
63
|
+
"semantic-release": "^25.0.8",
|
|
64
64
|
"smol-toml": "^1.7.0",
|
|
65
|
-
"tldts": "^7.4.
|
|
65
|
+
"tldts": "^7.4.9",
|
|
66
66
|
"vitest": "^4.1.10",
|
|
67
67
|
"yaml": "^2.9.0",
|
|
68
|
+
"@supabase/process-compose": "0.1.0",
|
|
68
69
|
"@supabase/api": "0.1.0",
|
|
69
|
-
"@supabase/config": "0.1.0",
|
|
70
70
|
"@supabase/stack": "0.1.0",
|
|
71
|
-
"@supabase/
|
|
71
|
+
"@supabase/config": "0.1.0"
|
|
72
72
|
},
|
|
73
73
|
"optionalDependencies": {
|
|
74
|
-
"@supabase/cli-darwin-arm64": "2.110.1-beta.
|
|
75
|
-
"@supabase/cli-darwin-x64": "2.110.1-beta.
|
|
76
|
-
"@supabase/cli-linux-arm64": "2.110.1-beta.
|
|
77
|
-
"@supabase/cli-linux-arm64
|
|
78
|
-
"@supabase/cli-linux-x64": "2.110.1-beta.
|
|
79
|
-
"@supabase/cli-
|
|
80
|
-
"@supabase/cli-
|
|
81
|
-
"@supabase/cli-windows-x64": "2.110.1-beta.
|
|
74
|
+
"@supabase/cli-darwin-arm64": "2.110.1-beta.5",
|
|
75
|
+
"@supabase/cli-darwin-x64": "2.110.1-beta.5",
|
|
76
|
+
"@supabase/cli-linux-arm64-musl": "2.110.1-beta.5",
|
|
77
|
+
"@supabase/cli-linux-arm64": "2.110.1-beta.5",
|
|
78
|
+
"@supabase/cli-linux-x64": "2.110.1-beta.5",
|
|
79
|
+
"@supabase/cli-linux-x64-musl": "2.110.1-beta.5",
|
|
80
|
+
"@supabase/cli-windows-arm64": "2.110.1-beta.5",
|
|
81
|
+
"@supabase/cli-windows-x64": "2.110.1-beta.5"
|
|
82
82
|
},
|
|
83
83
|
"release": {
|
|
84
84
|
"branches": [
|