@rs-x/react-components 1.0.2 → 2.0.0-next.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rs-x/react-components",
3
- "version": "1.0.2",
3
+ "version": "2.0.0-next.10",
4
4
  "description": "React extension for the RS-X framework with hooks to bind RS-X expressions to React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,9 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "monaco-editor": "^0.55.1",
37
- "@rs-x/state-manager": "1.0.2",
38
- "@rs-x/expression-parser": "1.0.2",
39
- "@rs-x/core": "1.0.2"
37
+ "@rs-x/compiler": "2.0.0-next.10",
38
+ "@rs-x/core": "2.0.0-next.10",
39
+ "@rs-x/expression-parser": "2.0.0-next.10",
40
+ "@rs-x/state-manager": "2.0.0-next.10"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@testing-library/react": "^16.3.2",
@@ -67,7 +68,7 @@
67
68
  "hooks"
68
69
  ],
69
70
  "scripts": {
70
- "build": "tsup src/index.ts --format esm --dts --external react react-dom --tsconfig tsconfig.build.json",
71
+ "build": "cross-env TSUP_DISABLE_SWC=1 tsup src/index.ts --format esm --dts --external react react-dom --tsconfig tsconfig.build.json",
71
72
  "test": "vitest",
72
73
  "clean": "rimraf dist"
73
74
  }