@tailor-cms/ce-quill-html-manifest 0.0.3 → 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 CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  version: () => version
27
27
  });
28
28
  module.exports = __toCommonJS(index_exports);
29
- var type = "QUILL_HTML";
29
+ var type = "HTML";
30
30
  var name = "Quill HTML";
31
31
  var initState = () => ({ content: "" });
32
32
  var version = "1.0";
package/dist/index.d.cts CHANGED
@@ -46,7 +46,7 @@ interface ElementManifest {
46
46
  };
47
47
  }
48
48
 
49
- declare const type = "QUILL_HTML";
49
+ declare const type = "HTML";
50
50
  declare const name = "Quill HTML";
51
51
  declare const initState: DataInitializer;
52
52
  declare const version = "1.0";
package/dist/index.d.ts CHANGED
@@ -46,7 +46,7 @@ interface ElementManifest {
46
46
  };
47
47
  }
48
48
 
49
- declare const type = "QUILL_HTML";
49
+ declare const type = "HTML";
50
50
  declare const name = "Quill HTML";
51
51
  declare const initState: DataInitializer;
52
52
  declare const version = "1.0";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var type = "QUILL_HTML";
2
+ var type = "HTML";
3
3
  var name = "Quill HTML";
4
4
  var initState = () => ({ content: "" });
5
5
  var version = "1.0";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS Quill HTML editor manifest",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.3",
6
+ "version": "0.0.4",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",