@tailor-cms/ce-image-display 1.0.1 → 1.0.2
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_style = require("./style.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 = "IMAGE";
|
|
6
6
|
var name = "Image";
|
|
7
7
|
var initState = () => ({
|
|
8
8
|
url: null,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./style.css";
|
|
2
2
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode } from "vue";
|
|
3
|
-
var type = "
|
|
3
|
+
var type = "IMAGE";
|
|
4
4
|
var name = "Image";
|
|
5
5
|
var initState = () => ({
|
|
6
6
|
url: null,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS image element end-user component",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.2",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typescript": "^5.1.6",
|
|
24
24
|
"vite": "^4.4.5",
|
|
25
25
|
"vue-tsc": "^1.8.5",
|
|
26
|
-
"@tailor-cms/ce-image-manifest": "1.0.
|
|
26
|
+
"@tailor-cms/ce-image-manifest": "1.0.2"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|