@usemotif/compiler-metro 1.4.0 → 1.5.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @usemotif/compiler-metro
|
|
2
2
|
|
|
3
|
-
> Metro plugin for React Native
|
|
3
|
+
> Metro plugin for React Native - runs `@usemotif/compiler-babel` inside the Metro pipeline so compile-time style-prop extraction works under Expo and bare React Native.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usemotif/compiler-metro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Metro transformer for motif-js static style extraction in React Native.",
|
|
5
5
|
"homepage": "https://github.com/foo-stack/usemotif/tree/main/packages/compiler-metro#readme",
|
|
6
6
|
"bugs": "https://github.com/foo-stack/usemotif/issues",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/core": "^7.29.0",
|
|
44
|
-
"@usemotif/compiler-babel": "1.
|
|
44
|
+
"@usemotif/compiler-babel": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/babel__core": "^7.20.5",
|