@difizen/libro-sql-cell 0.3.46 → 0.3.48

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-sql-cell",
3
- "version": "0.3.46",
3
+ "version": "0.3.48",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -32,10 +32,10 @@
32
32
  "src"
33
33
  ],
34
34
  "dependencies": {
35
- "@difizen/libro-code-editor": "^0.3.46",
36
- "@difizen/libro-jupyter": "^0.3.46",
37
- "@difizen/libro-rendermime": "^0.3.46",
38
- "@difizen/libro-common": "^0.3.46",
35
+ "@difizen/libro-code-editor": "^0.3.48",
36
+ "@difizen/libro-jupyter": "^0.3.48",
37
+ "@difizen/libro-rendermime": "^0.3.48",
38
+ "@difizen/libro-common": "^0.3.48",
39
39
  "@ant-design/icons": "^5.1.0",
40
40
  "@difizen/mana-app": "latest",
41
41
  "@difizen/mana-l10n": "latest"
@@ -344,7 +344,7 @@ export class LibroSqlCellView extends LibroEditableExecutableCellView {
344
344
  cell: this,
345
345
  toJSON: () => ({ cellId: this.id }),
346
346
  })
347
- .then(async (outputArea) => {
347
+ .then(async (outputArea: LibroOutputArea) => {
348
348
  this.outputArea = outputArea;
349
349
  const output = this.outputs;
350
350
  if (isOutput(output)) {