@devbookhq/sdk
Advanced tools
Comparing version 2.3.1 to 2.3.2
export { default as Session } from './session'; | ||
export type { SessionOpts, } from './session'; | ||
export { CodeSnippetExecState, OutType, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, OpenedPort, } from './session/codeSnippet'; | ||
export type { TerminalManager, TerminalSession, } from './session/terminal'; | ||
export { default as api } from './api'; | ||
export type { components, paths, } from './api'; |
export { default as Session } from './session'; | ||
export type { SessionOpts, } from './session'; | ||
export { CodeSnippetExecState, OutType, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, OpenedPort, } from './session/codeSnippet'; | ||
export type { TerminalManager, TerminalSession, } from './session/terminal'; | ||
export { default as api } from './api'; | ||
export type { components, paths, } from './api'; |
export { default as Session } from './session'; | ||
export type { SessionOpts, } from './session'; | ||
export { CodeSnippetExecState, OutType, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, } from './session/codeSnippet'; | ||
export type { CodeSnippetManager, CodeSnippetStateHandler, CodeSnippetStderrHandler, CodeSnippetStdoutHandler, CodeSnippetSubscriptionHandler, CodeSnippetSubscriptionHandlerType, OutResponse, OutStdoutResponse, OutStderrResponse, DepsErrorResponse, DepOutResponse, DepStdoutResponse, DepStderrResponse, OpenedPort, } from './session/codeSnippet'; | ||
export type { TerminalManager, TerminalSession, } from './session/terminal'; | ||
export { default as api } from './api'; | ||
export type { components, paths, } from './api'; |
{ | ||
"name": "@devbookhq/sdk", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Devbook allows visitors of your docs to interact with and execute any code snippet or shell command in a private VM", | ||
@@ -5,0 +5,0 @@ "homepage": "https://usedevbook.com", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164052