Skip to content

Commit

Permalink
Bun x kysely codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 22, 2024
1 parent c164f68 commit 04329da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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-22] [Bun x kysely codegen](https://github.com/RubricLab/memory/commit/d0dfa75f9bc720454301e751d91bf8410e7d60f5)
- [2024-10-22] [DB generate on postinstall](https://github.com/RubricLab/memory/commit/2aef7c241b719d7baba6dc5daef6d53407540b60)
- [2024-10-22] [Bleed OpenAI](https://github.com/RubricLab/memory/commit/8f9ad0f4af1362c92b596817755ef5ed4afd3c98)
- [2024-10-22] [Use old ES-compatible Set spread](https://github.com/RubricLab/memory/commit/75a93b6fa36f295e66461d204cdc9e5ee9b00fcc)
Expand Down
4 changes: 2 additions & 2 deletions 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.41",
"version": "0.0.42",
"private": false,
"type": "module",
"devDependencies": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"scripts": {
"postinstall": "bun db:generate",
"prepare": "bun x simple-git-hooks",
"db:generate": "kysely-codegen --include-pattern='public.*'",
"db:generate": "bun x kysely-codegen --include-pattern='public.*'",
"bleed": "bun x npm-check-updates -u",
"clean": "rm -rf .next && rm -rf node_modules",
"format": "bun x biome format --write .",
Expand Down

0 comments on commit 04329da

Please sign in to comment.