@jupyterlab/notebook-extension 4.3.0 → 4.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook-extension",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "JupyterLab - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,35 +37,35 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@jupyter/ydoc": "^3.0.0",
40
- "@jupyterlab/application": "^4.3.0",
41
- "@jupyterlab/apputils": "^4.4.0",
42
- "@jupyterlab/cells": "^4.3.0",
43
- "@jupyterlab/codeeditor": "^4.3.0",
44
- "@jupyterlab/codemirror": "^4.3.0",
45
- "@jupyterlab/completer": "^4.3.0",
46
- "@jupyterlab/coreutils": "^6.3.0",
47
- "@jupyterlab/docmanager": "^4.3.0",
48
- "@jupyterlab/docmanager-extension": "^4.3.0",
49
- "@jupyterlab/docregistry": "^4.3.0",
50
- "@jupyterlab/documentsearch": "^4.3.0",
51
- "@jupyterlab/filebrowser": "^4.3.0",
52
- "@jupyterlab/launcher": "^4.3.0",
53
- "@jupyterlab/logconsole": "^4.3.0",
54
- "@jupyterlab/lsp": "^4.3.0",
55
- "@jupyterlab/mainmenu": "^4.3.0",
56
- "@jupyterlab/metadataform": "^4.3.0",
57
- "@jupyterlab/nbformat": "^4.3.0",
58
- "@jupyterlab/notebook": "^4.3.0",
59
- "@jupyterlab/observables": "^5.3.0",
60
- "@jupyterlab/property-inspector": "^4.3.0",
61
- "@jupyterlab/rendermime": "^4.3.0",
62
- "@jupyterlab/services": "^7.3.0",
63
- "@jupyterlab/settingregistry": "^4.3.0",
64
- "@jupyterlab/statedb": "^4.3.0",
65
- "@jupyterlab/statusbar": "^4.3.0",
66
- "@jupyterlab/toc": "^6.3.0",
67
- "@jupyterlab/translation": "^4.3.0",
68
- "@jupyterlab/ui-components": "^4.3.0",
40
+ "@jupyterlab/application": "^4.3.2",
41
+ "@jupyterlab/apputils": "^4.4.2",
42
+ "@jupyterlab/cells": "^4.3.2",
43
+ "@jupyterlab/codeeditor": "^4.3.2",
44
+ "@jupyterlab/codemirror": "^4.3.2",
45
+ "@jupyterlab/completer": "^4.3.2",
46
+ "@jupyterlab/coreutils": "^6.3.2",
47
+ "@jupyterlab/docmanager": "^4.3.2",
48
+ "@jupyterlab/docmanager-extension": "^4.3.2",
49
+ "@jupyterlab/docregistry": "^4.3.2",
50
+ "@jupyterlab/documentsearch": "^4.3.2",
51
+ "@jupyterlab/filebrowser": "^4.3.2",
52
+ "@jupyterlab/launcher": "^4.3.2",
53
+ "@jupyterlab/logconsole": "^4.3.2",
54
+ "@jupyterlab/lsp": "^4.3.2",
55
+ "@jupyterlab/mainmenu": "^4.3.2",
56
+ "@jupyterlab/metadataform": "^4.3.2",
57
+ "@jupyterlab/nbformat": "^4.3.2",
58
+ "@jupyterlab/notebook": "^4.3.2",
59
+ "@jupyterlab/observables": "^5.3.2",
60
+ "@jupyterlab/property-inspector": "^4.3.2",
61
+ "@jupyterlab/rendermime": "^4.3.2",
62
+ "@jupyterlab/services": "^7.3.2",
63
+ "@jupyterlab/settingregistry": "^4.3.2",
64
+ "@jupyterlab/statedb": "^4.3.2",
65
+ "@jupyterlab/statusbar": "^4.3.2",
66
+ "@jupyterlab/toc": "^6.3.2",
67
+ "@jupyterlab/translation": "^4.3.2",
68
+ "@jupyterlab/ui-components": "^4.3.2",
69
69
  "@lumino/algorithm": "^2.0.2",
70
70
  "@lumino/commands": "^2.3.1",
71
71
  "@lumino/coreutils": "^2.2.0",
@@ -5,7 +5,7 @@
5
5
  {
6
6
  "command": "completer:invoke-notebook",
7
7
  "keys": ["Tab"],
8
- "selector": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled"
8
+ "selector": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"
9
9
  }
10
10
  ],
11
11
  "properties": {},