@difizen/libro-shared-model 0.1.14 → 0.1.16

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.
Files changed (2) hide show
  1. package/es/ymodels.js +4 -4
  2. package/package.json +2 -2
package/es/ymodels.js CHANGED
@@ -929,8 +929,8 @@ export var YBaseCell = /*#__PURE__*/function () {
929
929
  /**
930
930
  * Shareable code cell.
931
931
  */
932
- export var YCodeCell = /*#__PURE__*/function (_YBaseCell) {
933
- _inherits(YCodeCell, _YBaseCell);
932
+ export var YCodeCell = /*#__PURE__*/function (_YBaseCell2) {
933
+ _inherits(YCodeCell, _YBaseCell2);
934
934
  var _super2 = _createSuper(YCodeCell);
935
935
  /**
936
936
  * Code cell constructor
@@ -1284,8 +1284,8 @@ export var YMarkdownCell = /*#__PURE__*/function (_YAttachmentCell2) {
1284
1284
  * Standalone cells emit events immediately after they have been created, but they must not
1285
1285
  * be included into a (Shared)Notebook.
1286
1286
  */
1287
- export var YNotebook = /*#__PURE__*/function (_YDocument) {
1288
- _inherits(YNotebook, _YDocument);
1287
+ export var YNotebook = /*#__PURE__*/function (_YDocument2) {
1288
+ _inherits(YNotebook, _YDocument2);
1289
1289
  var _super6 = _createSuper(YNotebook);
1290
1290
  function YNotebook() {
1291
1291
  var _options$disableDocum, _options$cellTypeAdap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-shared-model",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -32,7 +32,7 @@
32
32
  "src"
33
33
  ],
34
34
  "dependencies": {
35
- "@difizen/libro-common": "^0.1.14",
35
+ "@difizen/libro-common": "^0.1.16",
36
36
  "@difizen/mana-app": "latest",
37
37
  "uuid": "^9.0.0",
38
38
  "y-protocols": "^1.0.5",