Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Export types for file watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Oct 21, 2022
1 parent 5f9a0c0 commit 5e0cc38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devbookhq/sdk",
"version": "2.5.7",
"version": "2.5.8",
"description": "SDK for managing Devbook sessions from JavaScript/TypeScript",
"homepage": "https://usedevbook.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ export type { OutResponse, OutStderrResponse, OutStdoutResponse } from './sessio
export { OutType } from './session/out'
export type { TerminalManager, TerminalSession, ChildProcess } from './session/terminal'
export type { FilesystemManager, FileInfo } from './session/filesystem'
export {
default as FilesystemWatcher,
FilesystemOperation,
} from './session/filesystemWatcher'
export type {
FilesystemEvent,
FilesystemEventListener,
} from './session/filesystemWatcher'

export type { Process, ProcessManager } from './session/process'
export type { EnvVars } from './session/envVars'
export { default as api } from './api'
Expand Down

0 comments on commit 5e0cc38

Please sign in to comment.