Skip to content

Commit

Permalink
fix: kysely breaks postgres get tables (#44)
Browse files Browse the repository at this point in the history
* update @aws-sdk/client-rds-data and kysely

* use in-operator

* add changeset

* update peerDependencies
  • Loading branch information
iloewensen authored Sep 25, 2024
1 parent f1de155 commit b3975e2
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 558 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-items-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kysely-data-api": patch
---

use or-operator to fix postgres introspector
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"build:cjs": "tsc -p tsconfig-cjs.json"
},
"devDependencies": {
"@aws-sdk/client-rds-data": "^3.549.0",
"@aws-sdk/client-rds-data": "^3.614.0",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.2",
"@tsconfig/node14": "^1.0.1",
"@types/node": "^18.14.2",
"kysely": "^0.27.3",
"kysely": "^0.27.4",
"perf_hooks": "^0.0.1",
"prettier": "^2.8.4",
"typescript": "^5.4.4",
"vitest": "^0.18.1"
},
"peerDependencies": {
"@aws-sdk/client-rds-data": "3.x",
"kysely": "^0.27.3"
"kysely": "^0.27.4"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit b3975e2

Please sign in to comment.