@stylexswc/nextjs-plugin 0.2.2 → 0.2.4

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 +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # SWC Stylex plugin for Next.js
2
2
 
3
3
  Next.js plugin for an unofficial
4
- [`StyleX SWC`](https://github.com/dwlad90/stylex-swc-plugin/tree/master/packages/swc-plugin)
4
+ [`StyleX SWC`](https://github.com/dwlad90/stylex-swc-plugin/tree/master/crates/stylex-swc-plugin)
5
5
  plugin.
6
6
 
7
7
  ## Why SWC instead of Babel
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/nextjs-plugin",
3
3
  "description": "Stylex NextJS plugin with swc plugin",
4
- "version": "0.2.2",
4
+ "version": "0.2.4",
5
5
  "config": {
6
6
  "scripty": {
7
7
  "path": "../../scripts/packages"
@@ -15,8 +15,8 @@
15
15
  "react": "^18.2.0",
16
16
  "react-dom": "^18.2.0",
17
17
  "webpack": "^5.88.2",
18
- "@stylexswc/eslint-config": "0.1.0",
19
- "@stylexswc/typescript-config": "0.1.0"
18
+ "@stylexswc/eslint-config": "0.2.4",
19
+ "@stylexswc/typescript-config": "0.2.4"
20
20
  },
21
21
  "files": [
22
22
  "dist"