@tmagic/editor 1.3.2 → 1.3.3

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.
@@ -10520,6 +10520,10 @@
10520
10520
  }
10521
10521
  };
10522
10522
 
10523
+ Object.defineProperty(exports, 'DepTargetType', {
10524
+ enumerable: true,
10525
+ get: () => dep.DepTargetType
10526
+ });
10523
10527
  exports.CODE_DRAFT_STORAGE_KEY = CODE_DRAFT_STORAGE_KEY;
10524
10528
  exports.COPY_STORAGE_KEY = COPY_STORAGE_KEY;
10525
10529
  exports.CodeBlockEditor = _sfc_main$P;