@jupyterlab/settingeditor-extension 4.6.0-rc.1 → 4.6.1

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 +11 -11
  2. package/schema/form-ui.json +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/settingeditor-extension",
3
- "version": "4.6.0-rc.1",
3
+ "version": "4.6.1",
4
4
  "description": "JupyterLab - Setting Editor Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@codemirror/commands": "^6.10.2",
41
41
  "@codemirror/view": "^6.39.14",
42
- "@jupyterlab/application": "^4.6.0-rc.1",
43
- "@jupyterlab/apputils": "^4.7.0-rc.1",
44
- "@jupyterlab/codeeditor": "^4.6.0-rc.1",
45
- "@jupyterlab/pluginmanager": "^4.6.0-rc.1",
46
- "@jupyterlab/rendermime": "^4.6.0-rc.1",
47
- "@jupyterlab/settingeditor": "^4.6.0-rc.1",
48
- "@jupyterlab/settingregistry": "^4.6.0-rc.1",
49
- "@jupyterlab/statedb": "^4.6.0-rc.1",
50
- "@jupyterlab/translation": "^4.6.0-rc.1",
51
- "@jupyterlab/ui-components": "^4.6.0-rc.1",
42
+ "@jupyterlab/application": "^4.6.1",
43
+ "@jupyterlab/apputils": "^4.7.1",
44
+ "@jupyterlab/codeeditor": "^4.6.1",
45
+ "@jupyterlab/pluginmanager": "^4.6.1",
46
+ "@jupyterlab/rendermime": "^4.6.1",
47
+ "@jupyterlab/settingeditor": "^4.6.1",
48
+ "@jupyterlab/settingregistry": "^4.6.1",
49
+ "@jupyterlab/statedb": "^4.6.1",
50
+ "@jupyterlab/translation": "^4.6.1",
51
+ "@jupyterlab/ui-components": "^4.6.1",
52
52
  "@lumino/disposable": "^2.1.5",
53
53
  "react": "^18.2.0"
54
54
  },
@@ -5,6 +5,7 @@
5
5
  "settingEditorType": {
6
6
  "title": "Type of editor for the setting.",
7
7
  "description": "Set the type of editor to use while editing your settings.",
8
+ "type": "string",
8
9
  "oneOf": [
9
10
  { "const": "json", "title": "JSON" },
10
11
  { "const": "ui", "title": "UI" }