@jupyterlab/running-extension
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,4 +1,4 @@ | ||
"use strict"; | ||
// Copyright (c) Jupyter Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -47,3 +47,3 @@ var apputils_1 = require("@jupyterlab/apputils"); | ||
// sessions widget in the sidebar. | ||
app.shell.addToLeftArea(running, { rank: 50 }); | ||
app.shell.addToLeftArea(running, { rank: 200 }); | ||
} |
{ | ||
"name": "@jupyterlab/running-extension", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "JupyterLab - Running Sessions Extension", | ||
@@ -15,6 +15,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.3.0", | ||
"@jupyterlab/apputils": "^0.3.0", | ||
"@jupyterlab/running": "^0.3.0", | ||
"@jupyterlab/services": "^0.42.0" | ||
"@jupyterlab/application": "^0.3.1", | ||
"@jupyterlab/apputils": "^0.3.1", | ||
"@jupyterlab/running": "^0.3.1", | ||
"@jupyterlab/services": "^0.42.1" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
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
2934
Updated@jupyterlab/apputils@^0.3.1
Updated@jupyterlab/running@^0.3.1
Updated@jupyterlab/services@^0.42.1