Skip to content

Commit

Permalink
fix: export web3.storage service factory
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jan 13, 2025
1 parent c8a147a commit 0b823ab
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 @@ -54,6 +54,9 @@
"rate-limit": [
"dist/src/rate-limit.d.ts"
],
"service": [
"dist/src/service.d.ts"
],
"space": [
"dist/src/space.d.ts"
],
Expand Down Expand Up @@ -142,6 +145,10 @@
"types": "./dist/src/rate-limit.d.ts",
"import": "./src/rate-limit.js"
},
"./service": {
"types": "./dist/src/service.d.ts",
"import": "./src/service.js"
},
"./space": {
"types": "./dist/src/space.d.ts",
"import": "./src/space.js"
Expand Down

0 comments on commit 0b823ab

Please sign in to comment.