@cascivo/ai 0.2.7 → 0.2.8

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 +5 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![license](https://img.shields.io/npm/l/%40cascivo%2Fai?style=flat-square&color=0079bf)](https://github.com/cascivo/cascivo/blob/main/LICENSE)
11
11
  ![types](https://img.shields.io/badge/types-included-0079bf?style=flat-square&logo=typescript&logoColor=white)
12
12
 
13
- [npm](https://www.npmjs.com/package/@cascivo/ai) · [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
13
+ [npm](https://www.npmjs.com/package/@cascivo/ai) · [cascivo.com](https://cascivo.com) · [Docs](https://cascivo.com/docs) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo)
14
14
 
15
15
  </div>
16
16
 
@@ -103,6 +103,6 @@ pnpm add @cascivo/ai
103
103
 
104
104
  ---
105
105
 
106
- [cascivo.com](https://cascivo.com) · [Docs](https://docs.cascivo.com) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo) · AI agents: use [`@cascivo/mcp`](https://github.com/cascivo/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/cascivo/cascivo/blob/main/registry.json) · MIT
106
+ [cascivo.com](https://cascivo.com) · [Docs](https://cascivo.com/docs) · [Storybook](https://storybook.cascivo.com) · [GitHub](https://github.com/cascivo/cascivo) · AI agents: read [`llms.txt`](https://cascivo.com/llms.txt) (install steps + component index, plain text) or use [`@cascivo/mcp`](https://github.com/cascivo/cascivo/tree/main/packages/mcp) and [`registry.json`](https://github.com/cascivo/cascivo/blob/main/registry.json) · MIT
107
107
 
108
108
  <div align="center"><a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="28" height="28" alt="cascivo"></a></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/ai",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "AI-native components for cascivo — StreamingText, AiLabel, Terminal, AiChat",
5
5
  "keywords": [
6
6
  "ai",
@@ -29,6 +29,7 @@
29
29
  ],
30
30
  "types": "./dist/index.d.mts",
31
31
  "exports": {
32
+ "./package.json": "./package.json",
32
33
  ".": {
33
34
  "import": "./dist/index.mjs",
34
35
  "types": "./dist/index.d.mts",
@@ -40,9 +41,9 @@
40
41
  "provenance": true
41
42
  },
42
43
  "dependencies": {
43
- "@cascivo/core": "^0.4.0",
44
- "@cascivo/i18n": "^0.2.7",
45
- "@cascivo/tokens": "^0.5.0"
44
+ "@cascivo/core": "^0.4.1",
45
+ "@cascivo/i18n": "^0.2.8",
46
+ "@cascivo/tokens": "^0.5.1"
46
47
  },
47
48
  "devDependencies": {
48
49
  "@testing-library/jest-dom": "^6.9.1",