@tailor-cms/ce-embed-manifest 0.0.6 → 0.0.8

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(src_exports, {
26
26
  version: () => version
27
27
  });
28
28
  module.exports = __toCommonJS(src_exports);
29
- var type = "CE_EMBED";
29
+ var type = "EMBED";
30
30
  var name = "Embed";
31
31
  var initState = () => ({ height: 260 });
32
32
  var version = "1.0";
package/dist/index.d.cts CHANGED
@@ -47,7 +47,7 @@ interface ElementManifest {
47
47
  };
48
48
  }
49
49
 
50
- declare const type = "CE_EMBED";
50
+ declare const type = "EMBED";
51
51
  declare const name = "Embed";
52
52
  declare const initState: DataInitializer;
53
53
  declare const version = "1.0";
package/dist/index.d.ts CHANGED
@@ -47,7 +47,7 @@ interface ElementManifest {
47
47
  };
48
48
  }
49
49
 
50
- declare const type = "CE_EMBED";
50
+ declare const type = "EMBED";
51
51
  declare const name = "Embed";
52
52
  declare const initState: DataInitializer;
53
53
  declare const version = "1.0";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var type = "CE_EMBED";
2
+ var type = "EMBED";
3
3
  var name = "Embed";
4
4
  var initState = () => ({ height: 260 });
5
5
  var version = "1.0";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS embed element manifest",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.6",
6
+ "version": "0.0.8",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",