@hot-updater/supabase 0.36.6 → 0.36.7
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/dist/iac/index.cjs +1 -1
- package/dist/iac/index.mjs +1 -1
- package/package.json +9 -9
package/dist/iac/index.cjs
CHANGED
|
@@ -6495,7 +6495,7 @@ var PublicSupabaseBucketError = class extends _hot_updater_cli_tools.InitError {
|
|
|
6495
6495
|
super([
|
|
6496
6496
|
`Supabase bucket "${bucketName}" is public.`,
|
|
6497
6497
|
"Make the bucket private in Supabase Storage, then rerun init.",
|
|
6498
|
-
"Alternatively, rerun without --env-file to approve the change interactively."
|
|
6498
|
+
"Alternatively, rerun without --from-env-file to approve the change interactively."
|
|
6499
6499
|
].join("\n"));
|
|
6500
6500
|
this.bucketName = bucketName;
|
|
6501
6501
|
}
|
package/dist/iac/index.mjs
CHANGED
|
@@ -6490,7 +6490,7 @@ var PublicSupabaseBucketError = class extends InitError {
|
|
|
6490
6490
|
super([
|
|
6491
6491
|
`Supabase bucket "${bucketName}" is public.`,
|
|
6492
6492
|
"Make the bucket private in Supabase Storage, then rerun init.",
|
|
6493
|
-
"Alternatively, rerun without --env-file to approve the change interactively."
|
|
6493
|
+
"Alternatively, rerun without --from-env-file to approve the change interactively."
|
|
6494
6494
|
].join("\n"));
|
|
6495
6495
|
this.bucketName = bucketName;
|
|
6496
6496
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/supabase",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.36.
|
|
4
|
+
"version": "0.36.7",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@supabase/supabase-js": "2.76.1",
|
|
56
56
|
"hono": "4.12.34",
|
|
57
57
|
"uuidv7": "^1.0.2",
|
|
58
|
-
"@hot-updater/core": "0.36.
|
|
59
|
-
"@hot-updater/
|
|
60
|
-
"@hot-updater/
|
|
61
|
-
"@hot-updater/
|
|
58
|
+
"@hot-updater/core": "0.36.7",
|
|
59
|
+
"@hot-updater/cli-tools": "0.36.7",
|
|
60
|
+
"@hot-updater/plugin-core": "0.36.7",
|
|
61
|
+
"@hot-updater/server": "0.36.7"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@electric-sql/pglite": "0.4.1",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"execa": "9.5.2",
|
|
69
69
|
"@types/node": "^20",
|
|
70
70
|
"mime": "^4.0.4",
|
|
71
|
-
"@hot-updater/js": "0.36.
|
|
72
|
-
"@hot-updater/mock": "0.36.
|
|
73
|
-
"@hot-updater/
|
|
74
|
-
"@hot-updater/
|
|
71
|
+
"@hot-updater/js": "0.36.7",
|
|
72
|
+
"@hot-updater/mock": "0.36.7",
|
|
73
|
+
"@hot-updater/test-utils": "0.36.7",
|
|
74
|
+
"@hot-updater/postgres": "0.36.7"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "tsdown",
|