@jupyterlab/docmanager-extension
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,0 +0,0 @@ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; |
@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team. |
{ | ||
"name": "@jupyterlab/docmanager-extension", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JupyterLab - Document Manager Extension", | ||
@@ -39,10 +39,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^1.0.1", | ||
"@jupyterlab/apputils": "^1.0.1", | ||
"@jupyterlab/application": "^1.0.2", | ||
"@jupyterlab/apputils": "^1.0.2", | ||
"@jupyterlab/coreutils": "^3.0.0", | ||
"@jupyterlab/docmanager": "^1.0.1", | ||
"@jupyterlab/docregistry": "^1.0.1", | ||
"@jupyterlab/mainmenu": "^1.0.1", | ||
"@jupyterlab/services": "^4.0.1", | ||
"@jupyterlab/statusbar": "^1.0.1", | ||
"@jupyterlab/docmanager": "^1.0.2", | ||
"@jupyterlab/docregistry": "^1.0.2", | ||
"@jupyterlab/mainmenu": "^1.0.2", | ||
"@jupyterlab/services": "^4.0.2", | ||
"@jupyterlab/statusbar": "^1.0.2", | ||
"@phosphor/algorithm": "^1.1.3", | ||
@@ -64,3 +64,3 @@ "@phosphor/disposable": "^1.2.0", | ||
}, | ||
"gitHead": "7907e52fc52e4155945c8e55064467464f4f9c5c" | ||
"gitHead": "325e6244934e6e3b29c630e326953101f7ec172d" | ||
} |
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
44242