@univerjs/sheets-thread-comment 0.16.1 → 0.17.0

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/lib/facade.js CHANGED
@@ -349,7 +349,6 @@ let l = class {
349
349
  const n = this._getRef();
350
350
  return this._injector.createInstance(A, o, e, n);
351
351
  }
352
- // eslint-disable-next-line
353
352
  /**
354
353
  * @deprecated use `getRichText` as instead
355
354
  */
@@ -397,14 +396,12 @@ let l = class {
397
396
  }
398
397
  );
399
398
  }
400
- // eslint-disable-next-line
401
399
  /**
402
400
  * @deprecated use `deleteAsync` as instead.
403
401
  */
404
402
  delete() {
405
403
  return this.deleteAsync();
406
404
  }
407
- // eslint-disable-next-line
408
405
  /**
409
406
  * @deprecated use `updateAsync` as instead
410
407
  */
@@ -453,7 +450,6 @@ let l = class {
453
450
  }
454
451
  );
455
452
  }
456
- // eslint-disable-next-line
457
453
  /**
458
454
  * @deprecated use `resolveAsync` as instead
459
455
  */