@hailin-zheng/editor-core 2.0.32 → 2.0.33

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.
@@ -412,6 +412,7 @@ export declare class DocEditor {
412
412
  * 设置标尺
413
413
  */
414
414
  refreshDocRule(rule: DocRule): void;
415
+ version(): string;
415
416
  }
416
417
  export interface IReaderManager {
417
418
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "2.0.32",
7
+ "version": "2.0.33",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",