@hot-updater/android-helper 0.31.1 → 0.31.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/dist/index.cjs +3 -3
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -22,14 +22,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
22
22
|
}) : target, mod));
|
|
23
23
|
//#endregion
|
|
24
24
|
let path = require("path");
|
|
25
|
-
path = __toESM(path);
|
|
25
|
+
path = __toESM(path, 1);
|
|
26
26
|
let _hot_updater_cli_tools = require("@hot-updater/cli-tools");
|
|
27
27
|
let _hot_updater_plugin_core = require("@hot-updater/plugin-core");
|
|
28
28
|
let fs = require("fs");
|
|
29
|
-
fs = __toESM(fs);
|
|
29
|
+
fs = __toESM(fs, 1);
|
|
30
30
|
let execa = require("execa");
|
|
31
31
|
let node_os = require("node:os");
|
|
32
|
-
node_os = __toESM(node_os);
|
|
32
|
+
node_os = __toESM(node_os, 1);
|
|
33
33
|
//#region src/utils/createGradleLogger.ts
|
|
34
34
|
const createGradleLogger = ({ logPrefix }) => new _hot_updater_cli_tools.BuildLogger({
|
|
35
35
|
logPrefix,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/android-helper",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"execa": "9.5.2",
|
|
28
|
-
"@hot-updater/cli-tools": "0.31.
|
|
29
|
-
"@hot-updater/
|
|
30
|
-
"@hot-updater/core": "0.31.
|
|
28
|
+
"@hot-updater/cli-tools": "0.31.2",
|
|
29
|
+
"@hot-updater/core": "0.31.2",
|
|
30
|
+
"@hot-updater/plugin-core": "0.31.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^20"
|