@difizen/libro-lab 0.2.4 → 0.2.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/es/index.d.ts +1 -0
- package/es/index.d.ts.map +1 -1
- package/es/index.js +1 -0
- package/package.json +10 -10
- package/src/index.ts +1 -0
package/es/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from './command/index.js';
|
|
|
7
7
|
export * from './toc/index.js';
|
|
8
8
|
export * from './welcome/index.js';
|
|
9
9
|
export * from './kernel-manager/index.js';
|
|
10
|
+
export * from './kernel-and-terminal-panel/index.js';
|
|
10
11
|
export * from './common/index.js';
|
|
11
12
|
export * from './image-viewer/index.js';
|
|
12
13
|
export * from './editor-viewer/index.js';
|
package/es/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC"}
|
package/es/index.js
CHANGED
|
@@ -7,6 +7,7 @@ export * from "./command/index.js";
|
|
|
7
7
|
export * from "./toc/index.js";
|
|
8
8
|
export * from "./welcome/index.js";
|
|
9
9
|
export * from "./kernel-manager/index.js";
|
|
10
|
+
export * from "./kernel-and-terminal-panel/index.js";
|
|
10
11
|
export * from "./common/index.js";
|
|
11
12
|
export * from "./image-viewer/index.js";
|
|
12
13
|
export * from "./editor-viewer/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-lab",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ant-design/icons": "^5.1.0",
|
|
37
|
-
"@difizen/libro-core": "^0.2.
|
|
38
|
-
"@difizen/libro-jupyter": "^0.2.
|
|
39
|
-
"@difizen/libro-kernel": "^0.2.
|
|
40
|
-
"@difizen/libro-prompt-cell": "^0.2.
|
|
41
|
-
"@difizen/libro-terminal": "^0.2.
|
|
42
|
-
"@difizen/libro-toc": "^0.2.
|
|
43
|
-
"@difizen/libro-cofine-editor-core": "^0.2.
|
|
44
|
-
"@difizen/libro-language-client": "^0.2.
|
|
45
|
-
"@difizen/libro-widget": "^0.2.
|
|
37
|
+
"@difizen/libro-core": "^0.2.6",
|
|
38
|
+
"@difizen/libro-jupyter": "^0.2.6",
|
|
39
|
+
"@difizen/libro-kernel": "^0.2.6",
|
|
40
|
+
"@difizen/libro-prompt-cell": "^0.2.6",
|
|
41
|
+
"@difizen/libro-terminal": "^0.2.6",
|
|
42
|
+
"@difizen/libro-toc": "^0.2.6",
|
|
43
|
+
"@difizen/libro-cofine-editor-core": "^0.2.6",
|
|
44
|
+
"@difizen/libro-language-client": "^0.2.6",
|
|
45
|
+
"@difizen/libro-widget": "^0.2.6",
|
|
46
46
|
"@difizen/mana-app": "latest",
|
|
47
47
|
"@difizen/mana-common": "latest",
|
|
48
48
|
"@difizen/mana-react": "latest",
|
package/src/index.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from './command/index.js';
|
|
|
7
7
|
export * from './toc/index.js';
|
|
8
8
|
export * from './welcome/index.js';
|
|
9
9
|
export * from './kernel-manager/index.js';
|
|
10
|
+
export * from './kernel-and-terminal-panel/index.js';
|
|
10
11
|
export * from './common/index.js';
|
|
11
12
|
export * from './image-viewer/index.js';
|
|
12
13
|
export * from './editor-viewer/index.js';
|