@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.
- package/dist/tmagic-editor.js +1 -0
- package/dist/tmagic-editor.js.map +1 -1
- package/dist/tmagic-editor.umd.cjs +4 -0
- package/dist/tmagic-editor.umd.cjs.map +1 -1
- package/package.json +11 -11
- package/src/index.ts +1 -1
- package/types/index.d.ts +1 -1
|
@@ -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;
|