@praxisui/visual-builder 9.0.0-beta.0 → 9.0.0-beta.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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -25,7 +25,7 @@ Visual rule builder for Praxis UI with JSON Logic as the canonical contract, con
25
25
  ## Installation
26
26
 
27
27
  ```bash
28
- npm install @praxisui/visual-builder@beta
28
+ npm install @praxisui/visual-builder@latest
29
29
  ```
30
30
 
31
31
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/visual-builder",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "Visual rule and expression builder for Praxis UI with JSON Logic authoring, validation and context variables.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -8,11 +8,11 @@
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/material": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
- "@praxisui/settings-panel": "^9.0.0-beta.0",
11
+ "@praxisui/settings-panel": "^9.0.0-beta.1",
12
12
  "@angular/platform-browser-dynamic": "^21.0.0",
13
- "@praxisui/ai": "^9.0.0-beta.0",
14
- "@praxisui/core": "^9.0.0-beta.0",
15
- "@praxisui/metadata-editor": "^9.0.0-beta.0",
13
+ "@praxisui/ai": "^9.0.0-beta.1",
14
+ "@praxisui/core": "^9.0.0-beta.1",
15
+ "@praxisui/metadata-editor": "^9.0.0-beta.1",
16
16
  "rxjs": "~7.8.0"
17
17
  },
18
18
  "dependencies": {