Skip to content

Commit

Permalink
feat(upload-core): upgrade to tus-js-client v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update to the latest version of tus-js-client
  • Loading branch information
jordan-a-young committed Feb 7, 2025
1 parent 5da7fe6 commit 6a19dfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/upload-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
},
Expand Down

0 comments on commit 6a19dfd

Please sign in to comment.