@hot-updater/supabase 0.20.9 → 0.20.11
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 +40 -20
- package/dist/index.cjs +8 -4
- package/package.json +4 -4
package/dist/iac/index.cjs
CHANGED
|
@@ -24,26 +24,46 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
}) : target, mod));
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
27
|
+
let node_util = require("node:util");
|
|
28
|
+
node_util = __toESM(node_util);
|
|
29
|
+
let node_process = require("node:process");
|
|
30
|
+
node_process = __toESM(node_process);
|
|
31
|
+
let node_readline = require("node:readline");
|
|
32
|
+
node_readline = __toESM(node_readline);
|
|
33
|
+
let node_tty = require("node:tty");
|
|
34
|
+
node_tty = __toESM(node_tty);
|
|
35
|
+
let node_url = require("node:url");
|
|
36
|
+
node_url = __toESM(node_url);
|
|
37
|
+
let node_child_process = require("node:child_process");
|
|
38
|
+
node_child_process = __toESM(node_child_process);
|
|
39
|
+
let node_string_decoder = require("node:string_decoder");
|
|
40
|
+
node_string_decoder = __toESM(node_string_decoder);
|
|
41
|
+
let node_path = require("node:path");
|
|
42
|
+
node_path = __toESM(node_path);
|
|
43
|
+
let path = require("path");
|
|
44
|
+
path = __toESM(path);
|
|
45
|
+
let node_timers_promises = require("node:timers/promises");
|
|
46
|
+
node_timers_promises = __toESM(node_timers_promises);
|
|
47
|
+
let node_os = require("node:os");
|
|
48
|
+
node_os = __toESM(node_os);
|
|
49
|
+
let node_events = require("node:events");
|
|
50
|
+
node_events = __toESM(node_events);
|
|
51
|
+
let node_v8 = require("node:v8");
|
|
52
|
+
node_v8 = __toESM(node_v8);
|
|
53
|
+
let node_fs = require("node:fs");
|
|
54
|
+
node_fs = __toESM(node_fs);
|
|
55
|
+
let node_stream_promises = require("node:stream/promises");
|
|
56
|
+
node_stream_promises = __toESM(node_stream_promises);
|
|
57
|
+
let node_stream = require("node:stream");
|
|
58
|
+
node_stream = __toESM(node_stream);
|
|
59
|
+
let node_buffer = require("node:buffer");
|
|
60
|
+
node_buffer = __toESM(node_buffer);
|
|
61
|
+
let __supabase_supabase_js = require("@supabase/supabase-js");
|
|
62
|
+
__supabase_supabase_js = __toESM(__supabase_supabase_js);
|
|
63
|
+
let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
|
|
64
|
+
__hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
|
|
65
|
+
let fs_promises = require("fs/promises");
|
|
66
|
+
fs_promises = __toESM(fs_promises);
|
|
47
67
|
|
|
48
68
|
//#region ../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js
|
|
49
69
|
var require_src = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js": ((exports, module) => {
|
package/dist/index.cjs
CHANGED
|
@@ -21,10 +21,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
21
21
|
}) : target, mod));
|
|
22
22
|
|
|
23
23
|
//#endregion
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
|
|
25
|
+
__hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
|
|
26
|
+
let __supabase_supabase_js = require("@supabase/supabase-js");
|
|
27
|
+
__supabase_supabase_js = __toESM(__supabase_supabase_js);
|
|
28
|
+
let path = require("path");
|
|
29
|
+
path = __toESM(path);
|
|
30
|
+
let fs_promises = require("fs/promises");
|
|
31
|
+
fs_promises = __toESM(fs_promises);
|
|
28
32
|
|
|
29
33
|
//#region src/supabaseDatabase.ts
|
|
30
34
|
const supabaseDatabase = (config, hooks) => (0, __hot_updater_plugin_core.createDatabasePlugin)("supabaseDatabase", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/supabase",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.11",
|
|
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.20.
|
|
44
|
-
"@hot-updater/plugin-core": "0.20.
|
|
43
|
+
"@hot-updater/core": "0.20.11",
|
|
44
|
+
"@hot-updater/plugin-core": "0.20.11"
|
|
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.1.1",
|
|
53
|
-
"@hot-updater/postgres": "0.20.
|
|
53
|
+
"@hot-updater/postgres": "0.20.11"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsdown",
|