@jupyterlab/services
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,0 +0,0 @@ import { ServerConnection } from '../serverconnection'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JSONObject, JSONValue } from '@phosphor/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ModelDB } from '@jupyterlab/observables'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Contents } from './index'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './config'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils'; |
@@ -615,3 +615,4 @@ "use strict"; | ||
session: this._clientId, | ||
content: Object.assign({}, defaults, content) | ||
content: Object.assign({}, defaults, content), | ||
metadata | ||
}); | ||
@@ -618,0 +619,0 @@ return this.sendShellMessage(msg, true, disposeOnDone); |
@@ -0,0 +0,0 @@ import { DisposableDelegate } from '@phosphor/disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './kernel'; | ||
export * from './manager'; | ||
export * from './messages'; |
@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team. |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { nbformat } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { KernelMessage } from './messages'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Kernel } from './kernel'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ServerConnection } from '../serverconnection'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISignal } from '@phosphor/signaling'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './manager'; | ||
export * from './session'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Session } from './session'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DataConnector, ISettingRegistry } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ISignal, Signal } from '@phosphor/signaling'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './manager'; | ||
export * from './terminal'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DataConnector } from '@jupyterlab/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@jupyterlab/services", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "382da7c3efb2696a0ae26a4fea27aeeead99fbd9" | ||
"gitHead": "7907e52fc52e4155945c8e55064467464f4f9c5c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1445827
15402