@jupyterlab/docregistry
Advanced tools
Comparing version 4.4.0-alpha.2 to 4.4.0-alpha.3
@@ -268,3 +268,3 @@ import { MainAreaWidget } from '@jupyterlab/apputils'; | ||
get contentProviderId(): string | undefined; | ||
set contentProviderId(value: string); | ||
set contentProviderId(value: string | undefined); | ||
/** | ||
@@ -271,0 +271,0 @@ * Create a widget for a context. |
{ | ||
"name": "@jupyterlab/docregistry", | ||
"version": "4.4.0-alpha.2", | ||
"version": "4.4.0-alpha.3", | ||
"description": "JupyterLab - Document Registry", | ||
@@ -45,11 +45,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@jupyter/ydoc": "^3.0.0", | ||
"@jupyterlab/apputils": "^4.5.0-alpha.2", | ||
"@jupyterlab/codeeditor": "^4.4.0-alpha.2", | ||
"@jupyterlab/coreutils": "^6.4.0-alpha.2", | ||
"@jupyterlab/observables": "^5.4.0-alpha.2", | ||
"@jupyterlab/rendermime": "^4.4.0-alpha.2", | ||
"@jupyterlab/rendermime-interfaces": "^3.12.0-alpha.2", | ||
"@jupyterlab/services": "^7.4.0-alpha.2", | ||
"@jupyterlab/translation": "^4.4.0-alpha.2", | ||
"@jupyterlab/ui-components": "^4.4.0-alpha.2", | ||
"@jupyterlab/apputils": "^4.5.0-alpha.3", | ||
"@jupyterlab/codeeditor": "^4.4.0-alpha.3", | ||
"@jupyterlab/coreutils": "^6.4.0-alpha.3", | ||
"@jupyterlab/observables": "^5.4.0-alpha.3", | ||
"@jupyterlab/rendermime": "^4.4.0-alpha.3", | ||
"@jupyterlab/rendermime-interfaces": "^3.12.0-alpha.3", | ||
"@jupyterlab/services": "^7.4.0-alpha.3", | ||
"@jupyterlab/translation": "^4.4.0-alpha.3", | ||
"@jupyterlab/ui-components": "^4.4.0-alpha.3", | ||
"@lumino/algorithm": "^2.0.2", | ||
@@ -65,3 +65,3 @@ "@lumino/coreutils": "^2.2.0", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.4.0-alpha.2", | ||
"@jupyterlab/testing": "^4.4.0-alpha.3", | ||
"@types/jest": "^29.2.0", | ||
@@ -68,0 +68,0 @@ "jest": "^29.2.0", |
@@ -501,3 +501,3 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
set contentProviderId(value: string) { | ||
set contentProviderId(value: string | undefined) { | ||
if (this._contentProviderId && value !== this._contentProviderId) { | ||
@@ -504,0 +504,0 @@ throw Error( |
Sorry, the diff of this file is not supported yet
331694