supabase 2.101.1-beta.1 → 2.102.0-beta.10
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 +29 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supabase",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.102.0-beta.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Supabase CLI",
|
|
6
6
|
"homepage": "https://github.com/supabase/cli#readme",
|
|
@@ -25,43 +25,46 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@clack/prompts": "^1.4.0",
|
|
28
|
-
"@effect/atom-react": "4.0.0-beta.
|
|
29
|
-
"@effect/platform-bun": "4.0.0-beta.
|
|
30
|
-
"@effect/vitest": "^4.0.0-beta.
|
|
28
|
+
"@effect/atom-react": "4.0.0-beta.70",
|
|
29
|
+
"@effect/platform-bun": "4.0.0-beta.70",
|
|
30
|
+
"@effect/vitest": "^4.0.0-beta.70",
|
|
31
31
|
"@napi-rs/keyring": "^1.3.0",
|
|
32
32
|
"@parcel/watcher": "^2.5.6",
|
|
33
33
|
"@tsconfig/bun": "^1.0.10",
|
|
34
34
|
"@types/bun": "^1.3.14",
|
|
35
|
-
"@types/react": "^19.2.
|
|
36
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
35
|
+
"@types/react": "^19.2.15",
|
|
36
|
+
"@typescript/native-preview": "7.0.0-dev.20260526.1",
|
|
37
37
|
"@vercel/detect-agent": "^1.2.3",
|
|
38
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
39
|
-
"
|
|
40
|
-
"
|
|
38
|
+
"@vitest/coverage-istanbul": "^4.1.7",
|
|
39
|
+
"dotenv": "^17.4.2",
|
|
40
|
+
"effect": "4.0.0-beta.70",
|
|
41
|
+
"ink": "^7.0.4",
|
|
41
42
|
"ink-spinner": "^5.0.0",
|
|
42
|
-
"knip": "^6.14.
|
|
43
|
-
"oxfmt": "^0.
|
|
44
|
-
"oxlint": "^1.
|
|
43
|
+
"knip": "^6.14.2",
|
|
44
|
+
"oxfmt": "^0.52.0",
|
|
45
|
+
"oxlint": "^1.67.0",
|
|
45
46
|
"oxlint-tsgolint": "^0.23.0",
|
|
46
|
-
"posthog-node": "^5.
|
|
47
|
+
"posthog-node": "^5.35.4",
|
|
47
48
|
"react": "^19.2.6",
|
|
48
49
|
"react-devtools-core": "^7.0.1",
|
|
49
|
-
"semantic-release": "^
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"semantic-release": "^25.0.3",
|
|
51
|
+
"smol-toml": "^1.6.1",
|
|
52
|
+
"vitest": "^4.1.7",
|
|
53
|
+
"yaml": "^2.9.0",
|
|
52
54
|
"@supabase/api": "0.1.0",
|
|
55
|
+
"@supabase/config": "0.1.0",
|
|
53
56
|
"@supabase/process-compose": "0.1.0",
|
|
54
57
|
"@supabase/stack": "0.1.0"
|
|
55
58
|
},
|
|
56
59
|
"optionalDependencies": {
|
|
57
|
-
"@supabase/cli-darwin-arm64": "2.
|
|
58
|
-
"@supabase/cli-
|
|
59
|
-
"@supabase/cli-
|
|
60
|
-
"@supabase/cli-linux-
|
|
61
|
-
"@supabase/cli-linux-x64
|
|
62
|
-
"@supabase/cli-
|
|
63
|
-
"@supabase/cli-windows-
|
|
64
|
-
"@supabase/cli-
|
|
60
|
+
"@supabase/cli-darwin-arm64": "2.102.0-beta.10",
|
|
61
|
+
"@supabase/cli-darwin-x64": "2.102.0-beta.10",
|
|
62
|
+
"@supabase/cli-linux-arm64": "2.102.0-beta.10",
|
|
63
|
+
"@supabase/cli-linux-arm64-musl": "2.102.0-beta.10",
|
|
64
|
+
"@supabase/cli-linux-x64": "2.102.0-beta.10",
|
|
65
|
+
"@supabase/cli-windows-arm64": "2.102.0-beta.10",
|
|
66
|
+
"@supabase/cli-windows-x64": "2.102.0-beta.10",
|
|
67
|
+
"@supabase/cli-linux-x64-musl": "2.102.0-beta.10"
|
|
65
68
|
},
|
|
66
69
|
"release": {
|
|
67
70
|
"branches": [
|
|
@@ -85,7 +88,8 @@
|
|
|
85
88
|
],
|
|
86
89
|
"ignore": [
|
|
87
90
|
"scripts/*.ts",
|
|
88
|
-
"tests/**/*.ts"
|
|
91
|
+
"tests/**/*.ts",
|
|
92
|
+
"src/shared/telemetry/event-catalog.ts"
|
|
89
93
|
],
|
|
90
94
|
"ignoreBinaries": [
|
|
91
95
|
"nx"
|