hot-updater 0.19.2 → 0.19.3
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
CHANGED
package/dist/config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createFingerprintJson, generateFingerprint, generateFingerprints, readLocalFingerprint } from "./fingerprint-
|
|
1
|
+
import { createFingerprintJson, generateFingerprint, generateFingerprints, readLocalFingerprint } from "./fingerprint-LuSkVvkB.js";
|
|
2
2
|
|
|
3
3
|
//#region src/config.ts
|
|
4
4
|
const defineConfig = (config) => {
|
|
@@ -58,7 +58,8 @@ async function nativeFingerprint(path$2, options) {
|
|
|
58
58
|
"**/ios/**/Info.plist",
|
|
59
59
|
...options.ignorePaths
|
|
60
60
|
],
|
|
61
|
-
extraSources: processExtraSources(options.extraSources, path$2, options.ignorePaths)
|
|
61
|
+
extraSources: processExtraSources(options.extraSources, path$2, options.ignorePaths),
|
|
62
|
+
debug: options.debug
|
|
62
63
|
});
|
|
63
64
|
}
|
|
64
65
|
const ensureFingerprintConfig = async () => {
|
|
@@ -57,7 +57,8 @@ async function nativeFingerprint(path$1, options) {
|
|
|
57
57
|
"**/ios/**/Info.plist",
|
|
58
58
|
...options.ignorePaths
|
|
59
59
|
],
|
|
60
|
-
extraSources: processExtraSources(options.extraSources, path$1, options.ignorePaths)
|
|
60
|
+
extraSources: processExtraSources(options.extraSources, path$1, options.ignorePaths),
|
|
61
|
+
debug: options.debug
|
|
61
62
|
});
|
|
62
63
|
}
|
|
63
64
|
const ensureFingerprintConfig = async () => {
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
const require_chunk = require('./chunk-DWy1uDak.cjs');
|
|
3
|
-
const require_fingerprint = require('./fingerprint-
|
|
3
|
+
const require_fingerprint = require('./fingerprint-B0eg9rrR.cjs');
|
|
4
4
|
const require_picocolors$1 = require('./picocolors--H0eYra-.cjs');
|
|
5
5
|
const http = require_chunk.__toESM(require("http"));
|
|
6
6
|
const http2 = require_chunk.__toESM(require("http2"));
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { __commonJS, __require, __toESM, require_picocolors } from "./picocolors-OFVOrezl.js";
|
|
3
|
-
import { createFingerprintJson, generateFingerprints, nativeFingerprint, readLocalFingerprint } from "./fingerprint-
|
|
3
|
+
import { createFingerprintJson, generateFingerprints, nativeFingerprint, readLocalFingerprint } from "./fingerprint-LuSkVvkB.js";
|
|
4
4
|
import { createServer } from "http";
|
|
5
5
|
import { Http2ServerRequest } from "http2";
|
|
6
6
|
import { Readable } from "stream";
|
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.3",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hot-updater": "./dist/index.js"
|
|
7
7
|
},
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"es-git": "^0.2.0",
|
|
59
59
|
"fast-glob": "^3.3.3",
|
|
60
60
|
"fast-xml-parser": "^5.2.3",
|
|
61
|
-
"@hot-updater/console": "0.19.
|
|
62
|
-
"@hot-updater/
|
|
63
|
-
"@hot-updater/core": "0.19.
|
|
61
|
+
"@hot-updater/console": "0.19.3",
|
|
62
|
+
"@hot-updater/core": "0.19.3",
|
|
63
|
+
"@hot-updater/plugin-core": "0.19.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@babel/core": "7.26.0",
|
|
@@ -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.3",
|
|
90
|
+
"@hot-updater/cloudflare": "0.19.3",
|
|
91
|
+
"@hot-updater/firebase": "0.19.3",
|
|
92
|
+
"@hot-updater/supabase": "0.19.3"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@hot-updater/aws": "*",
|