Skip to content

Commit

Permalink
fix: upload client export blob (#1454)
Browse files Browse the repository at this point in the history
Needs to be imported from integration tests and likely other places
  • Loading branch information
vasco-santos committed May 15, 2024
1 parent dc336bd commit 5e55900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"exports": {
".": "./dist/src/index.js",
"./blob": "./dist/src/blob.js",
"./car": "./dist/src/car.js",
"./fetch-with-upload-progress": "./dist/src/fetch-with-upload-progress.js",
"./sharding": "./dist/src/sharding.js",
Expand All @@ -40,6 +41,9 @@
},
"typesVersions": {
"*": {
"blob": [
"dist/src/blob.d.ts"
],
"car": [
"dist/src/car.d.ts"
],
Expand Down

0 comments on commit 5e55900

Please sign in to comment.