supabase 2.106.0-beta.8 → 2.106.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.
Files changed (1) hide show
  1. package/package.json +30 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "2.106.0-beta.8",
3
+ "version": "2.106.0",
4
4
  "private": false,
5
5
  "description": "Supabase CLI",
6
6
  "homepage": "https://github.com/supabase/cli#readme",
@@ -24,50 +24,50 @@
24
24
  "access": "public"
25
25
  },
26
26
  "devDependencies": {
27
- "@anthropic-ai/claude-agent-sdk": "^0.3.156",
28
- "@anthropic-ai/sdk": "^0.100.0",
29
- "@clack/prompts": "^1.4.0",
30
- "@effect/atom-react": "4.0.0-beta.74",
31
- "@effect/platform-bun": "4.0.0-beta.74",
32
- "@effect/vitest": "^4.0.0-beta.74",
27
+ "@anthropic-ai/claude-agent-sdk": "^0.3.162",
28
+ "@anthropic-ai/sdk": "^0.100.1",
29
+ "@clack/prompts": "^1.5.1",
30
+ "@effect/atom-react": "4.0.0-beta.78",
31
+ "@effect/platform-bun": "4.0.0-beta.78",
32
+ "@effect/vitest": "^4.0.0-beta.75",
33
33
  "@modelcontextprotocol/sdk": "^1.29.0",
34
34
  "@napi-rs/keyring": "^1.3.0",
35
35
  "@parcel/watcher": "^2.5.6",
36
36
  "@tsconfig/bun": "^1.0.10",
37
37
  "@types/bun": "^1.3.14",
38
- "@types/react": "^19.2.15",
39
- "@typescript/native-preview": "7.0.0-dev.20260527.2",
38
+ "@types/react": "^19.2.16",
39
+ "@typescript/native-preview": "7.0.0-dev.20260603.1",
40
40
  "@vercel/detect-agent": "^1.2.3",
41
- "@vitest/coverage-istanbul": "^4.1.7",
41
+ "@vitest/coverage-istanbul": "^4.1.8",
42
42
  "dotenv": "^17.4.2",
43
- "effect": "4.0.0-beta.74",
44
- "ink": "^7.0.4",
43
+ "effect": "4.0.0-beta.78",
44
+ "ink": "^7.0.5",
45
45
  "ink-spinner": "^5.0.0",
46
- "knip": "^6.14.2",
47
- "oxfmt": "^0.52.0",
48
- "oxlint": "^1.67.0",
46
+ "knip": "^6.15.0",
47
+ "oxfmt": "^0.53.0",
48
+ "oxlint": "^1.68.0",
49
49
  "oxlint-tsgolint": "^0.23.0",
50
- "posthog-node": "^5.35.6",
51
- "react": "^19.2.6",
50
+ "posthog-node": "^5.35.14",
51
+ "react": "^19.2.7",
52
52
  "react-devtools-core": "^7.0.1",
53
53
  "semantic-release": "^25.0.3",
54
54
  "smol-toml": "^1.6.1",
55
- "vitest": "^4.1.7",
55
+ "vitest": "^4.1.8",
56
56
  "yaml": "^2.9.0",
57
57
  "@supabase/api": "0.1.0",
58
- "@supabase/stack": "0.1.0",
58
+ "@supabase/config": "0.1.0",
59
59
  "@supabase/process-compose": "0.1.0",
60
- "@supabase/config": "0.1.0"
60
+ "@supabase/stack": "0.1.0"
61
61
  },
62
62
  "optionalDependencies": {
63
- "@supabase/cli-darwin-arm64": "2.106.0-beta.8",
64
- "@supabase/cli-darwin-x64": "2.106.0-beta.8",
65
- "@supabase/cli-linux-arm64": "2.106.0-beta.8",
66
- "@supabase/cli-linux-x64": "2.106.0-beta.8",
67
- "@supabase/cli-linux-x64-musl": "2.106.0-beta.8",
68
- "@supabase/cli-windows-arm64": "2.106.0-beta.8",
69
- "@supabase/cli-windows-x64": "2.106.0-beta.8",
70
- "@supabase/cli-linux-arm64-musl": "2.106.0-beta.8"
63
+ "@supabase/cli-darwin-arm64": "2.106.0",
64
+ "@supabase/cli-darwin-x64": "2.106.0",
65
+ "@supabase/cli-linux-arm64": "2.106.0",
66
+ "@supabase/cli-linux-arm64-musl": "2.106.0",
67
+ "@supabase/cli-linux-x64-musl": "2.106.0",
68
+ "@supabase/cli-windows-arm64": "2.106.0",
69
+ "@supabase/cli-windows-x64": "2.106.0",
70
+ "@supabase/cli-linux-x64": "2.106.0"
71
71
  },
72
72
  "release": {
73
73
  "branches": [
@@ -140,7 +140,8 @@
140
140
  ]
141
141
  },
142
142
  "scripts": {
143
- "build": "pnpm build:next && pnpm build:legacy && pnpm build:shim",
143
+ "build": "pnpm build:go-sidecar && pnpm build:next && pnpm build:legacy && pnpm build:shim",
144
+ "build:go-sidecar": "mkdir -p dist && cp ../cli-go/supabase-go dist/supabase-go",
144
145
  "build:next": "bun build src/next/main.ts --compile --outfile dist/supabase-next",
145
146
  "build:legacy": "bun build src/legacy/main.ts --compile --outfile dist/supabase-legacy",
146
147
  "build:shim": "bun build src/shared/cli/bin.ts --outfile dist/supabase.js --target node",