@jupyterlab/filebrowser-extension 4.2.0-beta.3 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +13 -13
  2. package/schema/browser.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/filebrowser-extension",
3
- "version": "4.2.0-beta.3",
3
+ "version": "4.2.0",
4
4
  "description": "JupyterLab - Filebrowser Widget Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,18 +37,18 @@
37
37
  "watch": "tsc -b --watch"
38
38
  },
39
39
  "dependencies": {
40
- "@jupyterlab/application": "^4.2.0-beta.3",
41
- "@jupyterlab/apputils": "^4.3.0-beta.3",
42
- "@jupyterlab/coreutils": "^6.2.0-beta.3",
43
- "@jupyterlab/docmanager": "^4.2.0-beta.3",
44
- "@jupyterlab/docregistry": "^4.2.0-beta.3",
45
- "@jupyterlab/filebrowser": "^4.2.0-beta.3",
46
- "@jupyterlab/services": "^7.2.0-beta.3",
47
- "@jupyterlab/settingregistry": "^4.2.0-beta.3",
48
- "@jupyterlab/statedb": "^4.2.0-beta.3",
49
- "@jupyterlab/statusbar": "^4.2.0-beta.3",
50
- "@jupyterlab/translation": "^4.2.0-beta.3",
51
- "@jupyterlab/ui-components": "^4.2.0-beta.3",
40
+ "@jupyterlab/application": "^4.2.0",
41
+ "@jupyterlab/apputils": "^4.3.0",
42
+ "@jupyterlab/coreutils": "^6.2.0",
43
+ "@jupyterlab/docmanager": "^4.2.0",
44
+ "@jupyterlab/docregistry": "^4.2.0",
45
+ "@jupyterlab/filebrowser": "^4.2.0",
46
+ "@jupyterlab/services": "^7.2.0",
47
+ "@jupyterlab/settingregistry": "^4.2.0",
48
+ "@jupyterlab/statedb": "^4.2.0",
49
+ "@jupyterlab/statusbar": "^4.2.0",
50
+ "@jupyterlab/translation": "^4.2.0",
51
+ "@jupyterlab/ui-components": "^4.2.0",
52
52
  "@lumino/algorithm": "^2.0.1",
53
53
  "@lumino/commands": "^2.3.0",
54
54
  "@lumino/widgets": "^2.3.2"
@@ -185,8 +185,8 @@
185
185
  "properties": {
186
186
  "navigateToCurrentDirectory": {
187
187
  "type": "boolean",
188
- "title": "Navigate to current directory",
189
- "description": "Whether to automatically navigate to a document's current directory",
188
+ "title": "Navigate to current folder",
189
+ "description": "Whether to automatically navigate to a document's current folder",
190
190
  "default": false
191
191
  },
192
192
  "useFuzzyFilter": {
@@ -197,8 +197,8 @@
197
197
  },
198
198
  "filterDirectories": {
199
199
  "type": "boolean",
200
- "title": "Filter directories",
201
- "description": "Whether to apply the search on directories",
200
+ "title": "Filter folders",
201
+ "description": "Whether to apply the search on folders",
202
202
  "default": true
203
203
  },
204
204
  "showLastModifiedColumn": {