@praxisui/visual-builder 9.0.3 → 9.0.4-rc.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/README.md CHANGED
@@ -31,7 +31,7 @@ Visual rule builder for Praxis UI with JSON Logic as the canonical contract, a g
31
31
  ## Installation
32
32
 
33
33
  ```bash
34
- npm install @praxisui/visual-builder@latest
34
+ npm install @praxisui/visual-builder@rc
35
35
  ```
36
36
 
37
37
  ## Quick Start
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-07-28T00:59:00.108Z",
3
+ "generatedAt": "2026-08-03T00:29:05.091Z",
4
4
  "packageName": "@praxisui/visual-builder",
5
- "packageVersion": "9.0.3",
5
+ "packageVersion": "9.0.4-rc.10",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/visual-builder",
3
- "version": "9.0.3",
3
+ "version": "9.0.4-rc.10",
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.3",
11
+ "@praxisui/settings-panel": "^9.0.4-rc.10",
12
12
  "@angular/platform-browser-dynamic": "^21.0.0",
13
- "@praxisui/ai": "^9.0.3",
14
- "@praxisui/core": "^9.0.3",
15
- "@praxisui/metadata-editor": "^9.0.3",
13
+ "@praxisui/ai": "^9.0.4-rc.10",
14
+ "@praxisui/core": "^9.0.4-rc.10",
15
+ "@praxisui/metadata-editor": "^9.0.4-rc.10",
16
16
  "rxjs": "~7.8.0"
17
17
  },
18
18
  "dependencies": {