@tmagic/editor 1.3.0-alpha.0 → 1.3.0-alpha.1
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 -1
- package/dist/tmagic-editor.js.map +1 -1
- package/dist/tmagic-editor.umd.cjs +1 -0
- package/dist/tmagic-editor.umd.cjs.map +1 -1
- package/package.json +10 -10
- package/src/index.ts +1 -0
- package/types/index.d.ts +1 -0
|
@@ -7701,6 +7701,7 @@
|
|
|
7701
7701
|
exports.beforePaste = beforePaste;
|
|
7702
7702
|
exports.change2Fixed = change2Fixed;
|
|
7703
7703
|
exports.codeBlockService = codeBlockService;
|
|
7704
|
+
exports.dataSourceService = dataSourceService;
|
|
7704
7705
|
exports.debug = debug;
|
|
7705
7706
|
exports.default = index;
|
|
7706
7707
|
exports.depService = depService;
|