babel-preset-expo 12.0.7 → 12.0.9
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.
|
@@ -84,7 +84,7 @@ function expoUseDomDirectivePlugin(api) {
|
|
|
84
84
|
];
|
|
85
85
|
if (isProduction) {
|
|
86
86
|
// MUST MATCH THE EXPORT COMMAND!
|
|
87
|
-
const hash = crypto_1.default.createHash('
|
|
87
|
+
const hash = crypto_1.default.createHash('md5').update(outputKey).digest('hex');
|
|
88
88
|
proxyModule.push(`const filePath = "${hash}.html";`);
|
|
89
89
|
}
|
|
90
90
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-preset-expo",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.9",
|
|
4
4
|
"description": "The Babel preset for Expo projects",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/core": "^7.20.0",
|
|
68
68
|
"babel-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017",
|
|
69
|
-
"expo-module-scripts": "^4.0.
|
|
69
|
+
"expo-module-scripts": "^4.0.4",
|
|
70
70
|
"jest": "^29.2.1",
|
|
71
71
|
"react-compiler-runtime": "^19.0.0-beta-8a03594-20241020"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "15c64d1689ba79ef11b73e06bb4fffa1e4b1c1d2"
|
|
74
74
|
}
|