hot-updater 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/config.cjs +2 -2
- package/dist/config.js +2 -2
- package/dist/{fingerprint-BLWMqaEq.cjs → fingerprint-3QU5apyj.cjs} +324 -323
- package/dist/{fingerprint-CHhBVEC9.js → fingerprint-DLeoZ3u_.js} +369 -369
- package/dist/index.cjs +1114 -1164
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1414 -1472
- package/dist/{picocolors-OFVOrezl.js → picocolors-BnzanxXs.js} +2 -2
- package/dist/{picocolors-nLcU57DT.cjs → picocolors-y8lGs7d-.cjs} +2 -2
- package/dist/plugins/babel.cjs +2 -2
- package/dist/plugins/babel.d.cts +1 -2
- package/dist/plugins/babel.js +2 -2
- package/package.json +8 -8
|
@@ -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', {
|
package/dist/plugins/babel.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_picocolors$1 = require('../picocolors-
|
|
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"];
|
package/dist/plugins/babel.d.cts
CHANGED
package/dist/plugins/babel.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __toESM, require_picocolors } from "../picocolors-
|
|
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.
|
|
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/console": "0.19.
|
|
57
|
-
"@hot-updater/
|
|
58
|
-
"@hot-updater/core": "0.19.
|
|
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/aws": "0.19.
|
|
90
|
-
"@hot-updater/cloudflare": "0.19.
|
|
91
|
-
"@hot-updater/firebase": "0.19.
|
|
92
|
-
"@hot-updater/supabase": "0.19.
|
|
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": "*",
|