@stylexswc/unplugin 0.4.2-rc.2 → 0.4.2

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/unplugin",
3
3
  "type": "module",
4
- "version": "0.4.2-rc.2",
4
+ "version": "0.4.2",
5
5
  "description": "Unplugin for StyleX RS compiler",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -128,7 +128,7 @@
128
128
  },
129
129
  "dependencies": {
130
130
  "@stylexjs/babel-plugin": "^0.9.3",
131
- "@stylexswc/rs-compiler": "0.4.2-rc.2",
131
+ "@stylexswc/rs-compiler": "0.4.2",
132
132
  "unplugin": "^1.12.2",
133
133
  "vite": "^5.4.10",
134
134
  "vite-plugin-inspect": "^0.8.7"
@@ -156,7 +156,8 @@
156
156
  "lint": "eslint .",
157
157
  "play": "pnpm -C playground run dev",
158
158
  "start": "esno src/index.ts",
159
- "test": "vitest",
159
+ "test": "vitest --run",
160
+ "test:watch": "vitest",
160
161
  "test:update": "vitest -u",
161
162
  "test:cov": "vitest --coverage"
162
163
  }