hot-updater 0.19.2 → 0.19.4

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
@@ -1,4 +1,4 @@
1
- const require_fingerprint = require('./fingerprint-YdrnRRA4.cjs');
1
+ const require_fingerprint = require('./fingerprint-B0eg9rrR.cjs');
2
2
 
3
3
  //#region src/config.ts
4
4
  const defineConfig = (config) => {
package/dist/config.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createFingerprintJson, generateFingerprint, generateFingerprints, readLocalFingerprint } from "./fingerprint-DjC6oXiT.js";
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-YdrnRRA4.cjs');
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-DjC6oXiT.js";
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.2",
4
+ "version": "0.19.4",
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.2",
62
- "@hot-updater/plugin-core": "0.19.2",
63
- "@hot-updater/core": "0.19.2"
61
+ "@hot-updater/console": "0.19.4",
62
+ "@hot-updater/core": "0.19.4",
63
+ "@hot-updater/plugin-core": "0.19.4"
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.2",
90
- "@hot-updater/cloudflare": "0.19.2",
91
- "@hot-updater/firebase": "0.19.2",
92
- "@hot-updater/supabase": "0.19.2"
89
+ "@hot-updater/aws": "0.19.4",
90
+ "@hot-updater/cloudflare": "0.19.4",
91
+ "@hot-updater/firebase": "0.19.4",
92
+ "@hot-updater/supabase": "0.19.4"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@hot-updater/aws": "*",