@stylexswc/nextjs-plugin 0.13.0-rc.1 → 0.13.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.
package/README.md CHANGED
@@ -105,7 +105,6 @@ export default withStylexTurbopack({
105
105
  > - `nextjsMode`
106
106
  > - `transformCss`
107
107
  > - `extractCSS`
108
- > - `transformer`
109
108
 
110
109
  ## Plugin Options
111
110
 
@@ -1,5 +1,5 @@
1
1
  import type { NextConfig } from 'next/dist/server/config-shared';
2
2
  import type { StyleXPluginOption } from '@stylexswc/webpack-plugin';
3
- declare const withStyleX: (pluginOptions?: Omit<StyleXPluginOption, "useCSSLayers" | "nextjsMode" | "transformCss" | "extractCSS" | "transformer">) => (nextConfig?: NextConfig) => NextConfig;
3
+ declare const withStyleX: (pluginOptions?: Omit<StyleXPluginOption, "useCSSLayers" | "nextjsMode" | "transformCss" | "extractCSS">) => (nextConfig?: NextConfig) => NextConfig;
4
4
  export default withStyleX;
5
5
  //# sourceMappingURL=turbopack.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"turbopack.d.ts","sourceRoot":"","sources":["../src/turbopack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,QAAA,MAAM,UAAU,GAEZ,gBAAgB,IAAI,CAClB,kBAAkB,EAClB,cAAc,GAAG,YAAY,GAAG,cAAc,GAAG,YAAY,GAAG,aAAa,CAC9E,MAEF,aAAY,UAAe,KAAG,UA+B9B,CAAC;AAEJ,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"turbopack.d.ts","sourceRoot":"","sources":["../src/turbopack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,gCAAgC,CAAC;AACtF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,QAAA,MAAM,UAAU,GAEZ,gBAAgB,IAAI,CAClB,kBAAkB,EAClB,cAAc,GAAG,YAAY,GAAG,cAAc,GAAG,YAAY,CAC9D,MAEF,aAAY,UAAe,KAAG,UA+B9B,CAAC;AAEJ,eAAe,UAAU,CAAC"}
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.13.0-rc.1",
4
+ "version": "0.13.0-rc.2",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -31,14 +31,14 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@stylexswc/rs-compiler": "0.13.0-rc.1",
35
- "@stylexswc/turbopack-plugin": "0.13.0-rc.1",
36
- "@stylexswc/webpack-plugin": "0.13.0-rc.1"
34
+ "@stylexswc/rs-compiler": "0.13.0-rc.2",
35
+ "@stylexswc/turbopack-plugin": "0.13.0-rc.2",
36
+ "@stylexswc/webpack-plugin": "0.13.0-rc.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/types": "^7.28.4",
40
- "@stylexswc/eslint-config": "0.13.0-rc.1",
41
- "@stylexswc/typescript-config": "0.13.0-rc.1",
40
+ "@stylexswc/eslint-config": "0.13.0-rc.2",
41
+ "@stylexswc/typescript-config": "0.13.0-rc.2",
42
42
  "@types/babel__core": "^7.20.5",
43
43
  "@types/node": "^24.7.2",
44
44
  "next": "^16.0.0",