@praxisui/ai 9.0.0-beta.11 → 9.0.0-beta.13

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
@@ -34,7 +34,7 @@ Peer dependencies:
34
34
  - `@angular/forms` `^21.0.0`
35
35
  - `@angular/material` `^21.0.0`
36
36
  - `@google/generative-ai` `^0.24.1`
37
- - `@praxisui/core` `^9.0.0-beta.4`
37
+ - `@praxisui/core` `^9.0.0-beta.12`
38
38
  - `rxjs` `~7.8.0`
39
39
 
40
40
  ## When to use
@@ -0,0 +1,11 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "generatedAt": "2026-06-22T22:56:44.148Z",
4
+ "packageName": "@praxisui/ai",
5
+ "packageVersion": "9.0.0-beta.13",
6
+ "sourceRegistry": "praxis-component-registry-ingestion",
7
+ "sourceRegistryVersion": "1.0.0",
8
+ "componentCount": 0,
9
+ "components": {},
10
+ "note": "Package-scoped Praxis component registry for source-free agent discovery. Use the canonical ingestion registry for cross-package aggregate analysis."
11
+ }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/ai",
3
- "version": "9.0.0-beta.11",
3
+ "version": "9.0.0-beta.13",
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.11",
8
+ "@praxisui/core": "^9.0.0-beta.13",
9
9
  "@angular/cdk": "^21.0.0",
10
10
  "@angular/forms": "^21.0.0",
11
11
  "@angular/material": "^21.0.0",
@@ -39,7 +39,10 @@
39
39
  ".": {
40
40
  "types": "./types/praxisui-ai.d.ts",
41
41
  "default": "./fesm2022/praxisui-ai.mjs"
42
+ },
43
+ "./ai/component-registry.json": {
44
+ "default": "./ai/component-registry.json"
42
45
  }
43
46
  },
44
47
  "type": "module"
45
- }
48
+ }