Skip to content

Commit

Permalink
Revert "fix: do not expose internal API class"
Browse files Browse the repository at this point in the history
This reverts commit 2d49fdf.
  • Loading branch information
x-oflisback committed Oct 3, 2023
1 parent 36dbe1b commit 4060b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import ApiError, {
ServerNotStarted,
UnknownApiError,
} from './api-error'
import Api from './api'
import Analysis from './analysis'
import Case from './case'
import Client from './client'
Expand Down Expand Up @@ -35,6 +36,7 @@ import Workspace from './workspace'

export {
Analysis,
Api,
ApiError,
Case,
CaseDefinition,
Expand Down

0 comments on commit 4060b34

Please sign in to comment.