@stylexswc/unplugin 0.16.4 → 0.16.5-rc.1
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/unplugin",
|
|
3
3
|
"description": "Unplugin for StyleX RS compiler",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.5-rc.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@stylexjs/babel-plugin": "^0.18.3",
|
|
77
|
-
"@stylexswc/rs-compiler": "0.16.
|
|
77
|
+
"@stylexswc/rs-compiler": "0.16.5-rc.1",
|
|
78
78
|
"unplugin": "^3.0.0",
|
|
79
79
|
"vite": "^8.0.16"
|
|
80
80
|
},
|
|
@@ -159,7 +159,8 @@
|
|
|
159
159
|
"play": "pnpm -C playground run dev",
|
|
160
160
|
"postbuild": "pnpm run check:artifacts",
|
|
161
161
|
"start": "esno src/index.ts",
|
|
162
|
-
"test": "vitest",
|
|
162
|
+
"test": "vitest run",
|
|
163
|
+
"test:watch": "vitest --watch",
|
|
163
164
|
"typecheck": "scripty --ts"
|
|
164
165
|
}
|
|
165
166
|
}
|