Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 16, 2024
1 parent 3e13576 commit 8eab4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-15] [Add missing dep](https://github.com/RubricLab/memory/commit/9b0ce49f7a873fa1745d9e262e23405c04a5913e)
- [2024-10-15] [Trigger release](https://github.com/RubricLab/memory/commit/b737b478caadd3c5a57cf0aa1e75bab81804819e)
- [2024-10-15] [Replace Prisma with Kysely](https://github.com/RubricLab/memory/commit/fed6f2022cb78052d4afbb1c63d95f40e7e01832)
- [2024-10-15] [Remove temp type](https://github.com/RubricLab/memory/commit/7edd19d51c8b3d0d9f8625e996e4818614e731dd)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rubriclab/memory",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.0.32",
"version": "0.0.33",
"private": false,
"type": "module",
"devDependencies": {
Expand All @@ -20,6 +20,7 @@
"@t3-oss/env-nextjs": "^0.11.1",
"ai": "^3.4.9",
"chalk": "^5.3.0",
"kysely": "^0.27.4",
"nanoid": "^5.0.7",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit 8eab4e3

Please sign in to comment.