@jupyterlab/terminal 4.0.0-alpha.3 → 4.0.0-alpha.6
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.js +0 -2
- package/lib/tokens.js.map +1 -1
- package/package.json +7 -7
package/lib/tokens.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
// Copyright (c) Jupyter Development Team.
|
|
2
2
|
// Distributed under the terms of the Modified BSD License.
|
|
3
3
|
import { Token } from '@lumino/coreutils';
|
|
4
|
-
/* tslint:disable */
|
|
5
4
|
/**
|
|
6
5
|
* The editor tracker token.
|
|
7
6
|
*/
|
|
8
7
|
export const ITerminalTracker = new Token('@jupyterlab/terminal:ITerminalTracker');
|
|
9
|
-
/* tslint:enable */
|
|
10
8
|
/**
|
|
11
9
|
* The namespace for terminals. Separated from the widget so it can be lazy
|
|
12
10
|
* loaded.
|
package/lib/tokens.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.js","sourceRoot":"","sources":["../src/tokens.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAI3D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C
|
|
1
|
+
{"version":3,"file":"tokens.js","sourceRoot":"","sources":["../src/tokens.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,2DAA2D;AAI3D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,KAAK,CACvC,uCAAuC,CACxC,CAAC;AAEF;;;GAGG;AACH,MAAM,KAAW,SAAS,CAiIzB;AAjID,WAAiB,SAAS;IA+FxB;;OAEG;IACU,wBAAc,GAAa;QACtC,KAAK,EAAE,SAAS;QAChB,UAAU,EAAE,gDAAgD;QAC5D,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,GAAG;QACf,UAAU,EAAE,IAAI;QAChB,eAAe,EAAE,KAAK;QACtB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,EAAE;QAClB,gBAAgB,EAAE,KAAK;QACvB,cAAc,EAAE,IAAI;QACpB,OAAO,EAAE,IAAI;QACb,eAAe,EAAE,KAAK;KACvB,CAAC;AAiBJ,CAAC,EAjIgB,SAAS,KAAT,SAAS,QAiIzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/terminal",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.6",
|
|
4
4
|
"description": "JupyterLab - Terminal Emulator Widget",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"watch": "tsc -b --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@jupyterlab/apputils": "^4.0.0-alpha.
|
|
45
|
-
"@jupyterlab/services": "^7.0.0-alpha.
|
|
46
|
-
"@jupyterlab/translation": "^4.0.0-alpha.
|
|
47
|
-
"@lumino/coreutils": "^1.
|
|
44
|
+
"@jupyterlab/apputils": "^4.0.0-alpha.6",
|
|
45
|
+
"@jupyterlab/services": "^7.0.0-alpha.6",
|
|
46
|
+
"@jupyterlab/translation": "^4.0.0-alpha.6",
|
|
47
|
+
"@lumino/coreutils": "^1.12.0",
|
|
48
48
|
"@lumino/domutils": "^1.8.1",
|
|
49
49
|
"@lumino/messaging": "^1.10.1",
|
|
50
|
-
"@lumino/widgets": "^1.
|
|
50
|
+
"@lumino/widgets": "^1.31.1",
|
|
51
51
|
"xterm": "~4.8.1",
|
|
52
52
|
"xterm-addon-fit": "~0.4.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@jupyterlab/testutils": "^4.0.0-alpha.
|
|
55
|
+
"@jupyterlab/testutils": "^4.0.0-alpha.6",
|
|
56
56
|
"@types/jest": "^26.0.10",
|
|
57
57
|
"canvas": "^2.6.1",
|
|
58
58
|
"jest": "^26.4.2",
|