Skip to content

Commit b3975e2

Browse files
authored
fix: kysely breaks postgres get tables (#44)
* update @aws-sdk/client-rds-data and kysely * use in-operator * add changeset * update peerDependencies
1 parent f1de155 commit b3975e2

File tree

4 files changed

+573
-558
lines changed

4 files changed

+573
-558
lines changed

.changeset/thin-items-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kysely-data-api": patch
3+
---
4+
5+
use or-operator to fix postgres introspector

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"build:cjs": "tsc -p tsconfig-cjs.json"
1919
},
2020
"devDependencies": {
21-
"@aws-sdk/client-rds-data": "^3.549.0",
21+
"@aws-sdk/client-rds-data": "^3.614.0",
2222
"@changesets/changelog-github": "^0.4.5",
2323
"@changesets/cli": "^2.23.2",
2424
"@tsconfig/node14": "^1.0.1",
2525
"@types/node": "^18.14.2",
26-
"kysely": "^0.27.3",
26+
"kysely": "^0.27.4",
2727
"perf_hooks": "^0.0.1",
2828
"prettier": "^2.8.4",
2929
"typescript": "^5.4.4",
3030
"vitest": "^0.18.1"
3131
},
3232
"peerDependencies": {
3333
"@aws-sdk/client-rds-data": "3.x",
34-
"kysely": "^0.27.3"
34+
"kysely": "^0.27.4"
3535
},
3636
"files": [
3737
"dist"

0 commit comments

Comments
 (0)