hot-updater 0.19.8 → 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.
@@ -28,7 +28,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
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,7 +93,7 @@ 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
  export { __commonJS, __require, __toESM, require_picocolors };
@@ -26,7 +26,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  //#endregion
27
27
 
28
28
  //#region ../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js
29
- var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js"(exports, module) {
29
+ var require_picocolors = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": ((exports, module) => {
30
30
  let p = process || {}, argv = p.argv || [], env = p.env || {};
31
31
  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);
32
32
  let formatter = (open, close, replace = open) => (input) => {
@@ -91,7 +91,7 @@ var require_picocolors = __commonJS({ "../../node_modules/.pnpm/picocolors@1.1.1
91
91
  };
92
92
  module.exports = createColors();
93
93
  module.exports.createColors = createColors;
94
- } });
94
+ }) });
95
95
 
96
96
  //#endregion
97
97
  Object.defineProperty(exports, '__commonJS', {
@@ -1,4 +1,4 @@
1
- const require_picocolors$1 = require('../picocolors-nLcU57DT.cjs');
1
+ const require_picocolors$1 = require('../picocolors-y8lGs7d-.cjs');
2
2
  const fs = require_picocolors$1.__toESM(require("fs"));
3
3
  const path = require_picocolors$1.__toESM(require("path"));
4
4
 
@@ -332,7 +332,7 @@ const uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator
332
332
 
333
333
  //#endregion
334
334
  //#region src/plugins/babel.ts
335
- var import_picocolors = require_picocolors$1.__toESM(require_picocolors$1.require_picocolors());
335
+ var import_picocolors = /* @__PURE__ */ require_picocolors$1.__toESM(require_picocolors$1.require_picocolors(), 1);
336
336
  const NIL_UUID = "00000000-0000-0000-0000-000000000000";
337
337
  const getBundleId = () => {
338
338
  const buildOutDir = process.env["BUILD_OUT_DIR"];
@@ -7,5 +7,4 @@ declare function export_default({
7
7
  }: {
8
8
  types: typeof babelTypes;
9
9
  }): PluginObj;
10
- //#endregion
11
- export { export_default as default };
10
+ export = export_default;
@@ -1,4 +1,4 @@
1
- import { __toESM, require_picocolors } from "../picocolors-OFVOrezl.js";
1
+ import { __toESM, require_picocolors } from "../picocolors-BnzanxXs.js";
2
2
  import fs from "fs";
3
3
  import path from "path";
4
4
 
@@ -332,7 +332,7 @@ const uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator
332
332
 
333
333
  //#endregion
334
334
  //#region src/plugins/babel.ts
335
- var import_picocolors = __toESM(require_picocolors());
335
+ var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
336
336
  const NIL_UUID = "00000000-0000-0000-0000-000000000000";
337
337
  const getBundleId = () => {
338
338
  const buildOutDir = process.env["BUILD_OUT_DIR"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.19.8",
4
+ "version": "0.19.10",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -53,9 +53,9 @@
53
53
  "cosmiconfig": "^9.0.0",
54
54
  "cosmiconfig-typescript-loader": "^5.0.0",
55
55
  "es-git": "^0.2.0",
56
- "@hot-updater/plugin-core": "0.19.8",
57
- "@hot-updater/core": "0.19.8",
58
- "@hot-updater/console": "0.19.8"
56
+ "@hot-updater/console": "0.19.10",
57
+ "@hot-updater/core": "0.19.10",
58
+ "@hot-updater/plugin-core": "0.19.10"
59
59
  },
60
60
  "devDependencies": {
61
61
  "fast-xml-parser": "^5.2.3",
@@ -86,10 +86,10 @@
86
86
  "read-package-up": "^11.0.0",
87
87
  "semver": "^7.6.3",
88
88
  "uuidv7": "^1.0.2",
89
- "@hot-updater/cloudflare": "0.19.8",
90
- "@hot-updater/supabase": "0.19.8",
91
- "@hot-updater/aws": "0.19.8",
92
- "@hot-updater/firebase": "0.19.8"
89
+ "@hot-updater/aws": "0.19.10",
90
+ "@hot-updater/cloudflare": "0.19.10",
91
+ "@hot-updater/firebase": "0.19.10",
92
+ "@hot-updater/supabase": "0.19.10"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@hot-updater/aws": "*",