react-native-3rddigital-appupdate 1.0.23 → 1.0.24
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-3rddigital-appupdate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "A React Native library for seamless over-the-air (OTA) updates with version checks, automatic bundle download, and customizable user prompts for iOS and Android.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
"axios": "^1.12.2",
|
|
163
163
|
"dotenv": "^17.3.1",
|
|
164
164
|
"form-data": "^4.0.4",
|
|
165
|
-
"react-native-blob-util": "^0.
|
|
166
|
-
"react-native-device-info": "^
|
|
167
|
-
"react-native-ota-hot-update": "^2.3
|
|
165
|
+
"react-native-blob-util": "^0.24.7",
|
|
166
|
+
"react-native-device-info": "^15.0.2",
|
|
167
|
+
"react-native-ota-hot-update": "^2.4.3",
|
|
168
168
|
"uuid": "^13.0.0"
|
|
169
169
|
},
|
|
170
170
|
"bin": {
|