babel-preset-expo 12.1.0-canary-20250219-4a5dade → 13.0.0-canary-20250303-4dba60e
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.
|
@@ -98,7 +98,7 @@ function expoUseDomDirectivePlugin(api) {
|
|
|
98
98
|
import React from 'react';
|
|
99
99
|
import { WebView } from 'expo/dom/internal';
|
|
100
100
|
${isProduction
|
|
101
|
-
? `const filePath = "${node_crypto_1.default.createHash('
|
|
101
|
+
? `const filePath = "${node_crypto_1.default.createHash('md5').update(outputKey).digest('hex')}.html";`
|
|
102
102
|
: `const filePath = "${fileBasename}?file=" + ${JSON.stringify(outputKey)};`}
|
|
103
103
|
const _Expo_DOMProxyComponent = React.forwardRef((props, ref) => {
|
|
104
104
|
return React.createElement(WebView, { ref, ...props, filePath });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-preset-expo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0-canary-20250303-4dba60e",
|
|
4
4
|
"description": "The Babel preset for Expo projects",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
56
56
|
"@babel/preset-react": "^7.22.15",
|
|
57
57
|
"@babel/preset-typescript": "^7.23.0",
|
|
58
|
-
"@react-native/babel-preset": "0.
|
|
58
|
+
"@react-native/babel-preset": "0.78.0",
|
|
59
59
|
"babel-plugin-react-native-web": "~0.19.13",
|
|
60
60
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
61
61
|
"babel-plugin-syntax-hermes-parser": "^0.25.1",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@babel/traverse": "^7.9.0",
|
|
81
81
|
"@babel/types": "^7.9.0",
|
|
82
82
|
"babel-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017",
|
|
83
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
83
|
+
"expo-module-scripts": "4.0.5-canary-20250303-4dba60e",
|
|
84
84
|
"jest": "^29.2.1",
|
|
85
85
|
"react-compiler-runtime": "^19.0.0-beta-8a03594-20241020"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "4dba60e10b5d44b453073aa4968e9dbf312dea6c"
|
|
88
88
|
}
|