@jupyterlab/filebrowser
Advanced tools
Comparing version 0.17.0-1 to 0.17.1
@@ -11,3 +11,3 @@ import { Toolbar } from '@jupyterlab/apputils'; | ||
* | ||
* The widget uses the Jupyter Contents API to retreive contents, | ||
* The widget uses the Jupyter Contents API to retrieve contents, | ||
* and presents itself as a flat list of files and directories with | ||
@@ -14,0 +14,0 @@ * breadcrumbs. |
@@ -38,3 +38,3 @@ "use strict"; | ||
* | ||
* The widget uses the Jupyter Contents API to retreive contents, | ||
* The widget uses the Jupyter Contents API to retrieve contents, | ||
* and presents itself as a flat list of files and directories with | ||
@@ -223,1 +223,2 @@ * breadcrumbs. | ||
exports.FileBrowser = FileBrowser; | ||
//# sourceMappingURL=browser.js.map |
@@ -316,1 +316,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=crumbs.js.map |
@@ -11,1 +11,2 @@ "use strict"; | ||
exports.IFileBrowserFactory = new coreutils_1.Token('@jupyterlab/filebrowser:IFileBrowserFactory'); | ||
//# sourceMappingURL=factory.js.map |
@@ -15,1 +15,2 @@ "use strict"; | ||
__export(require("./upload")); | ||
//# sourceMappingURL=index.js.map |
@@ -1646,1 +1646,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=listing.js.map |
@@ -571,1 +571,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=model.js.map |
@@ -89,1 +89,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=upload.js.map |
{ | ||
"name": "@jupyterlab/filebrowser", | ||
"version": "0.17.0-1", | ||
"version": "0.17.1", | ||
"description": "JupyterLab - FileBrowser Widget", | ||
@@ -33,7 +33,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.17.0-1", | ||
"@jupyterlab/coreutils": "^2.0.0-1", | ||
"@jupyterlab/docmanager": "^0.17.0-1", | ||
"@jupyterlab/docregistry": "^0.17.0-1", | ||
"@jupyterlab/services": "^3.0.0-1", | ||
"@jupyterlab/apputils": "^0.17.1", | ||
"@jupyterlab/coreutils": "^2.0.1", | ||
"@jupyterlab/docmanager": "^0.17.1", | ||
"@jupyterlab/docregistry": "^0.17.1", | ||
"@jupyterlab/services": "^3.0.1", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -40,0 +40,0 @@ "@phosphor/commands": "^1.5.0", |
Sorry, the diff of this file is not supported yet
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
313012