@tailor-cms/ce-modal-server 0.0.2 → 0.0.3

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
@@ -17,20 +17,20 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/index.ts
20
- var src_exports = {};
21
- __export(src_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  afterLoaded: () => afterLoaded,
23
23
  afterRetrieve: () => afterRetrieve,
24
24
  afterSave: () => afterSave,
25
25
  beforeDisplay: () => beforeDisplay,
26
26
  beforeSave: () => beforeSave,
27
- default: () => src_default,
27
+ default: () => index_default,
28
28
  hookMap: () => hookMap,
29
29
  initState: () => initState,
30
30
  onUserInteraction: () => onUserInteraction,
31
31
  type: () => type
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
33
+ module.exports = __toCommonJS(index_exports);
34
34
 
35
35
  // ../manifest/dist/index.js
36
36
  var type = "MODAL";
@@ -75,7 +75,7 @@ var hookMap = new Map(
75
75
  beforeDisplay
76
76
  })
77
77
  );
78
- var src_default = {
78
+ var index_default = {
79
79
  type,
80
80
  hookMap,
81
81
  initState,
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ var hookMap = new Map(
41
41
  beforeDisplay
42
42
  })
43
43
  );
44
- var src_default = {
44
+ var index_default = {
45
45
  type,
46
46
  hookMap,
47
47
  initState,
@@ -58,7 +58,7 @@ export {
58
58
  afterSave,
59
59
  beforeDisplay,
60
60
  beforeSave,
61
- src_default as default,
61
+ index_default as default,
62
62
  hookMap,
63
63
  initState,
64
64
  onUserInteraction,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS modal server component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.2",
6
+ "version": "0.0.3",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -16,11 +16,11 @@
16
16
  "dist"
17
17
  ],
18
18
  "devDependencies": {
19
- "@tailor-cms/cek-common": "^0.0.3",
19
+ "@tailor-cms/cek-common": "^0.0.4",
20
20
  "@tailor-cms/eslint-config": "0.0.2",
21
- "tsup": "^7.2.0",
22
- "typescript": "^5.1.6",
23
- "@tailor-cms/ce-modal-manifest": "0.0.2"
21
+ "tsup": "^8.3.6",
22
+ "typescript": "^5.7.3",
23
+ "@tailor-cms/ce-modal-manifest": "0.0.3"
24
24
  },
25
25
  "tsup": {
26
26
  "entry": [