Skip to content

Commit

Permalink
@uppy/companion-client: migrate to TS (#4864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Jan 24, 2024
1 parent 588bfb5 commit a0050bd
Show file tree
Hide file tree
Showing 20 changed files with 1,035 additions and 610 deletions.
3 changes: 3 additions & 0 deletions packages/@uppy/companion-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"devDependencies": {
"vitest": "^1.2.1"
},
"peerDependencies": {
"@uppy/core": "workspace:^"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict'

class AuthError extends Error {
isAuthError: boolean

constructor() {
super('Authorization required')
this.name = 'AuthError'
Expand Down
Loading

0 comments on commit a0050bd

Please sign in to comment.