@praxisui/ai 9.0.0-beta.0 → 9.0.0-beta.2

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,7 +46,7 @@ Short mental model:
46
46
  ## Install
47
47
 
48
48
  ```bash
49
- npm i @praxisui/ai@beta
49
+ npm i @praxisui/ai@latest
50
50
  ```
51
51
 
52
52
  Peer dependencies:
@@ -56,7 +56,7 @@ Peer dependencies:
56
56
  - `@angular/forms` `^21.0.0`
57
57
  - `@angular/material` `^21.0.0`
58
58
  - `@google/generative-ai` `^0.24.1`
59
- - `@praxisui/core` `^9.0.0-beta.0`
59
+ - `@praxisui/core` `^9.0.0-beta.1`
60
60
  - `rxjs` `~7.8.0`
61
61
 
62
62
  ## When to use
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/ai",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.2",
4
4
  "description": "AI building blocks and assistant integration for Praxis UI applications.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.0-beta.0",
8
+ "@praxisui/core": "^9.0.0-beta.2",
9
9
  "@angular/cdk": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
11
  "@angular/material": "^21.0.0",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/codexrodrigues/praxis-ui-angular"
24
+ "url": "git+https://github.com/codexrodrigues/praxis-ui-angular.git"
25
25
  },
26
26
  "homepage": "https://praxisui.dev",
27
27
  "bugs": {