@expo/metro-config 55.0.18 → 55.0.20
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.
|
@@ -142,7 +142,7 @@ plugins, }) => {
|
|
|
142
142
|
}
|
|
143
143
|
finally {
|
|
144
144
|
// Restore the old process.env.BABEL_ENV
|
|
145
|
-
if (OLD_BABEL_ENV
|
|
145
|
+
if (OLD_BABEL_ENV == null) {
|
|
146
146
|
// We have to treat this as a special case because writing undefined to
|
|
147
147
|
// an environment variable coerces it to the string 'undefined'. To
|
|
148
148
|
// unset it, we must delete it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/metro-config",
|
|
3
|
-
"version": "55.0.
|
|
3
|
+
"version": "55.0.20",
|
|
4
4
|
"description": "A Metro config for running React Native projects with the Metro bundler",
|
|
5
5
|
"main": "build/ExpoMetroConfig.js",
|
|
6
6
|
"types": "build/ExpoMetroConfig.d.ts",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@babel/code-frame": "^7.20.0",
|
|
38
38
|
"@babel/core": "^7.20.0",
|
|
39
39
|
"@babel/generator": "^7.20.5",
|
|
40
|
-
"@expo/config": "~55.0.
|
|
40
|
+
"@expo/config": "~55.0.16",
|
|
41
41
|
"@expo/metro": "~55.1.1",
|
|
42
|
-
"@expo/env": "~2.1.
|
|
43
|
-
"@expo/json-file": "~10.0.
|
|
42
|
+
"@expo/env": "~2.1.2",
|
|
43
|
+
"@expo/json-file": "~10.0.14",
|
|
44
44
|
"@expo/spawn-async": "^1.7.2",
|
|
45
45
|
"browserslist": "^4.25.0",
|
|
46
46
|
"chalk": "^4.1.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "7c081282cf88968f81732feb67a71840e769a40f"
|
|
77
77
|
}
|