@tailor-cms/ce-quill-html-display 0.0.2 → 0.0.4
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var import_index = require("./index.css");
|
|
3
3
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
4
|
const vue = require("vue");
|
|
5
|
-
var type = "
|
|
5
|
+
var type = "HTML";
|
|
6
6
|
var name = "Quill HTML";
|
|
7
7
|
var initState = () => ({ content: "" });
|
|
8
8
|
var version = "1.0";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS Quill HTML editor end-user component",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.4",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typescript": "^5.7.3",
|
|
24
24
|
"vite": "^6.1.0",
|
|
25
25
|
"vue-tsc": "^2.2.0",
|
|
26
|
-
"@tailor-cms/ce-quill-html-manifest": "0.0.
|
|
26
|
+
"@tailor-cms/ce-quill-html-manifest": "0.0.4"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|