Skip to content

Commit 281e766

Browse files
authoredJul 22, 2024··
chore: add description to ai package (#2361)
1 parent f63829f commit 281e766

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/warm-mayflies-sparkle.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'ai': patch
3+
---
4+
5+
chore: add description to ai package

‎packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ai",
33
"version": "3.2.32",
4+
"description": "The AI Toolkit for TypeScript",
45
"license": "Apache-2.0",
56
"sideEffects": false,
67
"main": "./dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.