babel-preset-expo 11.0.9 → 11.1.0-canary-20240625-2333e70
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.
|
@@ -101,10 +101,7 @@ function reactClientReferencesPlugin() {
|
|
|
101
101
|
path.pushContainer('body', core_1.template.ast(proxyModule.join('\n')));
|
|
102
102
|
assertExpoMetadata(state.file.metadata);
|
|
103
103
|
// Save the client reference in the metadata.
|
|
104
|
-
|
|
105
|
-
state.file.metadata.clientReferences ??= [];
|
|
106
|
-
}
|
|
107
|
-
state.file.metadata.clientReferences.push(outputKey);
|
|
104
|
+
state.file.metadata.reactClientReference = outputKey;
|
|
108
105
|
// Store the proxy export names for testing purposes.
|
|
109
106
|
state.file.metadata.proxyExports = [...proxyExports];
|
|
110
107
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-preset-expo",
|
|
3
|
-
"version": "11.0
|
|
3
|
+
"version": "11.1.0-canary-20240625-2333e70",
|
|
4
4
|
"description": "The Babel preset for Expo projects",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@babel/preset-typescript": "^7.23.0",
|
|
50
50
|
"@babel/preset-react": "^7.22.15",
|
|
51
51
|
"@react-native/babel-preset": "0.74.84",
|
|
52
|
-
"babel-plugin-react-compiler": "^0.0.0-experimental-
|
|
52
|
+
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
|
|
53
53
|
"babel-plugin-react-native-web": "~0.19.10",
|
|
54
54
|
"react-refresh": "^0.14.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@babel/core": "^7.20.0",
|
|
58
|
-
"expo-module-scripts": "
|
|
58
|
+
"expo-module-scripts": "3.6.0-canary-20240625-2333e70",
|
|
59
59
|
"jest": "^29.2.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "2333e70a4bd3ac91895402dac77ae8ae0ed25995"
|
|
62
62
|
}
|