@praxisui/crud 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 +7 -7
package/README.md CHANGED
@@ -57,7 +57,7 @@ last_updated: "2026-04-10"
57
57
  ## Install
58
58
 
59
59
  ```bash
60
- npm i @praxisui/crud@beta
60
+ npm i @praxisui/crud@latest
61
61
  ```
62
62
 
63
63
  ## Minimal standalone host
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@praxisui/crud",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "CRUD building blocks for Praxis UI: integrates dynamic forms and tables with unified configuration and services.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/dynamic-form": "^9.0.0-beta.0",
9
- "@praxisui/table": "^9.0.0-beta.0",
10
- "@praxisui/core": "^9.0.0-beta.0",
11
- "@praxisui/dynamic-fields": "^9.0.0-beta.0",
12
- "@praxisui/settings-panel": "^9.0.0-beta.0",
8
+ "@praxisui/dynamic-form": "^9.0.0-beta.1",
9
+ "@praxisui/table": "^9.0.0-beta.1",
10
+ "@praxisui/core": "^9.0.0-beta.1",
11
+ "@praxisui/dynamic-fields": "^9.0.0-beta.1",
12
+ "@praxisui/settings-panel": "^9.0.0-beta.1",
13
13
  "@angular/cdk": "^21.0.0",
14
14
  "@angular/forms": "^21.0.0",
15
15
  "@angular/material": "^21.0.0",
16
16
  "@angular/router": "^21.0.0",
17
- "@praxisui/ai": "^9.0.0-beta.0",
17
+ "@praxisui/ai": "^9.0.0-beta.1",
18
18
  "rxjs": "~7.8.0"
19
19
  },
20
20
  "dependencies": {