@difizen/libro-jupyter 0.2.17 → 0.2.18

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.
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAiC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAwDpC,CAAC;AAEJ,eAAO,MAAM,kBAAkB,YAI9B,CAAC"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAiC/C;;GAEG;AACH,eAAO,MAAM,0BAA0B,YAwDpC,CAAC;AAEJ,eAAO,MAAM,kBAAkB,YAK9B,CAAC"}
package/es/module.js CHANGED
@@ -55,4 +55,4 @@ export var LibroJupyterNoEditorModule = ManaModule.create().register(JupyterWork
55
55
  }).dependOn(LibroModule, CodeCellModule, MarkdownCellModule, RawCellModule, StreamOutputModule, ErrorOutputModule, DisplayDataOutputModule, LibroToolbarModule, LibroKernelManageModule, LibroSearchModule, SearchCodeCellModule, LibroAddCellModule,
56
56
  // custom module
57
57
  LibroBetweenCellModule, KeybindInstructionsModule, PlotlyModule, LibroJupyterFileModule, WidgetModule);
58
- export var LibroJupyterModule = ManaModule.create().dependOn(LibroE2EditorModule, CodeMirrorEditorModule, LibroLanguageClientModule);
58
+ export var LibroJupyterModule = ManaModule.create().dependOn(LibroE2EditorModule, CodeMirrorEditorModule, LibroJupyterNoEditorModule, LibroLanguageClientModule);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -31,22 +31,22 @@
31
31
  "src"
32
32
  ],
33
33
  "dependencies": {
34
- "@difizen/libro-cofine-editor": "^0.2.17",
35
- "@difizen/libro-code-editor": "^0.2.17",
36
- "@difizen/libro-code-cell": "^0.2.17",
37
- "@difizen/libro-codemirror": "^0.2.17",
38
- "@difizen/libro-rendermime": "^0.2.17",
39
- "@difizen/libro-common": "^0.2.17",
40
- "@difizen/libro-core": "^0.2.17",
41
- "@difizen/libro-kernel": "^0.2.17",
42
- "@difizen/libro-l10n": "^0.2.17",
43
- "@difizen/libro-output": "^0.2.17",
44
- "@difizen/libro-search": "^0.2.17",
45
- "@difizen/libro-search-code-cell": "^0.2.17",
46
- "@difizen/libro-lsp": "^0.2.17",
47
- "@difizen/libro-markdown-cell": "^0.2.17",
48
- "@difizen/libro-raw-cell": "^0.2.17",
49
- "@difizen/libro-language-client": "^0.2.17",
34
+ "@difizen/libro-cofine-editor": "^0.2.18",
35
+ "@difizen/libro-code-editor": "^0.2.18",
36
+ "@difizen/libro-code-cell": "^0.2.18",
37
+ "@difizen/libro-codemirror": "^0.2.18",
38
+ "@difizen/libro-rendermime": "^0.2.18",
39
+ "@difizen/libro-common": "^0.2.18",
40
+ "@difizen/libro-core": "^0.2.18",
41
+ "@difizen/libro-kernel": "^0.2.18",
42
+ "@difizen/libro-l10n": "^0.2.18",
43
+ "@difizen/libro-output": "^0.2.18",
44
+ "@difizen/libro-search": "^0.2.18",
45
+ "@difizen/libro-search-code-cell": "^0.2.18",
46
+ "@difizen/libro-lsp": "^0.2.18",
47
+ "@difizen/libro-markdown-cell": "^0.2.18",
48
+ "@difizen/libro-raw-cell": "^0.2.18",
49
+ "@difizen/libro-language-client": "^0.2.18",
50
50
  "@difizen/mana-app": "latest",
51
51
  "@difizen/mana-l10n": "latest",
52
52
  "@ant-design/colors": "^7.0.0",
package/src/module.ts CHANGED
@@ -122,5 +122,6 @@ export const LibroJupyterNoEditorModule = ManaModule.create()
122
122
  export const LibroJupyterModule = ManaModule.create().dependOn(
123
123
  LibroE2EditorModule,
124
124
  CodeMirrorEditorModule,
125
+ LibroJupyterNoEditorModule,
125
126
  LibroLanguageClientModule,
126
127
  );