@jupyterlab/inspector
Advanced tools
Comparing version 0.17.0-1 to 0.17.1
@@ -145,1 +145,2 @@ "use strict"; | ||
exports.InspectionHandler = InspectionHandler; | ||
//# sourceMappingURL=handler.js.map |
@@ -12,1 +12,2 @@ "use strict"; | ||
__export(require("./kernelconnector")); | ||
//# sourceMappingURL=index.js.map |
@@ -329,1 +329,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=inspector.js.map |
@@ -44,1 +44,2 @@ "use strict"; | ||
exports.KernelConnector = KernelConnector; | ||
//# sourceMappingURL=kernelconnector.js.map |
{ | ||
"name": "@jupyterlab/inspector", | ||
"version": "0.17.0-1", | ||
"version": "0.17.1", | ||
"description": "JupyterLab - Code Inspector", | ||
@@ -33,7 +33,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.17.0-1", | ||
"@jupyterlab/codeeditor": "^0.17.0-1", | ||
"@jupyterlab/coreutils": "^2.0.0-1", | ||
"@jupyterlab/rendermime": "^0.17.0-1", | ||
"@jupyterlab/services": "^3.0.0-1", | ||
"@jupyterlab/apputils": "^0.17.1", | ||
"@jupyterlab/codeeditor": "^0.17.1", | ||
"@jupyterlab/coreutils": "^2.0.1", | ||
"@jupyterlab/rendermime": "^0.17.1", | ||
"@jupyterlab/services": "^3.0.1", | ||
"@phosphor/coreutils": "^1.3.0", | ||
@@ -40,0 +40,0 @@ "@phosphor/disposable": "^1.1.2", |
59769