@hot-updater/plugin-core 0.21.6 → 0.21.7
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -199,9 +199,9 @@ type ConfigInput = {
|
|
|
199
199
|
* The strategy used to update the app.
|
|
200
200
|
*
|
|
201
201
|
* If `fingerprint`, the bundle will be updated if the fingerprint of the app is changed.
|
|
202
|
-
* @docs https://hot-updater.dev/
|
|
202
|
+
* @docs https://hot-updater.dev/docs/guides/update-strategies/fingerprint
|
|
203
203
|
* If `appVersion`, the bundle will be updated if the target app version is valid.
|
|
204
|
-
* @docs https://hot-updater.dev/
|
|
204
|
+
* @docs https://hot-updater.dev/docs/guides/update-strategies/app-version
|
|
205
205
|
*
|
|
206
206
|
* @default "appVersion"
|
|
207
207
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -199,9 +199,9 @@ type ConfigInput = {
|
|
|
199
199
|
* The strategy used to update the app.
|
|
200
200
|
*
|
|
201
201
|
* If `fingerprint`, the bundle will be updated if the fingerprint of the app is changed.
|
|
202
|
-
* @docs https://hot-updater.dev/
|
|
202
|
+
* @docs https://hot-updater.dev/docs/guides/update-strategies/fingerprint
|
|
203
203
|
* If `appVersion`, the bundle will be updated if the target app version is valid.
|
|
204
|
-
* @docs https://hot-updater.dev/
|
|
204
|
+
* @docs https://hot-updater.dev/docs/guides/update-strategies/app-version
|
|
205
205
|
*
|
|
206
206
|
* @default "appVersion"
|
|
207
207
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"oxc-transform": "0.82.1",
|
|
47
47
|
"semver": "^7.7.2",
|
|
48
48
|
"tar": "^7.5.1",
|
|
49
|
-
"@hot-updater/core": "0.21.
|
|
49
|
+
"@hot-updater/core": "0.21.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^20",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"picocolors": "1.1.1",
|
|
58
58
|
"typescript": "5.8.2",
|
|
59
59
|
"workspace-tools": "^0.36.4",
|
|
60
|
-
"@hot-updater/plugin-core": "0.21.
|
|
61
|
-
"@hot-updater/test-utils": "0.21.
|
|
60
|
+
"@hot-updater/plugin-core": "0.21.7",
|
|
61
|
+
"@hot-updater/test-utils": "0.21.7"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "tsdown",
|