rn-update-cli 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 +9 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rn-update-cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "CLI for React Native OTA updates: register apps, build and publish Android, iOS, and HarmonyOS artifacts, manage release channels, and symbolicate stacks.",
|
|
5
5
|
"main": "lib/exports.js",
|
|
6
6
|
"types": "lib/exports.d.ts",
|
|
7
7
|
"bin": {
|
|
@@ -49,9 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"react-native",
|
|
52
|
+
"ota",
|
|
53
|
+
"over-the-air",
|
|
54
|
+
"hot-update",
|
|
55
|
+
"release",
|
|
56
|
+
"cli",
|
|
52
57
|
"ios",
|
|
53
58
|
"android",
|
|
54
59
|
"harmony",
|
|
60
|
+
"harmonyos",
|
|
61
|
+
"symbolicate",
|
|
55
62
|
"update"
|
|
56
63
|
],
|
|
57
64
|
"author": "Yoghourt Technology(BeiJing) Company Limited",
|