@jupyterlab/workspaces-extension
Advanced tools
Comparing version 4.3.0-alpha.2 to 4.3.0-beta.0
@@ -55,2 +55,3 @@ import { IWindowResolver } from '@jupyterlab/apputils'; | ||
name: trans.__('Workspaces'), | ||
supportsMultipleViews: false, | ||
running: () => { | ||
@@ -57,0 +58,0 @@ return model.workspaces.map((workspace) => { |
{ | ||
"name": "@jupyterlab/workspaces-extension", | ||
"version": "4.3.0-alpha.2", | ||
"version": "4.3.0-beta.0", | ||
"description": "JupyterLab Extension providing UI for workspace management", | ||
@@ -38,12 +38,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.3.0-alpha.2", | ||
"@jupyterlab/apputils": "^4.4.0-alpha.2", | ||
"@jupyterlab/coreutils": "^6.3.0-alpha.2", | ||
"@jupyterlab/filebrowser": "^4.3.0-alpha.2", | ||
"@jupyterlab/running": "^4.3.0-alpha.2", | ||
"@jupyterlab/services": "^7.3.0-alpha.2", | ||
"@jupyterlab/statedb": "^4.3.0-alpha.2", | ||
"@jupyterlab/translation": "^4.3.0-alpha.2", | ||
"@jupyterlab/ui-components": "^4.3.0-alpha.2", | ||
"@jupyterlab/workspaces": "^4.3.0-alpha.2" | ||
"@jupyterlab/application": "^4.3.0-beta.0", | ||
"@jupyterlab/apputils": "^4.4.0-beta.0", | ||
"@jupyterlab/coreutils": "^6.3.0-beta.0", | ||
"@jupyterlab/filebrowser": "^4.3.0-beta.0", | ||
"@jupyterlab/running": "^4.3.0-beta.0", | ||
"@jupyterlab/services": "^7.3.0-beta.0", | ||
"@jupyterlab/statedb": "^4.3.0-beta.0", | ||
"@jupyterlab/translation": "^4.3.0-beta.0", | ||
"@jupyterlab/ui-components": "^4.3.0-beta.0", | ||
"@jupyterlab/workspaces": "^4.3.0-beta.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
@@ -82,2 +82,3 @@ /* ----------------------------------------------------------------------------- | ||
name: trans.__('Workspaces'), | ||
supportsMultipleViews: false, | ||
running: () => { | ||
@@ -84,0 +85,0 @@ return model.workspaces.map((workspace: Workspace.IWorkspace) => { |
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
74286
1448