Skip to content

Commit

Permalink
Move pg (not Mr Graham) to runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 16, 2024
1 parent 8eab4e3 commit 8963e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-16] [Move pg (not Mr Graham) to runtime dependencies](https://github.com/RubricLab/memory/commit/da11d66302671f11119f1b17343b1449e7c51a95)
- [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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"name": "@rubriclab/memory",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.0.33",
"version": "0.0.34",
"private": false,
"type": "module",
"devDependencies": {
"@types/bun": "^1.1.10",
"kysely-codegen": "^0.16.8",
"pg": "^8.13.0"
"kysely-codegen": "^0.16.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand All @@ -18,6 +17,7 @@
"@rubriclab/config": "*",
"@rubriclab/package": "*",
"@t3-oss/env-nextjs": "^0.11.1",
"pg": "^8.13.0",
"ai": "^3.4.9",
"chalk": "^5.3.0",
"kysely": "^0.27.4",
Expand Down

0 comments on commit 8963e42

Please sign in to comment.