@jupyterlab/docmanager
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -261,4 +261,4 @@ import { DocumentRegistry } from '@jupyterlab/docregistry'; | ||
*/ | ||
open(widget: Widget, options?: DocumentRegistry.IOpenOptions): void; | ||
open(widget: DocumentRegistry.IReadyWidget, options?: DocumentRegistry.IOpenOptions): void; | ||
} | ||
} |
@@ -46,3 +46,3 @@ import { IDisposable } from '@phosphor/disposable'; | ||
*/ | ||
adoptWidget(context: DocumentRegistry.Context, widget: Widget): void; | ||
adoptWidget(context: DocumentRegistry.Context, widget: DocumentRegistry.IReadyWidget): void; | ||
/** | ||
@@ -49,0 +49,0 @@ * See if a widget already exists for the given context and widget name. |
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -32,6 +32,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.15.1", | ||
"@jupyterlab/coreutils": "^1.0.3", | ||
"@jupyterlab/docregistry": "^0.15.1", | ||
"@jupyterlab/services": "^1.1.1", | ||
"@jupyterlab/apputils": "^0.15.2", | ||
"@jupyterlab/coreutils": "^1.0.4", | ||
"@jupyterlab/docregistry": "^0.15.2", | ||
"@jupyterlab/services": "^1.1.2", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -38,0 +38,0 @@ "@phosphor/coreutils": "^1.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
117766