@jupyterlab/application-extension
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -28,2 +28,7 @@ "use strict"; | ||
addCommands(app, palette); | ||
// If the currently active widget changes, | ||
// trigger a refresh of the commands. | ||
app.shell.currentChanged.connect(function () { | ||
app.commands.notifyCommandChanged(CommandIDs.closeAll); | ||
}); | ||
var builder = app.serviceManager.builder; | ||
@@ -159,2 +164,1 @@ var doBuild = function () { | ||
exports.default = plugins; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@jupyterlab/application-extension", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "JupyterLab - Application Extension", | ||
@@ -28,8 +28,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"clean": "rimraf lib", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.12.0", | ||
"@jupyterlab/apputils": "^0.12.0", | ||
"@jupyterlab/coreutils": "^0.12.0", | ||
"@jupyterlab/application": "^0.13.0", | ||
"@jupyterlab/apputils": "^0.13.0", | ||
"@jupyterlab/coreutils": "^0.13.0", | ||
"@phosphor/virtualdom": "^1.1.2" | ||
@@ -39,3 +40,3 @@ }, | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.4.2" | ||
"typescript": "~2.6.2" | ||
}, | ||
@@ -42,0 +43,0 @@ "jupyterlab": { |
Sorry, the diff of this file is not supported yet
18710
168
+ Added@jupyterlab/application@0.13.1(transitive)
+ Added@jupyterlab/apputils@0.13.1(transitive)
+ Added@jupyterlab/codeeditor@0.13.0(transitive)
+ Added@jupyterlab/codemirror@0.13.0(transitive)
+ Added@jupyterlab/coreutils@0.13.0(transitive)
+ Added@jupyterlab/docregistry@0.13.0(transitive)
+ Added@jupyterlab/observables@0.2.0(transitive)
+ Added@jupyterlab/rendermime@0.13.0(transitive)
+ Added@jupyterlab/services@0.52.0(transitive)
+ Addedcomment-json@1.1.3(transitive)
+ Addedesprima@2.7.3(transitive)
+ Addedjson-parser@1.1.5(transitive)
- Removed@jupyterlab/application@0.12.0(transitive)
- Removed@jupyterlab/apputils@0.12.4(transitive)
- Removed@jupyterlab/codeeditor@0.12.0(transitive)
- Removed@jupyterlab/codemirror@0.12.0(transitive)
- Removed@jupyterlab/coreutils@0.12.0(transitive)
- Removed@jupyterlab/docregistry@0.12.0(transitive)
- Removed@jupyterlab/rendermime@0.12.0(transitive)
- Removed@jupyterlab/services@0.51.0(transitive)
Updated@jupyterlab/apputils@^0.13.0