supabase 2.99.1-beta.1 → 2.100.0-beta.1

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.
Files changed (1) hide show
  1. package/package.json +38 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "2.99.1-beta.1",
3
+ "version": "2.100.0-beta.1",
4
4
  "private": false,
5
5
  "description": "Supabase CLI",
6
6
  "homepage": "https://github.com/supabase/cli#readme",
@@ -23,54 +23,44 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "dependencies": {
27
- "@clack/prompts": "^1.2.0",
28
- "@effect/atom-react": "4.0.0-beta.54",
29
- "@effect/platform-bun": "^4.0.0-beta.43",
30
- "@napi-rs/keyring": "^1.1.2",
31
- "@parcel/watcher": "^2.5.6",
32
- "@vercel/detect-agent": "^1.2.3",
33
- "effect": "^4.0.0-beta.43",
34
- "ink": "^7.0.1",
35
- "ink-spinner": "^5.0.0",
36
- "posthog-node": "^5.29.4",
37
- "react": "^19.2.5"
38
- },
39
26
  "devDependencies": {
27
+ "@clack/prompts": "^1.4.0",
28
+ "@effect/atom-react": "4.0.0-beta.67",
29
+ "@effect/platform-bun": "4.0.0-beta.67",
40
30
  "@effect/vitest": "^4.0.0-beta.43",
31
+ "@napi-rs/keyring": "^1.3.0",
32
+ "@parcel/watcher": "^2.5.6",
41
33
  "@tsconfig/bun": "^1.0.10",
42
- "@types/bun": "^1.3.12",
34
+ "@types/bun": "^1.3.14",
43
35
  "@types/react": "^19.2.14",
44
- "@typescript/native-preview": "7.0.0-dev.20260422.1",
45
- "@vitest/coverage-istanbul": "^4.1.5",
46
- "knip": "^6.6.1",
47
- "oxfmt": "^0.46.0",
48
- "oxlint": "^1.61.0",
49
- "oxlint-tsgolint": "^0.21.1",
36
+ "@typescript/native-preview": "7.0.0-dev.20260518.1",
37
+ "@vercel/detect-agent": "^1.2.3",
38
+ "@vitest/coverage-istanbul": "^4.1.6",
39
+ "effect": "4.0.0-beta.67",
40
+ "ink": "^7.0.3",
41
+ "ink-spinner": "^5.0.0",
42
+ "knip": "^6.14.1",
43
+ "oxfmt": "^0.50.0",
44
+ "oxlint": "^1.65.0",
45
+ "oxlint-tsgolint": "^0.23.0",
46
+ "posthog-node": "^5.34.3",
47
+ "react": "^19.2.6",
50
48
  "react-devtools-core": "^7.0.1",
51
- "vitest": "^4.1.5",
52
- "@supabase/api": "0.1.0",
49
+ "vitest": "^4.1.6",
50
+ "@supabase/config": "0.1.0",
53
51
  "@supabase/process-compose": "0.1.0",
54
52
  "@supabase/stack": "0.1.0",
55
- "@supabase/config": "0.1.0"
53
+ "@supabase/api": "0.1.0"
56
54
  },
57
55
  "optionalDependencies": {
58
- "@parcel/watcher-darwin-arm64": "2.5.6",
59
- "@parcel/watcher-darwin-x64": "2.5.6",
60
- "@parcel/watcher-linux-arm64-glibc": "2.5.6",
61
- "@parcel/watcher-linux-arm64-musl": "2.5.6",
62
- "@parcel/watcher-linux-x64-glibc": "2.5.6",
63
- "@parcel/watcher-linux-x64-musl": "2.5.6",
64
- "@parcel/watcher-win32-arm64": "2.5.6",
65
- "@parcel/watcher-win32-x64": "2.5.6",
66
- "@supabase/cli-darwin-arm64": "2.99.1-beta.1",
67
- "@supabase/cli-darwin-x64": "2.99.1-beta.1",
68
- "@supabase/cli-linux-arm64": "2.99.1-beta.1",
69
- "@supabase/cli-linux-arm64-musl": "2.99.1-beta.1",
70
- "@supabase/cli-linux-x64": "2.99.1-beta.1",
71
- "@supabase/cli-linux-x64-musl": "2.99.1-beta.1",
72
- "@supabase/cli-windows-arm64": "2.99.1-beta.1",
73
- "@supabase/cli-windows-x64": "2.99.1-beta.1"
56
+ "@supabase/cli-darwin-arm64": "2.100.0-beta.1",
57
+ "@supabase/cli-darwin-x64": "2.100.0-beta.1",
58
+ "@supabase/cli-linux-arm64": "2.100.0-beta.1",
59
+ "@supabase/cli-linux-arm64-musl": "2.100.0-beta.1",
60
+ "@supabase/cli-linux-x64": "2.100.0-beta.1",
61
+ "@supabase/cli-linux-x64-musl": "2.100.0-beta.1",
62
+ "@supabase/cli-windows-x64": "2.100.0-beta.1",
63
+ "@supabase/cli-windows-arm64": "2.100.0-beta.1"
74
64
  },
75
65
  "release": {
76
66
  "branches": [
@@ -99,6 +89,14 @@
99
89
  "nx"
100
90
  ],
101
91
  "ignoreDependencies": [
92
+ "@parcel/watcher-darwin-arm64",
93
+ "@parcel/watcher-darwin-x64",
94
+ "@parcel/watcher-linux-arm64-glibc",
95
+ "@parcel/watcher-linux-arm64-musl",
96
+ "@parcel/watcher-linux-x64-glibc",
97
+ "@parcel/watcher-linux-x64-musl",
98
+ "@parcel/watcher-win32-arm64",
99
+ "@parcel/watcher-win32-x64",
102
100
  "@typescript/native-preview",
103
101
  "oxfmt",
104
102
  "oxlint",