expo-brownfield 58.0.0 → 58.0.2
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/.npmignore +5 -0
- package/CHANGELOG.md +8 -0
- package/android/build.gradle +2 -2
- package/package.json +5 -5
- package/prebuilds/output/debug/xcframeworks/ExpoBrownfield.tar.gz +0 -0
- package/prebuilds/output/release/xcframeworks/ExpoBrownfield.tar.gz +0 -0
- package/gradle-plugins/.gradle/9.3.1/executionHistory/executionHistory.bin +0 -0
- package/gradle-plugins/.gradle/9.3.1/executionHistory/executionHistory.lock +0 -0
- package/gradle-plugins/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/gradle-plugins/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/gradle-plugins/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/gradle-plugins/.gradle/file-system.probe +0 -0
package/.npmignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 58.0.2 — 2026-09-15
|
|
14
|
+
|
|
15
|
+
_This version does not introduce any user-facing changes._
|
|
16
|
+
|
|
17
|
+
## 58.0.1 — 2026-09-14
|
|
18
|
+
|
|
19
|
+
_This version does not introduce any user-facing changes._
|
|
20
|
+
|
|
13
21
|
## 58.0.0 — 2026-09-10
|
|
14
22
|
|
|
15
23
|
### 🎉 New features
|
package/android/build.gradle
CHANGED
|
@@ -4,7 +4,7 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'expo.modules.brownfield'
|
|
7
|
-
version = '58.0.
|
|
7
|
+
version = '58.0.2'
|
|
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 '58.0.
|
|
17
|
+
versionName '58.0.2'
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-brownfield",
|
|
3
|
-
"version": "58.0.
|
|
3
|
+
"version": "58.0.2",
|
|
4
4
|
"description": "Toolkit and APIs for adding brownfield setup to Expo projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"brownfield",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
44
|
"commander": "^14.0.3",
|
|
45
45
|
"diff": "^5.2.0",
|
|
46
|
-
"expo-build-properties": "~58.0.
|
|
46
|
+
"expo-build-properties": "~58.0.2",
|
|
47
47
|
"expo-manifests": "~58.0.0",
|
|
48
48
|
"ora": "^5.4.1",
|
|
49
49
|
"prompts": "^2.4.2"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@types/node": "^22.14.0",
|
|
56
56
|
"@types/prompts": "^2.0.6",
|
|
57
57
|
"@types/react": "~19.2.0",
|
|
58
|
-
"create-expo": "5.1.
|
|
59
|
-
"expo": "58.0.0-preview.
|
|
58
|
+
"create-expo": "5.1.2",
|
|
59
|
+
"expo": "58.0.0-preview.2",
|
|
60
60
|
"expo-module-scripts": "56.0.3",
|
|
61
61
|
"glob": "^13.0.6"
|
|
62
62
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react": "*",
|
|
66
66
|
"react-native": "*"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "313e67f5c9dfb16f9deca74a271cd1d4f33a6f82",
|
|
69
69
|
"scripts": {
|
|
70
70
|
"precompile-ios": "et prebuild-package-for-publish",
|
|
71
71
|
"build": "pnpm run build:lib && pnpm run build:plugin && pnpm run build:cli",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|