@hot-updater/plugin-core 0.20.7 → 0.20.9
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/index.cjs +1 -4
- package/dist/index.d.cts +1 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.js +1 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -16398,10 +16398,7 @@ const getDefaultConfig = () => {
|
|
|
16398
16398
|
return {
|
|
16399
16399
|
releaseChannel: "production",
|
|
16400
16400
|
updateStrategy: "appVersion",
|
|
16401
|
-
fingerprint: {
|
|
16402
|
-
extraSources: [],
|
|
16403
|
-
ignorePaths: []
|
|
16404
|
-
},
|
|
16401
|
+
fingerprint: { extraSources: [] },
|
|
16405
16402
|
console: { port: 1422 },
|
|
16406
16403
|
platform: getDefaultPlatformConfig(),
|
|
16407
16404
|
nativeBuild: { android: {
|
package/dist/index.d.cts
CHANGED
|
@@ -172,12 +172,9 @@ type ConfigInput = {
|
|
|
172
172
|
fingerprint?: {
|
|
173
173
|
/**
|
|
174
174
|
* The extra sources to be included in the fingerprint.
|
|
175
|
+
* @example ["resources/**", ".gitignore"]
|
|
175
176
|
*/
|
|
176
177
|
extraSources?: string[];
|
|
177
|
-
/**
|
|
178
|
-
* The paths to be ignored in the fingerprint.
|
|
179
|
-
*/
|
|
180
|
-
ignorePaths?: string[];
|
|
181
178
|
/**
|
|
182
179
|
* When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
|
|
183
180
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -172,12 +172,9 @@ type ConfigInput = {
|
|
|
172
172
|
fingerprint?: {
|
|
173
173
|
/**
|
|
174
174
|
* The extra sources to be included in the fingerprint.
|
|
175
|
+
* @example ["resources/**", ".gitignore"]
|
|
175
176
|
*/
|
|
176
177
|
extraSources?: string[];
|
|
177
|
-
/**
|
|
178
|
-
* The paths to be ignored in the fingerprint.
|
|
179
|
-
*/
|
|
180
|
-
ignorePaths?: string[];
|
|
181
178
|
/**
|
|
182
179
|
* When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
|
|
183
180
|
*/
|
package/dist/index.js
CHANGED
|
@@ -16400,10 +16400,7 @@ const getDefaultConfig = () => {
|
|
|
16400
16400
|
return {
|
|
16401
16401
|
releaseChannel: "production",
|
|
16402
16402
|
updateStrategy: "appVersion",
|
|
16403
|
-
fingerprint: {
|
|
16404
|
-
extraSources: [],
|
|
16405
|
-
ignorePaths: []
|
|
16406
|
-
},
|
|
16403
|
+
fingerprint: { extraSources: [] },
|
|
16407
16404
|
console: { port: 1422 },
|
|
16408
16405
|
platform: getDefaultPlatformConfig(),
|
|
16409
16406
|
nativeBuild: { android: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"fast-glob": "3.3.3",
|
|
48
48
|
"oxc-transform": "0.82.1",
|
|
49
49
|
"semver": "^7.7.2",
|
|
50
|
-
"@hot-updater/core": "0.20.
|
|
50
|
+
"@hot-updater/core": "0.20.9"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^20",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"picocolors": "1.1.1",
|
|
59
59
|
"typescript": "5.8.2",
|
|
60
60
|
"workspace-tools": "^0.36.4",
|
|
61
|
-
"@hot-updater/plugin-core": "0.20.
|
|
61
|
+
"@hot-updater/plugin-core": "0.20.9"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "tsdown",
|