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 CHANGED
@@ -17,3 +17,8 @@ __rsc_tests__
17
17
  /android/src/androidTest/
18
18
  /android/src/test/
19
19
  /ios/Tests
20
+
21
+ # Exclude native build output (pnpm pack ignores nested .gitignore files)
22
+ .cxx/
23
+ .gradle/
24
+ /android/build/
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
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'expo.modules.brownfield'
7
- version = '58.0.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.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.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.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.0",
59
- "expo": "58.0.0-preview.0",
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": "c543a7181fc32e14f42d89550087b80ac5c490f2",
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",
@@ -1,2 +0,0 @@
1
- #Thu Jun 25 18:58:35 IST 2026
2
- gradle.version=9.3.1