@stylexswc/nextjs-plugin 0.10.5 → 0.10.6

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 +0 -9
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,15 +4,6 @@ Next.js plugin for an unofficial
4
4
  [`napi-rs`](https://github.com/dwlad90/stylex-swc-plugin/tree/develop/crates/stylex-rs-compiler)
5
5
  compiler that includes the StyleX SWC code transformation under the hood.
6
6
 
7
- ## Breaking Changes in v0.5.0
8
-
9
- > [!IMPORTANT]
10
- > The plugin API has been updated since version
11
- > [0.5.0](https://www.npmjs.com/package/@stylexswc/swc-plugin/v/0.5.0). If
12
- > you're upgrading from an earlier version, please note that the configuration
13
- > options have changed. See the [Plugin Options](#plugin-options) section for
14
- > the updated API.
15
-
16
7
  ## Overview
17
8
 
18
9
  This package combines two solutions to enhance your Next.js development
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.10.5",
4
+ "version": "0.10.6",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -18,16 +18,16 @@
18
18
  }
19
19
  },
20
20
  "dependencies": {
21
- "@stylexswc/rs-compiler": "0.10.5",
22
- "@stylexswc/webpack-plugin": "0.10.5"
21
+ "@stylexswc/rs-compiler": "0.10.6",
22
+ "@stylexswc/webpack-plugin": "0.10.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/types": "^7.28.2",
26
- "@stylexswc/eslint-config": "0.10.5",
27
- "@stylexswc/typescript-config": "0.10.5",
26
+ "@stylexswc/eslint-config": "0.10.6",
27
+ "@stylexswc/typescript-config": "0.10.6",
28
28
  "@types/babel__core": "^7.20.5",
29
29
  "@types/node": "^24.1.0",
30
- "next": "^15.4.5",
30
+ "next": "^15.4.7",
31
31
  "postcss": "^8.5.6",
32
32
  "react": "^19.1.1",
33
33
  "react-dom": "^19.1.1",