@difizen/libro-lab 0.2.4 → 0.2.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/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.4",
3
+ "version": "0.2.5",
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.4",
38
- "@difizen/libro-jupyter": "^0.2.4",
39
- "@difizen/libro-kernel": "^0.2.4",
40
- "@difizen/libro-prompt-cell": "^0.2.4",
41
- "@difizen/libro-terminal": "^0.2.4",
42
- "@difizen/libro-toc": "^0.2.4",
43
- "@difizen/libro-cofine-editor-core": "^0.2.4",
44
- "@difizen/libro-language-client": "^0.2.4",
45
- "@difizen/libro-widget": "^0.2.4",
37
+ "@difizen/libro-core": "^0.2.5",
38
+ "@difizen/libro-jupyter": "^0.2.5",
39
+ "@difizen/libro-kernel": "^0.2.5",
40
+ "@difizen/libro-prompt-cell": "^0.2.5",
41
+ "@difizen/libro-terminal": "^0.2.5",
42
+ "@difizen/libro-toc": "^0.2.5",
43
+ "@difizen/libro-cofine-editor-core": "^0.2.5",
44
+ "@difizen/libro-language-client": "^0.2.5",
45
+ "@difizen/libro-widget": "^0.2.5",
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';