@stylexswc/nextjs-plugin 0.3.1 → 0.4.0-rc.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -76,4 +76,4 @@ module.exports = stylexPlugin({
76
76
  ## Documentation
77
77
 
78
78
  * [StyleX Documentation](https://stylexjs.com)
79
- * [SWC plugin for StyleX](https://github.com/Dwlad90/stylex-swc-plugin/tree/master/packages/swc-plugin)
79
+ * [NAPI-RS compiler for StyleX](https://github.com/Dwlad90/stylex-swc-plugin/tree/master/crates/stylex-rs-compiler)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/nextjs-plugin",
3
3
  "description": "Stylex NextJS plugin with NAPI-RS compiler",
4
- "version": "0.3.1",
4
+ "version": "0.4.0-rc.2",
5
5
  "config": {
6
6
  "scripty": {
7
7
  "path": "../../scripts/packages"
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@babel/types": "^7.23.9",
15
+ "@stylexswc/eslint-config": "0.4.0-rc.2",
16
+ "@stylexswc/rs-compiler": "0.4.0-rc.2",
17
+ "@stylexswc/typescript-config": "0.4.0-rc.2",
15
18
  "@types/babel__core": "^7.20.5",
16
19
  "@types/node": "^20.12.11",
17
20
  "next": "^14.0.1",
18
21
  "react": "^18.2.0",
19
22
  "react-dom": "^18.2.0",
20
- "webpack": "^5.88.2",
21
- "@stylexswc/eslint-config": "0.3.1",
22
- "@stylexswc/rs-compiler": "0.3.1",
23
- "@stylexswc/typescript-config": "0.3.1"
23
+ "webpack": "^5.88.2"
24
24
  },
25
25
  "files": [
26
26
  "dist"