@jupyterlab/terminal 4.0.11 → 4.0.13

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/tokens.d.ts CHANGED
@@ -80,7 +80,7 @@ export declare namespace ITerminal {
80
80
  */
81
81
  closeOnExit: boolean;
82
82
  /**
83
- * Whether to blink the cursor. Can only be set at startup.
83
+ * Whether to blink the cursor. Can only be set at startup.
84
84
  */
85
85
  cursorBlink: boolean;
86
86
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/terminal",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
4
4
  "description": "JupyterLab - Terminal Emulator Widget",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -42,9 +42,9 @@
42
42
  "watch": "tsc -b --watch"
43
43
  },
44
44
  "dependencies": {
45
- "@jupyterlab/apputils": "^4.1.11",
46
- "@jupyterlab/services": "^7.0.11",
47
- "@jupyterlab/translation": "^4.0.11",
45
+ "@jupyterlab/apputils": "^4.1.13",
46
+ "@jupyterlab/services": "^7.0.13",
47
+ "@jupyterlab/translation": "^4.0.13",
48
48
  "@lumino/coreutils": "^2.1.2",
49
49
  "@lumino/domutils": "^2.0.1",
50
50
  "@lumino/messaging": "^2.0.1",
@@ -56,7 +56,7 @@
56
56
  "xterm-addon-webgl": "~0.14.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@jupyterlab/testing": "^4.0.11",
59
+ "@jupyterlab/testing": "^4.0.13",
60
60
  "@types/jest": "^29.2.0",
61
61
  "canvas": "^2.11.2",
62
62
  "jest": "^29.2.0",
package/src/tokens.ts CHANGED
@@ -104,7 +104,7 @@ export namespace ITerminal {
104
104
  closeOnExit: boolean;
105
105
 
106
106
  /**
107
- * Whether to blink the cursor. Can only be set at startup.
107
+ * Whether to blink the cursor. Can only be set at startup.
108
108
  */
109
109
  cursorBlink: boolean;
110
110