@jupyterlab/running-extension
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -5,3 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var apputils_1 = require("@jupyterlab/apputils"); | ||
var application_1 = require("@jupyterlab/application"); | ||
var services_1 = require("@jupyterlab/services"); | ||
@@ -15,3 +15,3 @@ var running_1 = require("@jupyterlab/running"); | ||
id: 'jupyter.extensions.running-sessions', | ||
requires: [services_1.IServiceManager, apputils_1.ILayoutRestorer], | ||
requires: [services_1.IServiceManager, application_1.ILayoutRestorer], | ||
autoStart: true | ||
@@ -18,0 +18,0 @@ }; |
{ | ||
"name": "@jupyterlab/running-extension", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "JupyterLab - Running Sessions Extension", | ||
@@ -15,6 +15,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.6.0", | ||
"@jupyterlab/apputils": "^0.6.0", | ||
"@jupyterlab/running": "^0.6.0", | ||
"@jupyterlab/services": "^0.45.0" | ||
"@jupyterlab/application": "^0.7.0", | ||
"@jupyterlab/running": "^0.7.0", | ||
"@jupyterlab/services": "^0.46.0" | ||
}, | ||
@@ -21,0 +20,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
3
2856
+ Added@jupyterlab/application@0.7.0(transitive)
+ Added@jupyterlab/apputils@0.7.0(transitive)
+ Added@jupyterlab/coreutils@0.7.1(transitive)
+ Added@jupyterlab/running@0.7.0(transitive)
+ Added@jupyterlab/services@0.46.0(transitive)
- Removed@jupyterlab/apputils@^0.6.0
- Removed@jupyterlab/application@0.6.0(transitive)
- Removed@jupyterlab/apputils@0.6.0(transitive)
- Removed@jupyterlab/coreutils@0.6.0(transitive)
- Removed@jupyterlab/running@0.6.0(transitive)
- Removed@jupyterlab/services@0.45.0(transitive)
Updated@jupyterlab/running@^0.7.0
Updated@jupyterlab/services@^0.46.0