@hot-updater/bare 0.21.6 → 0.21.8

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 CHANGED
@@ -24,8 +24,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  }) : target, mod));
25
25
 
26
26
  //#endregion
27
- let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
28
- __hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
27
+ let __hot_updater_cli_tools = require("@hot-updater/cli-tools");
28
+ __hot_updater_cli_tools = __toESM(__hot_updater_cli_tools);
29
29
  let node_url = require("node:url");
30
30
  node_url = __toESM(node_url);
31
31
  let node_child_process = require("node:child_process");
@@ -6506,7 +6506,7 @@ const runBundle = async ({ entryFile, cwd, platform: platform$1, buildPath, sour
6506
6506
  ...sourcemap ? ["--sourcemap-output", `${bundleOutput}.map`] : [],
6507
6507
  "--reset-cache"
6508
6508
  ];
6509
- __hot_updater_plugin_core.log.normal("\n");
6509
+ __hot_updater_cli_tools.log.normal("\n");
6510
6510
  try {
6511
6511
  await execa(cliPath, args, {
6512
6512
  cwd,
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createRequire } from "node:module";
2
- import { log } from "@hot-updater/plugin-core";
2
+ import { log } from "@hot-updater/cli-tools";
3
3
  import { fileURLToPath } from "node:url";
4
4
  import { ChildProcess, execFile, spawn, spawnSync } from "node:child_process";
5
5
  import { StringDecoder } from "node:string_decoder";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/bare",
3
3
  "type": "module",
4
- "version": "0.21.6",
4
+ "version": "0.21.8",
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,8 @@
21
21
  "package.json"
22
22
  ],
23
23
  "dependencies": {
24
- "@hot-updater/plugin-core": "0.21.6"
24
+ "@hot-updater/cli-tools": "0.21.8",
25
+ "@hot-updater/plugin-core": "0.21.8"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@types/node": "^20",