@stylexswc/rs-compiler 0.10.1 → 0.10.2-rc.1

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/dist/index.d.ts +1 -0
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -33,6 +33,7 @@ export interface StyleXOptions {
33
33
  treeshakeCompensation?: boolean
34
34
  enableInlinedConditionalMerge?: boolean
35
35
  enableLogicalStylesPolyfill?: boolean
36
+ enableLegacyValueFlipping?: boolean
36
37
  dev?: boolean
37
38
  test?: boolean
38
39
  debug?: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/rs-compiler",
3
3
  "description": "NAPI-RS compiler for transform StyleX code",
4
- "version": "0.10.1",
4
+ "version": "0.10.2-rc.1",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "files": [
@@ -23,7 +23,7 @@
23
23
  "@napi-rs/cli": "^2.18.4",
24
24
  "@stylexjs/open-props": "^0.11.1",
25
25
  "@stylexjs/stylex": "^0.14.1",
26
- "@stylexswc/shared": "0.10.1",
26
+ "@stylexswc/shared": "0.10.2-rc.1",
27
27
  "@swc-node/register": "^1.10.10",
28
28
  "@swc/core": "^1.12.9",
29
29
  "@taplo/cli": "^0.7.0",
@@ -79,12 +79,12 @@
79
79
  },
80
80
  "repository": "https://github.com/Dwlad90/stylex-swc-plugin",
81
81
  "optionalDependencies": {
82
- "@stylexswc/rs-compiler-win32-x64-msvc": "0.10.1",
83
- "@stylexswc/rs-compiler-darwin-x64": "0.10.1",
84
- "@stylexswc/rs-compiler-linux-x64-gnu": "0.10.1",
85
- "@stylexswc/rs-compiler-darwin-arm64": "0.10.1",
86
- "@stylexswc/rs-compiler-linux-arm64-gnu": "0.10.1",
87
- "@stylexswc/rs-compiler-linux-x64-musl": "0.10.1"
82
+ "@stylexswc/rs-compiler-win32-x64-msvc": "0.10.2-rc.1",
83
+ "@stylexswc/rs-compiler-darwin-x64": "0.10.2-rc.1",
84
+ "@stylexswc/rs-compiler-linux-x64-gnu": "0.10.2-rc.1",
85
+ "@stylexswc/rs-compiler-darwin-arm64": "0.10.2-rc.1",
86
+ "@stylexswc/rs-compiler-linux-arm64-gnu": "0.10.2-rc.1",
87
+ "@stylexswc/rs-compiler-linux-x64-musl": "0.10.2-rc.1"
88
88
  },
89
89
  "scripts": {
90
90
  "artifacts": "napi artifacts",