@difizen/libro-prompt-cell 0.3.45 → 0.3.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-prompt-cell",
3
- "version": "0.3.45",
3
+ "version": "0.3.47",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -32,11 +32,11 @@
32
32
  "src"
33
33
  ],
34
34
  "dependencies": {
35
- "@difizen/libro-code-editor": "^0.3.45",
36
- "@difizen/libro-jupyter": "^0.3.45",
37
- "@difizen/libro-rendermime": "^0.3.45",
38
- "@difizen/libro-common": "^0.3.45",
39
- "@difizen/libro-core": "^0.3.45",
35
+ "@difizen/libro-code-editor": "^0.3.47",
36
+ "@difizen/libro-jupyter": "^0.3.47",
37
+ "@difizen/libro-rendermime": "^0.3.47",
38
+ "@difizen/libro-common": "^0.3.47",
39
+ "@difizen/libro-core": "^0.3.47",
40
40
  "@ant-design/icons": "^5.1.0",
41
41
  "@difizen/mana-l10n": "latest",
42
42
  "@difizen/mana-app": "latest",
@@ -438,7 +438,7 @@ export class LibroPromptCellView extends LibroEditableExecutableCellView {
438
438
  cell: this,
439
439
  toJSON: () => ({ cellId: this.id }),
440
440
  })
441
- .then(async (outputArea) => {
441
+ .then(async (outputArea: LibroOutputArea) => {
442
442
  this.outputArea = outputArea;
443
443
  const output = this.outputs;
444
444
  if (isOutput(output)) {