Skip to content

Commit

Permalink
fix: add errors to exports (#1368)
Browse files Browse the repository at this point in the history
Need errors exported to use in storage implementations for infra
  • Loading branch information
vasco-santos authored Apr 12, 2024
1 parent 5701761 commit 27619c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"customer": [
"dist/src/customer.d.ts"
],
"errors": [
"dist/src/errors.d.ts"
],
"plan": [
"dist/src/plan.d.ts"
],
Expand Down Expand Up @@ -109,6 +112,10 @@
"types": "./dist/src/customer.d.ts",
"import": "./src/customer.js"
},
"./errors": {
"types": "./dist/src/errors.d.ts",
"import": "./src/errors.js"
},
"./plan": {
"types": "./dist/src/plan.d.ts",
"import": "./src/plan.js"
Expand Down

0 comments on commit 27619c5

Please sign in to comment.