@jupyterlab/application-extension
Advanced tools
Comparing version 0.18.5 to 0.18.6
@@ -187,3 +187,3 @@ "use strict"; | ||
const match = treeMatch || workspaceMatch; | ||
const path = decodeURIComponent(match[1]); | ||
const path = decodeURI(match[1]); | ||
const { page, workspaces } = app.info.urls; | ||
@@ -190,0 +190,0 @@ const workspace = coreutils_1.PathExt.basename(app.info.workspace); |
{ | ||
"name": "@jupyterlab/application-extension", | ||
"version": "0.18.5", | ||
"version": "0.18.6", | ||
"description": "JupyterLab - Application Extension", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.18.4", | ||
"@jupyterlab/application": "^0.18.5", | ||
"@jupyterlab/apputils": "^0.18.4", | ||
@@ -35,0 +35,0 @@ "@jupyterlab/coreutils": "^2.1.4", |
Sorry, the diff of this file is not supported yet
39577