@supacloud/lite 0.9.1 → 0.9.2
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/CHANGELOG.md +7 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.2](https://github.com/vibeunion/supacloud/compare/supacloud-lite-v0.9.1...supacloud-lite-v0.9.2) (2026-08-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **deps:** upgrade workspace dependencies and svadmin ([#1067](https://github.com/vibeunion/supacloud/issues/1067)) ([9cd8ed6](https://github.com/vibeunion/supacloud/commit/9cd8ed6e81f11da1b26bf491ca745b5599115cc0))
|
|
9
|
+
|
|
3
10
|
## [0.9.1](https://github.com/vibeunion/supacloud/compare/supacloud-lite-v0.9.0...supacloud-lite-v0.9.1) (2026-08-23)
|
|
4
11
|
|
|
5
12
|
|
package/dist/cli.js
CHANGED
|
@@ -9,7 +9,7 @@ import { dirname as dirname7, join as join10, resolve as resolve5 } from "path";
|
|
|
9
9
|
// package.json
|
|
10
10
|
var package_default = {
|
|
11
11
|
name: "@supacloud/lite",
|
|
12
|
-
version: "0.9.
|
|
12
|
+
version: "0.9.2",
|
|
13
13
|
description: "Bun-native, single-project Supabase-compatible backend powered by PGlite or native PostgreSQL",
|
|
14
14
|
type: "module",
|
|
15
15
|
license: "Apache-2.0",
|
|
@@ -58,11 +58,11 @@ var package_default = {
|
|
|
58
58
|
typecheck: "bun x tsc --noEmit -p tsconfig.json"
|
|
59
59
|
},
|
|
60
60
|
dependencies: {
|
|
61
|
-
"@electric-sql/pglite": "0.5.
|
|
61
|
+
"@electric-sql/pglite": "0.5.8",
|
|
62
62
|
tar: "^7.5.22"
|
|
63
63
|
},
|
|
64
64
|
devDependencies: {
|
|
65
|
-
"@supabase/supabase-js": "^2.112.
|
|
65
|
+
"@supabase/supabase-js": "^2.112.4",
|
|
66
66
|
"@types/bun": "^1.4.0",
|
|
67
67
|
typescript: "^7.0.2"
|
|
68
68
|
},
|
package/dist/index.js
CHANGED
|
@@ -85,7 +85,7 @@ function randomToken(bytes = 32) {
|
|
|
85
85
|
// package.json
|
|
86
86
|
var package_default = {
|
|
87
87
|
name: "@supacloud/lite",
|
|
88
|
-
version: "0.9.
|
|
88
|
+
version: "0.9.2",
|
|
89
89
|
description: "Bun-native, single-project Supabase-compatible backend powered by PGlite or native PostgreSQL",
|
|
90
90
|
type: "module",
|
|
91
91
|
license: "Apache-2.0",
|
|
@@ -134,11 +134,11 @@ var package_default = {
|
|
|
134
134
|
typecheck: "bun x tsc --noEmit -p tsconfig.json"
|
|
135
135
|
},
|
|
136
136
|
dependencies: {
|
|
137
|
-
"@electric-sql/pglite": "0.5.
|
|
137
|
+
"@electric-sql/pglite": "0.5.8",
|
|
138
138
|
tar: "^7.5.22"
|
|
139
139
|
},
|
|
140
140
|
devDependencies: {
|
|
141
|
-
"@supabase/supabase-js": "^2.112.
|
|
141
|
+
"@supabase/supabase-js": "^2.112.4",
|
|
142
142
|
"@types/bun": "^1.4.0",
|
|
143
143
|
typescript: "^7.0.2"
|
|
144
144
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supacloud/lite",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Bun-native, single-project Supabase-compatible backend powered by PGlite or native PostgreSQL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"typecheck": "bun x tsc --noEmit -p tsconfig.json"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@electric-sql/pglite": "0.5.
|
|
52
|
+
"@electric-sql/pglite": "0.5.8",
|
|
53
53
|
"tar": "^7.5.22"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@supabase/supabase-js": "^2.112.
|
|
56
|
+
"@supabase/supabase-js": "^2.112.4",
|
|
57
57
|
"@types/bun": "^1.4.0",
|
|
58
58
|
"typescript": "^7.0.2"
|
|
59
59
|
},
|