expo-brownfield 56.0.6 → 56.0.7
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
CHANGED
package/android/build.gradle
CHANGED
|
@@ -4,7 +4,7 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'expo.modules.brownfield'
|
|
7
|
-
version = '56.0.
|
|
7
|
+
version = '56.0.7'
|
|
8
8
|
|
|
9
9
|
expoModule {
|
|
10
10
|
canBePublished false
|
|
@@ -14,7 +14,7 @@ android {
|
|
|
14
14
|
namespace "expo.modules.brownfield"
|
|
15
15
|
defaultConfig {
|
|
16
16
|
versionCode 1
|
|
17
|
-
versionName '56.0.
|
|
17
|
+
versionName '56.0.7'
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-brownfield",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.7",
|
|
4
4
|
"description": "Toolkit and APIs for adding brownfield setup to Expo projects",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"chalk": "^4.1.2",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
42
|
"diff": "^5.2.0",
|
|
43
|
-
"expo-build-properties": "~56.0.
|
|
43
|
+
"expo-build-properties": "~56.0.7",
|
|
44
44
|
"expo-manifests": "~56.0.1",
|
|
45
45
|
"ora": "^5.4.1",
|
|
46
46
|
"prompts": "^2.4.2"
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"@types/prompts": "^2.0.6",
|
|
54
54
|
"@types/react": "~19.2.0",
|
|
55
55
|
"glob": "^13.0.6",
|
|
56
|
-
"create-expo": "3.7.3",
|
|
57
56
|
"expo-module-scripts": "56.0.2",
|
|
58
|
-
"expo": "56.0.0-preview.
|
|
57
|
+
"expo": "56.0.0-preview.10",
|
|
58
|
+
"create-expo": "3.8.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"expo": "*",
|
|
62
62
|
"react": "*"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "40f0a6f6711d93762e0506b37e6e077e4bd9a541",
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "expo-module build",
|
|
67
67
|
"clean": "expo-module clean",
|
|
Binary file
|
|
Binary file
|