@jupyterlab/settingregistry 4.0.3 → 4.0.5
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.
- package/lib/plugin-schema.json +5 -0
- package/package.json +8 -8
- package/src/plugin-schema.json +5 -0
package/lib/plugin-schema.json
CHANGED
|
@@ -287,6 +287,11 @@
|
|
|
287
287
|
"description": "If defined, it will override the command label",
|
|
288
288
|
"type": "string"
|
|
289
289
|
},
|
|
290
|
+
"caption": {
|
|
291
|
+
"title": "Item caption",
|
|
292
|
+
"description": "If defined, it will override the command caption",
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
290
295
|
"type": {
|
|
291
296
|
"title": "Item type",
|
|
292
297
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/settingregistry",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Settings registry for Jupyterlab",
|
|
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/nbformat": "^4.0.
|
|
41
|
-
"@jupyterlab/statedb": "^4.0.
|
|
42
|
-
"@lumino/commands": "^2.1.
|
|
43
|
-
"@lumino/coreutils": "^2.1.
|
|
44
|
-
"@lumino/disposable": "^2.1.
|
|
45
|
-
"@lumino/signaling": "^2.1.
|
|
40
|
+
"@jupyterlab/nbformat": "^4.0.5",
|
|
41
|
+
"@jupyterlab/statedb": "^4.0.5",
|
|
42
|
+
"@lumino/commands": "^2.1.3",
|
|
43
|
+
"@lumino/coreutils": "^2.1.2",
|
|
44
|
+
"@lumino/disposable": "^2.1.2",
|
|
45
|
+
"@lumino/signaling": "^2.1.2",
|
|
46
46
|
"@rjsf/utils": "^5.1.0",
|
|
47
47
|
"ajv": "^8.12.0",
|
|
48
48
|
"json5": "^2.2.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@jupyterlab/testing": "^4.0.
|
|
51
|
+
"@jupyterlab/testing": "^4.0.5",
|
|
52
52
|
"@types/jest": "^29.2.0",
|
|
53
53
|
"jest": "^29.2.0",
|
|
54
54
|
"rimraf": "~3.0.0",
|
package/src/plugin-schema.json
CHANGED
|
@@ -287,6 +287,11 @@
|
|
|
287
287
|
"description": "If defined, it will override the command label",
|
|
288
288
|
"type": "string"
|
|
289
289
|
},
|
|
290
|
+
"caption": {
|
|
291
|
+
"title": "Item caption",
|
|
292
|
+
"description": "If defined, it will override the command caption",
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
290
295
|
"type": {
|
|
291
296
|
"title": "Item type",
|
|
292
297
|
"type": "string",
|