@praxisui/cron-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 +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@ Angular cron expression builder component with validation, humanized description
17
17
  ## Install
18
18
 
19
19
  ```bash
20
- npm i @praxisui/cron-builder@beta
20
+ npm i @praxisui/cron-builder@latest
21
21
  ```
22
22
 
23
23
  Peer dependencies (Angular v20):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/cron-builder",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "Cron expression builder utilities and components for Praxis UI.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -8,8 +8,8 @@
8
8
  "@angular/forms": "^21.0.0",
9
9
  "@angular/cdk": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/core": "^9.0.0-beta.0",
12
- "@praxisui/ai": "^9.0.0-beta.0",
11
+ "@praxisui/core": "^9.0.0-beta.1",
12
+ "@praxisui/ai": "^9.0.0-beta.1",
13
13
  "rxjs": "~7.8.0"
14
14
  },
15
15
  "dependencies": {