Skip to content

Commit 21caf60

Browse files
committed
chore: update package exports
1 parent 21e7678 commit 21caf60

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
*/
77

88
export { EncryptionManager } from './src/encryption_manager.ts'
9+
export * as errors from './src/exceptions.ts'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"exports": {
1414
".": "./build/index.js",
1515
"./drivers/*": "./build/src/drivers/*.js",
16-
"./types/*": "./build/src/types/*.js"
16+
"./types": "./build/src/types/main.js"
1717
},
1818
"scripts": {
1919
"build": "yarn clean && tsup-node",

0 commit comments

Comments
 (0)