@expo/log-box 55.0.4 → 55.0.5
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/CHANGELOG.md +4 -0
- package/android/build.gradle +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/android/build.gradle
CHANGED
|
@@ -6,7 +6,7 @@ plugins {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
group = 'host.exp.exponent'
|
|
9
|
-
version = '55.0.
|
|
9
|
+
version = '55.0.5'
|
|
10
10
|
|
|
11
11
|
expoModule {
|
|
12
12
|
canBePublished false
|
|
@@ -18,7 +18,7 @@ android {
|
|
|
18
18
|
namespace "expo.modules.logbox"
|
|
19
19
|
defaultConfig {
|
|
20
20
|
versionCode 1
|
|
21
|
-
versionName "55.0.
|
|
21
|
+
versionName "55.0.5"
|
|
22
22
|
buildConfigField "boolean", "EXPO_UNSTABLE_LOG_BOX", isEnabled ? "true" : "false"
|
|
23
23
|
}
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/log-box",
|
|
3
|
-
"version": "55.0.
|
|
3
|
+
"version": "55.0.5",
|
|
4
4
|
"main": "app/index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "expo start",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"export:web": "expo export -p web --no-minify"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@expo/dom-webview": "55.0.2",
|
|
22
|
+
"@expo/dom-webview": "^55.0.2",
|
|
23
23
|
"anser": "^1.4.9",
|
|
24
24
|
"stacktrace-parser": "^0.1.10"
|
|
25
25
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"author": "Expo",
|
|
46
46
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/log-box",
|
|
47
47
|
"description": "Error overlay for universal Expo apps.",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "feb52bad4c6c47d4c010248e74265eb3d9873371"
|
|
49
49
|
}
|