expo-brownfield 56.0.20 → 57.0.0
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/cli/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/plugin/tsconfig.tsbuildinfo +1 -1
- package/prebuilds/output/debug/xcframeworks/ExpoBrownfield.tar.gz +0 -0
- package/prebuilds/output/release/xcframeworks/ExpoBrownfield.tar.gz +0 -0
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 = '
|
|
7
|
+
version = '57.0.0'
|
|
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 '
|
|
17
|
+
versionName '57.0.0'
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
package/cli/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/index.ts","./src/commands/build-android.ts","./src/commands/build-ios.ts","./src/commands/index.ts","./src/commands/
|
|
1
|
+
{"root":["./src/index.ts","./src/commands/build-android.ts","./src/commands/build-ios.ts","./src/commands/index.ts","./src/commands/mangle.ts","./src/commands/tasks-android.ts","./src/utils/android.ts","./src/utils/config.ts","./src/utils/constants.ts","./src/utils/error.ts","./src/utils/index.ts","./src/utils/ios.ts","./src/utils/mangle.ts","./src/utils/prebuild.ts","./src/utils/precompiled.ts","./src/utils/spinner.ts","./src/utils/types.ts"],"version":"6.0.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-brownfield",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "57.0.0",
|
|
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",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"preset": "expo-module-scripts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@expo/env": "~2.
|
|
39
|
+
"@expo/env": "~2.4.0",
|
|
40
40
|
"@expo/spawn-async": "^1.8.0",
|
|
41
41
|
"chalk": "^4.1.2",
|
|
42
42
|
"commander": "^14.0.3",
|
|
43
43
|
"diff": "^5.2.0",
|
|
44
|
-
"expo-build-properties": "~
|
|
45
|
-
"expo-manifests": "~
|
|
44
|
+
"expo-build-properties": "~57.0.0",
|
|
45
|
+
"expo-manifests": "~57.0.0",
|
|
46
46
|
"ora": "^5.4.1",
|
|
47
47
|
"prompts": "^2.4.2"
|
|
48
48
|
},
|
|
@@ -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
|
-
"expo": "
|
|
57
|
-
"expo
|
|
58
|
-
"
|
|
56
|
+
"create-expo": "5.0.0",
|
|
57
|
+
"expo": "57.0.0-preview.0",
|
|
58
|
+
"expo-module-scripts": "56.0.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"expo": "*",
|
|
62
62
|
"react": "*"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "expo-module build",
|
|
67
67
|
"build:shared": "expo-module build shared",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/index.ts","./src/types.ts","./src/android/index.ts","./src/android/types.ts","./src/android/withandroidplugin.ts","./src/android/plugins/index.ts","./src/android/plugins/withgradlepropertiesplugin.ts","./src/android/plugins/withprojectbuildgradleplugin.ts","./src/android/plugins/withprojectfilesplugin.ts","./src/android/plugins/withsettingsgradleplugin.ts","./src/android/utils/filesystem.ts","./src/android/utils/index.ts","./src/android/utils/props.ts","./src/android/utils/repositories.ts","./src/common/filesystem.ts","./src/common/index.ts","./src/common/types.ts","./src/common/utils.ts","./src/common/plugins/index.ts","./src/common/plugins/withdevlauncherwarning.ts","./src/ios/index.ts","./src/ios/types.ts","./src/ios/withiosplugin.ts","./src/ios/plugins/index.ts","./src/ios/plugins/withbuildpropertiesplugin.ts","./src/ios/plugins/withpodfileplugin.ts","./src/ios/plugins/withpodfilepropertiesplugin.ts","./src/ios/plugins/withxcodeprojectplugin.ts","./src/ios/utils/constants.ts","./src/ios/utils/filesystem.ts","./src/ios/utils/index.ts","./src/ios/utils/podfile.ts","./src/ios/utils/project.ts","./src/ios/utils/props.ts"],"version":"
|
|
1
|
+
{"root":["./src/index.ts","./src/types.ts","./src/withbrownfield.ts","./src/android/index.ts","./src/android/types.ts","./src/android/withandroidplugin.ts","./src/android/plugins/index.ts","./src/android/plugins/withgradlepropertiesplugin.ts","./src/android/plugins/withprojectbuildgradleplugin.ts","./src/android/plugins/withprojectfilesplugin.ts","./src/android/plugins/withsettingsgradleplugin.ts","./src/android/utils/filesystem.ts","./src/android/utils/index.ts","./src/android/utils/props.ts","./src/android/utils/repositories.ts","./src/android/utils/validation.ts","./src/common/filesystem.ts","./src/common/index.ts","./src/common/types.ts","./src/common/utils.ts","./src/common/plugins/index.ts","./src/common/plugins/withdevlauncherwarning.ts","./src/ios/index.ts","./src/ios/types.ts","./src/ios/withiosplugin.ts","./src/ios/plugins/index.ts","./src/ios/plugins/withbuildpropertiesplugin.ts","./src/ios/plugins/withpodfileplugin.ts","./src/ios/plugins/withpodfilepropertiesplugin.ts","./src/ios/plugins/withxcodeprojectplugin.ts","./src/ios/utils/constants.ts","./src/ios/utils/filesystem.ts","./src/ios/utils/index.ts","./src/ios/utils/podfile.ts","./src/ios/utils/project.ts","./src/ios/utils/props.ts"],"version":"6.0.3"}
|
|
Binary file
|
|
Binary file
|