@hot-updater/supabase 0.16.6 → 0.16.7-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.
- package/dist/iac/index.d.cts +3 -1
- package/dist/iac/index.d.ts +3 -1
- package/package.json +4 -4
package/dist/iac/index.d.cts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { BuildType } from '@hot-updater/plugin-core';
|
|
2
|
+
|
|
1
3
|
interface SupabaseApi {
|
|
2
4
|
listBuckets: () => Promise<{
|
|
3
5
|
id: string;
|
|
@@ -22,7 +24,7 @@ declare const selectBucket: (api: SupabaseApi) => Promise<{
|
|
|
22
24
|
name: string;
|
|
23
25
|
}>;
|
|
24
26
|
declare const runInit: ({ build, }: {
|
|
25
|
-
build:
|
|
27
|
+
build: BuildType;
|
|
26
28
|
}) => Promise<void>;
|
|
27
29
|
|
|
28
30
|
export { runInit, selectBucket, selectProject };
|
package/dist/iac/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { BuildType } from '@hot-updater/plugin-core';
|
|
2
|
+
|
|
1
3
|
interface SupabaseApi {
|
|
2
4
|
listBuckets: () => Promise<{
|
|
3
5
|
id: string;
|
|
@@ -22,7 +24,7 @@ declare const selectBucket: (api: SupabaseApi) => Promise<{
|
|
|
22
24
|
name: string;
|
|
23
25
|
}>;
|
|
24
26
|
declare const runInit: ({ build, }: {
|
|
25
|
-
build:
|
|
27
|
+
build: BuildType;
|
|
26
28
|
}) => Promise<void>;
|
|
27
29
|
|
|
28
30
|
export { runInit, selectBucket, selectProject };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/supabase",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.7-0",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@supabase/supabase-js": "^2.47.10",
|
|
43
|
-
"@hot-updater/core": "0.16.
|
|
44
|
-
"@hot-updater/plugin-core": "0.16.
|
|
43
|
+
"@hot-updater/core": "0.16.7-0",
|
|
44
|
+
"@hot-updater/plugin-core": "0.16.7-0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@clack/prompts": "0.10.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"execa": "^9.5.2",
|
|
51
51
|
"mime": "^4.0.4",
|
|
52
52
|
"picocolors": "^1.0.0",
|
|
53
|
-
"@hot-updater/postgres": "0.16.
|
|
53
|
+
"@hot-updater/postgres": "0.16.7-0"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsup",
|