supabase 2.107.0-beta.2 → 2.107.0-beta.20
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 +20 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supabase",
|
|
3
|
-
"version": "2.107.0-beta.
|
|
3
|
+
"version": "2.107.0-beta.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Supabase CLI",
|
|
6
6
|
"homepage": "https://github.com/supabase/cli#readme",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@anthropic-ai/claude-agent-sdk": "^0.3.
|
|
28
|
-
"@anthropic-ai/sdk": "^0.
|
|
27
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.169",
|
|
28
|
+
"@anthropic-ai/sdk": "^0.102.0",
|
|
29
29
|
"@clack/prompts": "^1.5.1",
|
|
30
30
|
"@effect/atom-react": "4.0.0-beta.78",
|
|
31
31
|
"@effect/platform-bun": "4.0.0-beta.78",
|
|
@@ -36,8 +36,10 @@
|
|
|
36
36
|
"@parcel/watcher": "^2.5.6",
|
|
37
37
|
"@tsconfig/bun": "^1.0.10",
|
|
38
38
|
"@types/bun": "^1.3.14",
|
|
39
|
-
"@types/
|
|
40
|
-
"@
|
|
39
|
+
"@types/pg": "^8.15.0",
|
|
40
|
+
"@types/pg-copy-streams": "^1.2.5",
|
|
41
|
+
"@types/react": "^19.2.17",
|
|
42
|
+
"@typescript/native-preview": "7.0.0-dev.20260608.1",
|
|
41
43
|
"@vercel/detect-agent": "^1.2.3",
|
|
42
44
|
"@vitest/coverage-istanbul": "^4.1.8",
|
|
43
45
|
"dotenv": "^17.4.2",
|
|
@@ -45,15 +47,17 @@
|
|
|
45
47
|
"ink": "^7.0.5",
|
|
46
48
|
"ink-spinner": "^5.0.0",
|
|
47
49
|
"knip": "^6.15.0",
|
|
48
|
-
"oxfmt": "^0.
|
|
50
|
+
"oxfmt": "^0.54.0",
|
|
49
51
|
"oxlint": "^1.68.0",
|
|
50
52
|
"oxlint-tsgolint": "^0.23.0",
|
|
51
|
-
"
|
|
53
|
+
"pg": "^8.21.0",
|
|
54
|
+
"pg-copy-streams": "^7.0.0",
|
|
55
|
+
"posthog-node": "^5.36.6",
|
|
52
56
|
"react": "^19.2.7",
|
|
53
57
|
"react-devtools-core": "^7.0.1",
|
|
54
58
|
"semantic-release": "^25.0.3",
|
|
55
59
|
"smol-toml": "^1.6.1",
|
|
56
|
-
"tldts": "^
|
|
60
|
+
"tldts": "^7.4.2",
|
|
57
61
|
"vitest": "^4.1.8",
|
|
58
62
|
"yaml": "^2.9.0",
|
|
59
63
|
"@supabase/api": "0.1.0",
|
|
@@ -62,14 +66,14 @@
|
|
|
62
66
|
"@supabase/process-compose": "0.1.0"
|
|
63
67
|
},
|
|
64
68
|
"optionalDependencies": {
|
|
65
|
-
"@supabase/cli-darwin-arm64": "2.107.0-beta.
|
|
66
|
-
"@supabase/cli-darwin-x64": "2.107.0-beta.
|
|
67
|
-
"@supabase/cli-linux-arm64": "2.107.0-beta.
|
|
68
|
-
"@supabase/cli-linux-x64": "2.107.0-beta.
|
|
69
|
-
"@supabase/cli-linux-arm64
|
|
70
|
-
"@supabase/cli-linux-x64-musl": "2.107.0-beta.
|
|
71
|
-
"@supabase/cli-windows-arm64": "2.107.0-beta.
|
|
72
|
-
"@supabase/cli-windows-x64": "2.107.0-beta.
|
|
69
|
+
"@supabase/cli-darwin-arm64": "2.107.0-beta.20",
|
|
70
|
+
"@supabase/cli-darwin-x64": "2.107.0-beta.20",
|
|
71
|
+
"@supabase/cli-linux-arm64-musl": "2.107.0-beta.20",
|
|
72
|
+
"@supabase/cli-linux-x64": "2.107.0-beta.20",
|
|
73
|
+
"@supabase/cli-linux-arm64": "2.107.0-beta.20",
|
|
74
|
+
"@supabase/cli-linux-x64-musl": "2.107.0-beta.20",
|
|
75
|
+
"@supabase/cli-windows-arm64": "2.107.0-beta.20",
|
|
76
|
+
"@supabase/cli-windows-x64": "2.107.0-beta.20"
|
|
73
77
|
},
|
|
74
78
|
"release": {
|
|
75
79
|
"branches": [
|