Skip to content

Commit

Permalink
fix: add trino to exports (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaShkaruba authored Nov 22, 2024
1 parent 07d6e89 commit d6a92b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"require": "./dist/databases/redis/index.cjs",
"import": "./dist/databases/redis/index.js"
},
"./trino": {
"types": "./dist/types/databases/trino/index.d.ts",
"require": "./dist/databases/trino/index.cjs",
"import": "./dist/databases/trino/index.js"
},
"./shared": {
"types": "./dist/types/shared/index.d.ts",
"require": "./dist/shared/autocomplete-types.cjs",
Expand All @@ -60,6 +65,9 @@
"redis": [
"./dist/types/databases/redis/index.d.ts"
],
"trino": [
"./dist/types/databases/trino/index.d.ts"
],
"shared": [
"./dist/types/shared/index.d.ts"
]
Expand Down

0 comments on commit d6a92b6

Please sign in to comment.