@hot-updater/plugin-core 0.19.10 → 0.20.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/index.cjs +1 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -29646,6 +29646,7 @@ export default defineConfig({
|
|
|
29646
29646
|
build: ${buildConfigString},
|
|
29647
29647
|
storage: ${this.storageInfo.configString},
|
|
29648
29648
|
database: ${this.databaseInfo.configString},
|
|
29649
|
+
updateStrategy: "fingerprint",
|
|
29649
29650
|
});
|
|
29650
29651
|
`.trim();
|
|
29651
29652
|
}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -29648,6 +29648,7 @@ export default defineConfig({
|
|
|
29648
29648
|
build: ${buildConfigString},
|
|
29649
29649
|
storage: ${this.storageInfo.configString},
|
|
29650
29650
|
database: ${this.databaseInfo.configString},
|
|
29651
|
+
updateStrategy: "fingerprint",
|
|
29651
29652
|
});
|
|
29652
29653
|
`.trim();
|
|
29653
29654
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
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.82.1",
|
|
48
|
-
"@hot-updater/core": "0.
|
|
48
|
+
"@hot-updater/core": "0.20.0"
|
|
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.
|
|
58
|
+
"@hot-updater/plugin-core": "0.20.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsdown",
|