rn-update 1.0.0 → 1.0.1
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/package.json +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rn-update",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Production-ready React Native OTA updates for Android, iOS, and HarmonyOS with delta patches, resumable downloads, and release-safe installs.",
|
|
5
5
|
"main": "src/index",
|
|
6
6
|
"types": "src/index.ts",
|
|
7
7
|
"files": [
|
|
@@ -49,8 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"react-native",
|
|
52
|
+
"ota",
|
|
53
|
+
"over-the-air",
|
|
54
|
+
"hot-update",
|
|
55
|
+
"delta-update",
|
|
52
56
|
"ios",
|
|
53
57
|
"android",
|
|
58
|
+
"harmonyos",
|
|
59
|
+
"mobile-release",
|
|
54
60
|
"update"
|
|
55
61
|
],
|
|
56
62
|
"author": "Yoghourt Technology(BeiJing) Company Limited",
|