@hot-updater/repack 0.19.9 → 0.19.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 CHANGED
@@ -28,7 +28,7 @@ const fs = __toESM(require("fs"));
28
28
  const path = __toESM(require("path"));
29
29
 
30
30
  //#region ../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
31
- var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"(exports, module) {
31
+ var require_picocolors = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": ((exports, module) => {
32
32
  let p = process || {}, argv = p.argv || [], env = p.env || {};
33
33
  let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p.platform === "win32" || (p.stdout || {}).isTTY && env.TERM !== "dumb" || !!env.CI);
34
34
  let formatter = (open, close, replace = open) => (input) => {
@@ -93,10 +93,11 @@ var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1
93
93
  };
94
94
  module.exports = createColors();
95
95
  module.exports.createColors = createColors;
96
- } });
96
+ }) });
97
97
 
98
98
  //#endregion
99
99
  //#region ../../node_modules/.pnpm/uuidv7@1.0.2/node_modules/uuidv7/dist/index.js
100
+ var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
100
101
  /**
101
102
  * uuidv7: A JavaScript implementation of UUID version 7
102
103
  *
@@ -426,7 +427,6 @@ const uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator
426
427
 
427
428
  //#endregion
428
429
  //#region src/index.ts
429
- var import_picocolors = __toESM(require_picocolors());
430
430
  const NIL_UUID = "00000000-0000-0000-0000-000000000000";
431
431
  const getBundleId = () => {
432
432
  const buildOutDir = process.env["BUILD_OUT_DIR"];
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
 
29
29
  //#endregion
30
30
  //#region ../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
31
- var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"(exports, module) {
31
+ var require_picocolors = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": ((exports, module) => {
32
32
  let p = process || {}, argv = p.argv || [], env = p.env || {};
33
33
  let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p.platform === "win32" || (p.stdout || {}).isTTY && env.TERM !== "dumb" || !!env.CI);
34
34
  let formatter = (open, close, replace = open) => (input) => {
@@ -93,10 +93,11 @@ var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1
93
93
  };
94
94
  module.exports = createColors();
95
95
  module.exports.createColors = createColors;
96
- } });
96
+ }) });
97
97
 
98
98
  //#endregion
99
99
  //#region ../../node_modules/.pnpm/uuidv7@1.0.2/node_modules/uuidv7/dist/index.js
100
+ var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
100
101
  /**
101
102
  * uuidv7: A JavaScript implementation of UUID version 7
102
103
  *
@@ -426,7 +427,6 @@ const uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator
426
427
 
427
428
  //#endregion
428
429
  //#region src/index.ts
429
- var import_picocolors = __toESM(require_picocolors());
430
430
  const NIL_UUID = "00000000-0000-0000-0000-000000000000";
431
431
  const getBundleId = () => {
432
432
  const buildOutDir = process.env["BUILD_OUT_DIR"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/repack",
3
3
  "type": "module",
4
- "version": "0.19.9",
4
+ "version": "0.19.10",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "@callstack/repack": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@hot-updater/plugin-core": "0.19.9"
35
+ "@hot-updater/plugin-core": "0.19.10"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsdown",