@tailor-cms/ce-embed-server 0.0.7 → 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
@@ -33,7 +33,7 @@ __export(src_exports, {
33
33
  module.exports = __toCommonJS(src_exports);
34
34
 
35
35
  // ../manifest/dist/index.js
36
- var type = "CE_EMBED";
36
+ var type = "EMBED";
37
37
  var initState = () => ({ height: 260 });
38
38
 
39
39
  // src/index.ts
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // ../manifest/dist/index.js
2
- var type = "CE_EMBED";
2
+ var type = "EMBED";
3
3
  var initState = () => ({ height: 260 });
4
4
 
5
5
  // src/index.ts
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS embed element server component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.7",
6
+ "version": "0.0.8",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "@tailor-cms/eslint-config": "0.0.2",
21
21
  "tsup": "^7.2.0",
22
22
  "typescript": "^5.1.6",
23
- "@tailor-cms/ce-embed-manifest": "0.0.7"
23
+ "@tailor-cms/ce-embed-manifest": "0.0.8"
24
24
  },
25
25
  "tsup": {
26
26
  "entry": [