hot-updater 0.24.3 → 0.24.5
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 { a as createAndInjectFingerprintFiles, c as generateFingerprints, n as getPublicKeyFromPrivate, o as createFingerprintJSON, r as loadPrivateKey, s as generateFingerprint, u as readLocalFingerprint } from "./keyGeneration-
|
|
1
|
+
import { a as createAndInjectFingerprintFiles, c as generateFingerprints, n as getPublicKeyFromPrivate, o as createFingerprintJSON, r as loadPrivateKey, s as generateFingerprint, u as readLocalFingerprint } from "./keyGeneration-DmcjjpkY.js";
|
|
2
2
|
|
|
3
3
|
//#region src/config.ts
|
|
4
4
|
const defineConfig = (config) => {
|
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_keyGeneration = require('./keyGeneration-
|
|
3
|
+
const require_keyGeneration = require('./keyGeneration-CQkY3gx2.cjs');
|
|
4
4
|
let node_events = require("node:events");
|
|
5
5
|
node_events = require_chunk.__toESM(node_events);
|
|
6
6
|
let node_child_process = require("node:child_process");
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { _ as require_base64_js, a as createAndInjectFingerprintFiles, b as __require, c as generateFingerprints, d as getFingerprintDiff, f as showFingerprintDiff, g as require_plist, h as IosConfigParser, i as saveKeyPair, l as nativeFingerprint, m as require_out, n as getPublicKeyFromPrivate, p as isFingerprintEquals, r as loadPrivateKey, t as generateKeyPair, u as readLocalFingerprint, v as AndroidConfigParser, x as __toESM, y as __commonJS } from "./keyGeneration-
|
|
2
|
+
import { _ as require_base64_js, a as createAndInjectFingerprintFiles, b as __require, c as generateFingerprints, d as getFingerprintDiff, f as showFingerprintDiff, g as require_plist, h as IosConfigParser, i as saveKeyPair, l as nativeFingerprint, m as require_out, n as getPublicKeyFromPrivate, p as isFingerprintEquals, r as loadPrivateKey, t as generateKeyPair, u as readLocalFingerprint, v as AndroidConfigParser, x as __toESM, y as __commonJS } from "./keyGeneration-DmcjjpkY.js";
|
|
3
3
|
import { EventEmitter, addAbortListener, on, once, setMaxListeners } from "node:events";
|
|
4
4
|
import childProcess, { ChildProcess, execFile, spawn, spawnSync } from "node:child_process";
|
|
5
5
|
import path from "node:path";
|
|
@@ -14796,7 +14796,8 @@ function getDefaultIgnorePaths() {
|
|
|
14796
14796
|
return [
|
|
14797
14797
|
"**/*",
|
|
14798
14798
|
"**/.build/**/*",
|
|
14799
|
-
"**/build/"
|
|
14799
|
+
"**/build/",
|
|
14800
|
+
"**/build*/**/*"
|
|
14800
14801
|
];
|
|
14801
14802
|
}
|
|
14802
14803
|
function getOtaFingerprintOptions(platform, path$16, options) {
|
|
@@ -14816,7 +14816,8 @@ function getDefaultIgnorePaths() {
|
|
|
14816
14816
|
return [
|
|
14817
14817
|
"**/*",
|
|
14818
14818
|
"**/.build/**/*",
|
|
14819
|
-
"**/build/"
|
|
14819
|
+
"**/build/",
|
|
14820
|
+
"**/build*/**/*"
|
|
14820
14821
|
];
|
|
14821
14822
|
}
|
|
14822
14823
|
function getOtaFingerprintOptions(platform, path$12, options) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.24.
|
|
4
|
+
"version": "0.24.5",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hot-updater": "./dist/index.js"
|
|
7
7
|
},
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"kysely": "0.28.8",
|
|
56
56
|
"sql-formatter": "15.6.10",
|
|
57
57
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
58
|
-
"@hot-updater/cli-tools": "0.24.
|
|
59
|
-
"@hot-updater/console": "0.24.
|
|
60
|
-
"@hot-updater/core": "0.24.
|
|
61
|
-
"@hot-updater/plugin-core": "0.24.
|
|
62
|
-
"@hot-updater/server": "0.24.
|
|
58
|
+
"@hot-updater/cli-tools": "0.24.5",
|
|
59
|
+
"@hot-updater/console": "0.24.5",
|
|
60
|
+
"@hot-updater/core": "0.24.5",
|
|
61
|
+
"@hot-updater/plugin-core": "0.24.5",
|
|
62
|
+
"@hot-updater/server": "0.24.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"semver": "^7.6.3",
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
"plist": "^3.1.0",
|
|
90
90
|
"read-package-up": "^11.0.0",
|
|
91
91
|
"uuidv7": "^1.0.2",
|
|
92
|
-
"@hot-updater/aws": "0.24.
|
|
93
|
-
"@hot-updater/server": "0.24.
|
|
94
|
-
"@hot-updater/cloudflare": "0.24.
|
|
95
|
-
"@hot-updater/firebase": "0.24.
|
|
96
|
-
"@hot-updater/supabase": "0.24.
|
|
97
|
-
"@hot-updater/test-utils": "0.24.
|
|
92
|
+
"@hot-updater/aws": "0.24.5",
|
|
93
|
+
"@hot-updater/server": "0.24.5",
|
|
94
|
+
"@hot-updater/cloudflare": "0.24.5",
|
|
95
|
+
"@hot-updater/firebase": "0.24.5",
|
|
96
|
+
"@hot-updater/supabase": "0.24.5",
|
|
97
|
+
"@hot-updater/test-utils": "0.24.5"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"@hot-updater/aws": "*",
|