Skip to content

Commit c09f196

Browse files
authored
refactoring (ai): rename packages/core to packages/ai (#2560)
1 parent 9614584 commit c09f196

File tree

200 files changed

+14900
-5525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+14900
-5525
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# - name: Get package version
5050
# id: package-version
51-
# run: echo "version=$(node -p "require('./packages/core/package.json').version")" >> "$GITHUB_OUTPUT"
51+
# run: echo "version=$(node -p "require('./packages/ai/package.json').version")" >> "$GITHUB_OUTPUT"
5252

5353
# - name: Create Git tag
5454
# run: git tag v${{ steps.package-version.outputs.version }}

README.md

+1-1

examples/next-fastapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"concurrently": "^8.0.1",
2323
"@types/node": "^17.0.12",
24-
"@types/react": "18.2.8",
24+
"@types/react": "^18",
2525
"@types/react-dom": "^18",
2626
"autoprefixer": "^10.4.14",
2727
"eslint": "^7.32.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/core/streams/inkeep-stream.ts renamed to packages/ai/streams/inkeep-stream.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// packages/core/streams/inkeep-stream.ts
1+
// packages/ai/streams/inkeep-stream.ts
22
import {
33
AIStream,
44
type AIStreamCallbacksAndOptions,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)