yaver-cli 1.99.179 → 1.99.181
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 +1 -1
- package/sdk-manifest.json +8 -0
package/package.json
CHANGED
package/sdk-manifest.json
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"expo-speech": "14.0.8",
|
|
88
88
|
"expo-splash-screen": "31.0.13",
|
|
89
89
|
"expo-sqlite": "16.0.10",
|
|
90
|
+
"expo-status-bar": "3.0.9",
|
|
90
91
|
"expo-system-ui": "6.0.9",
|
|
91
92
|
"expo-task-manager": "14.0.9",
|
|
92
93
|
"expo-updates": "29.0.16",
|
|
@@ -516,6 +517,13 @@
|
|
|
516
517
|
"agentOpenInYaver": true,
|
|
517
518
|
"pluginEnabled": true
|
|
518
519
|
},
|
|
520
|
+
"expo-status-bar": {
|
|
521
|
+
"version": "3.0.9",
|
|
522
|
+
"hostApp": true,
|
|
523
|
+
"cliPush": true,
|
|
524
|
+
"agentOpenInYaver": true,
|
|
525
|
+
"pluginEnabled": false
|
|
526
|
+
},
|
|
519
527
|
"expo-system-ui": {
|
|
520
528
|
"version": "6.0.9",
|
|
521
529
|
"hostApp": true,
|