supabase 2.115.0-beta.9 → 2.115.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/package.json +30 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supabase",
|
|
3
|
-
"version": "2.115.0
|
|
3
|
+
"version": "2.115.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Supabase CLI",
|
|
6
6
|
"homepage": "https://github.com/supabase/cli#readme",
|
|
@@ -25,44 +25,46 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"eciesjs": "^0.5.0",
|
|
28
|
-
"jose": "^6.2.
|
|
28
|
+
"jose": "^6.2.8"
|
|
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.227",
|
|
32
|
+
"@anthropic-ai/sdk": "^0.116.0",
|
|
33
33
|
"@clack/prompts": "^1.7.0",
|
|
34
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
35
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
36
|
-
"@effect/sql-pg": "4.0.0-beta.
|
|
37
|
-
"@effect/vitest": "4.0.0-beta.
|
|
34
|
+
"@effect/atom-react": "4.0.0-beta.107",
|
|
35
|
+
"@effect/platform-bun": "4.0.0-beta.107",
|
|
36
|
+
"@effect/sql-pg": "4.0.0-beta.107",
|
|
37
|
+
"@effect/vitest": "4.0.0-beta.107",
|
|
38
38
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
39
39
|
"@napi-rs/keyring": "^1.3.0",
|
|
40
40
|
"@parcel/watcher": "^2.6.0",
|
|
41
|
+
"@supabase/pg-delta": "1.0.0-alpha.42",
|
|
42
|
+
"@supabase/pg-topo": "1.0.0-alpha.5",
|
|
41
43
|
"@tsconfig/bun": "^1.0.10",
|
|
42
44
|
"@types/bun": "^1.3.14",
|
|
43
|
-
"@types/pg": "^8.
|
|
45
|
+
"@types/pg": "^8.21.0",
|
|
44
46
|
"@types/pg-copy-streams": "^1.2.5",
|
|
45
|
-
"@types/react": "^19.2.
|
|
47
|
+
"@types/react": "^19.2.18",
|
|
46
48
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
47
|
-
"@vercel/detect-agent": "^1.2.
|
|
49
|
+
"@vercel/detect-agent": "^1.2.4",
|
|
48
50
|
"@vitest/coverage-istanbul": "^4.1.10",
|
|
49
51
|
"dotenv": "^17.4.2",
|
|
50
|
-
"effect": "4.0.0-beta.
|
|
51
|
-
"esbuild": "^0.28.
|
|
52
|
+
"effect": "4.0.0-beta.107",
|
|
53
|
+
"esbuild": "^0.28.2",
|
|
52
54
|
"ink": "^7.1.1",
|
|
53
55
|
"ink-spinner": "^5.0.0",
|
|
54
|
-
"knip": "^6.
|
|
55
|
-
"oxfmt": "^0.
|
|
56
|
-
"oxlint": "^1.
|
|
56
|
+
"knip": "^6.32.1",
|
|
57
|
+
"oxfmt": "^0.63.0",
|
|
58
|
+
"oxlint": "^1.78.0",
|
|
57
59
|
"oxlint-tsgolint": "^7.0.2001",
|
|
58
|
-
"pg": "^8.
|
|
60
|
+
"pg": "^8.23.0",
|
|
59
61
|
"pg-copy-streams": "^7.0.0",
|
|
60
|
-
"posthog-node": "^5.
|
|
62
|
+
"posthog-node": "^5.48.1",
|
|
61
63
|
"react": "^19.2.8",
|
|
62
64
|
"react-devtools-core": "^7.0.1",
|
|
63
|
-
"semantic-release": "^25.0.
|
|
65
|
+
"semantic-release": "^25.0.9",
|
|
64
66
|
"smol-toml": "^1.7.1",
|
|
65
|
-
"tldts": "^7.4.
|
|
67
|
+
"tldts": "^7.4.10",
|
|
66
68
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
67
69
|
"vitest": "^4.1.10",
|
|
68
70
|
"yaml": "^2.9.0",
|
|
@@ -72,14 +74,14 @@
|
|
|
72
74
|
"@supabase/stack": "0.1.0"
|
|
73
75
|
},
|
|
74
76
|
"optionalDependencies": {
|
|
75
|
-
"@supabase/cli-darwin-arm64": "2.115.0
|
|
76
|
-
"@supabase/cli-darwin-x64": "2.115.0
|
|
77
|
-
"@supabase/cli-linux-arm64": "2.115.0
|
|
78
|
-
"@supabase/cli-linux-
|
|
79
|
-
"@supabase/cli-linux-x64": "2.115.0
|
|
80
|
-
"@supabase/cli-
|
|
81
|
-
"@supabase/cli-windows-
|
|
82
|
-
"@supabase/cli-
|
|
77
|
+
"@supabase/cli-darwin-arm64": "2.115.0",
|
|
78
|
+
"@supabase/cli-darwin-x64": "2.115.0",
|
|
79
|
+
"@supabase/cli-linux-arm64": "2.115.0",
|
|
80
|
+
"@supabase/cli-linux-x64": "2.115.0",
|
|
81
|
+
"@supabase/cli-linux-x64-musl": "2.115.0",
|
|
82
|
+
"@supabase/cli-windows-arm64": "2.115.0",
|
|
83
|
+
"@supabase/cli-windows-x64": "2.115.0",
|
|
84
|
+
"@supabase/cli-linux-arm64-musl": "2.115.0"
|
|
83
85
|
},
|
|
84
86
|
"release": {
|
|
85
87
|
"branches": [
|