@hot-updater/plugin-core 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/index.d.cts +10 -0
- package/dist/index.d.ts +10 -0
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -94,8 +94,18 @@ type ConfigInput = {
|
|
|
94
94
|
* The fingerprint configuration.
|
|
95
95
|
*/
|
|
96
96
|
fingerprint?: {
|
|
97
|
+
/**
|
|
98
|
+
* The extra sources to be included in the fingerprint.
|
|
99
|
+
*/
|
|
97
100
|
extraSources?: string[];
|
|
101
|
+
/**
|
|
102
|
+
* The paths to be ignored in the fingerprint.
|
|
103
|
+
*/
|
|
98
104
|
ignorePaths?: string[];
|
|
105
|
+
/**
|
|
106
|
+
* When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
|
|
107
|
+
*/
|
|
108
|
+
debug?: boolean;
|
|
99
109
|
};
|
|
100
110
|
console?: {
|
|
101
111
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -94,8 +94,18 @@ type ConfigInput = {
|
|
|
94
94
|
* The fingerprint configuration.
|
|
95
95
|
*/
|
|
96
96
|
fingerprint?: {
|
|
97
|
+
/**
|
|
98
|
+
* The extra sources to be included in the fingerprint.
|
|
99
|
+
*/
|
|
97
100
|
extraSources?: string[];
|
|
101
|
+
/**
|
|
102
|
+
* The paths to be ignored in the fingerprint.
|
|
103
|
+
*/
|
|
98
104
|
ignorePaths?: string[];
|
|
105
|
+
/**
|
|
106
|
+
* When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
|
|
107
|
+
*/
|
|
108
|
+
debug?: boolean;
|
|
99
109
|
};
|
|
100
110
|
console?: {
|
|
101
111
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"cosmiconfig": "9.0.0",
|
|
46
46
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
47
47
|
"oxc-transform": "0.72.0",
|
|
48
|
-
"@hot-updater/core": "0.19.
|
|
48
|
+
"@hot-updater/core": "0.19.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^22.7.5",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"picocolors": "^1.0.0",
|
|
56
56
|
"typescript": "5.8.2",
|
|
57
57
|
"workspace-tools": "^0.36.4",
|
|
58
|
-
"@hot-updater/plugin-core": "0.19.
|
|
58
|
+
"@hot-updater/plugin-core": "0.19.3"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsdown",
|