hot-updater 0.19.9 → 0.20.0-rc.0
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,5 +1,5 @@
|
|
|
1
1
|
import "./picocolors-OFVOrezl.js";
|
|
2
|
-
import { createAndInjectFingerprintFiles, generateFingerprint, generateFingerprints, readLocalFingerprint } from "./fingerprint-
|
|
2
|
+
import { createAndInjectFingerprintFiles, generateFingerprint, generateFingerprints, readLocalFingerprint } from "./fingerprint-DO9CsQUg.js";
|
|
3
3
|
|
|
4
4
|
//#region src/config.ts
|
|
5
5
|
const defineConfig = (config) => {
|
|
@@ -14902,6 +14902,7 @@ function getFingerprintOptions(platform, path$14, options) {
|
|
|
14902
14902
|
"**/.gitignore",
|
|
14903
14903
|
...options.ignorePaths
|
|
14904
14904
|
],
|
|
14905
|
+
sourceSkips: __expo_fingerprint.SourceSkips.GitIgnore | __expo_fingerprint.SourceSkips.PackageJsonScriptsAll,
|
|
14905
14906
|
extraSources: processExtraSources(options.extraSources, path$14, options.ignorePaths),
|
|
14906
14907
|
debug: options.debug
|
|
14907
14908
|
};
|
|
@@ -5,7 +5,7 @@ import * as p$1 from "@clack/prompts";
|
|
|
5
5
|
import * as p from "@clack/prompts";
|
|
6
6
|
import { getCwd, loadConfig } from "@hot-updater/plugin-core";
|
|
7
7
|
import path from "path";
|
|
8
|
-
import { createFingerprintAsync, diffFingerprintChangesAsync } from "@expo/fingerprint";
|
|
8
|
+
import { SourceSkips, createFingerprintAsync, diffFingerprintChangesAsync } from "@expo/fingerprint";
|
|
9
9
|
|
|
10
10
|
//#region ../../node_modules/.pnpm/fast-xml-parser@5.2.3/node_modules/fast-xml-parser/src/util.js
|
|
11
11
|
const nameStartChar$1 = ":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD";
|
|
@@ -14903,6 +14903,7 @@ function getFingerprintOptions(platform, path$11, options) {
|
|
|
14903
14903
|
"**/.gitignore",
|
|
14904
14904
|
...options.ignorePaths
|
|
14905
14905
|
],
|
|
14906
|
+
sourceSkips: SourceSkips.GitIgnore | SourceSkips.PackageJsonScriptsAll,
|
|
14906
14907
|
extraSources: processExtraSources(options.extraSources, path$11, options.ignorePaths),
|
|
14907
14908
|
debug: options.debug
|
|
14908
14909
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
const require_picocolors$1 = require('./picocolors-nLcU57DT.cjs');
|
|
3
|
-
const require_fingerprint = require('./fingerprint-
|
|
3
|
+
const require_fingerprint = require('./fingerprint-BXDS_CYy.cjs');
|
|
4
4
|
const node_events = require_picocolors$1.__toESM(require("node:events"));
|
|
5
5
|
const node_child_process = require_picocolors$1.__toESM(require("node:child_process"));
|
|
6
6
|
const node_path = require_picocolors$1.__toESM(require("node:path"));
|
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 { AndroidConfigParser, IosConfigParser, createAndInjectFingerprintFiles, generateFingerprints, getFingerprintDiff, isFingerprintEquals, nativeFingerprint, readLocalFingerprint, require_base64_js, require_out, require_plist, showFingerprintDiff } from "./fingerprint-
|
|
3
|
+
import { AndroidConfigParser, IosConfigParser, createAndInjectFingerprintFiles, generateFingerprints, getFingerprintDiff, isFingerprintEquals, nativeFingerprint, readLocalFingerprint, require_base64_js, require_out, require_plist, showFingerprintDiff } from "./fingerprint-DO9CsQUg.js";
|
|
4
4
|
import { EventEmitter, addAbortListener, on, once, setMaxListeners } from "node:events";
|
|
5
5
|
import childProcess, { ChildProcess, execFile, spawn, spawnSync } from "node:child_process";
|
|
6
6
|
import path from "node:path";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.20.0-rc.0",
|
|
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.
|
|
57
|
-
"@hot-updater/plugin-core": "0.
|
|
58
|
-
"@hot-updater/core": "0.
|
|
56
|
+
"@hot-updater/console": "0.20.0-rc.0",
|
|
57
|
+
"@hot-updater/plugin-core": "0.20.0-rc.0",
|
|
58
|
+
"@hot-updater/core": "0.20.0-rc.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"fast-xml-parser": "^5.2.3",
|
|
@@ -86,16 +86,16 @@
|
|
|
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.
|
|
90
|
-
"@hot-updater/cloudflare": "0.
|
|
91
|
-
"@hot-updater/firebase": "0.
|
|
92
|
-
"@hot-updater/supabase": "0.
|
|
89
|
+
"@hot-updater/aws": "0.20.0-rc.0",
|
|
90
|
+
"@hot-updater/cloudflare": "0.20.0-rc.0",
|
|
91
|
+
"@hot-updater/firebase": "0.20.0-rc.0",
|
|
92
|
+
"@hot-updater/supabase": "0.20.0-rc.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@hot-updater/aws": "
|
|
96
|
-
"@hot-updater/cloudflare": "
|
|
97
|
-
"@hot-updater/firebase": "
|
|
98
|
-
"@hot-updater/supabase": "
|
|
95
|
+
"@hot-updater/aws": "0.20.0-rc.0",
|
|
96
|
+
"@hot-updater/cloudflare": "0.20.0-rc.0",
|
|
97
|
+
"@hot-updater/firebase": "0.20.0-rc.0",
|
|
98
|
+
"@hot-updater/supabase": "0.20.0-rc.0"
|
|
99
99
|
},
|
|
100
100
|
"peerDependenciesMeta": {
|
|
101
101
|
"@hot-updater/supabase": {
|