@hot-updater/rock 0.20.9 → 0.20.10
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/index.cjs +36 -18
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -24,24 +24,42 @@ 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
|
-
|
|
27
|
+
let path = require("path");
|
|
28
|
+
path = __toESM(path);
|
|
29
|
+
let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
|
|
30
|
+
__hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
|
|
31
|
+
let node_url = require("node:url");
|
|
32
|
+
node_url = __toESM(node_url);
|
|
33
|
+
let node_child_process = require("node:child_process");
|
|
34
|
+
node_child_process = __toESM(node_child_process);
|
|
35
|
+
let node_string_decoder = require("node:string_decoder");
|
|
36
|
+
node_string_decoder = __toESM(node_string_decoder);
|
|
37
|
+
let node_util = require("node:util");
|
|
38
|
+
node_util = __toESM(node_util);
|
|
39
|
+
let node_process = require("node:process");
|
|
40
|
+
node_process = __toESM(node_process);
|
|
41
|
+
let node_tty = require("node:tty");
|
|
42
|
+
node_tty = __toESM(node_tty);
|
|
43
|
+
let node_path = require("node:path");
|
|
44
|
+
node_path = __toESM(node_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 fs_promises = require("fs/promises");
|
|
62
|
+
fs_promises = __toESM(fs_promises);
|
|
45
63
|
|
|
46
64
|
//#region ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
|
|
47
65
|
function isPlainObject(value) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/rock",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.10",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package.json"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@hot-updater/plugin-core": "0.20.
|
|
24
|
+
"@hot-updater/plugin-core": "0.20.10"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^20",
|