xactsize-webcomponents 1.0.0 → 1.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/README.md +1 -1
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -25,6 +25,6 @@ npm install xactsize-webcomponent
|
|
|
25
25
|
|
|
26
26
|
```html
|
|
27
27
|
<body-measurer culture="pt-BR" product-name="Calça Legging" skus='[{"dimensions":{"Size":"S"},"measures":{"height":39,"length":78,"width":78}},{"dimensions":{"Size":"M"},"measures":{"height":40,"length":82,"width":82}}]'></body-measurer>
|
|
28
|
-
<script type="module" src="https://cdn.jsdelivr.net/npm/xactsize-
|
|
28
|
+
<script type="module" src="https://cdn.jsdelivr.net/npm/xactsize-webcomponents@1.0.3/dist/body-measurer.es.js"></script>
|
|
29
29
|
```
|
|
30
30
|
</details>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xactsize-webcomponents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A web component for body measurements and size recommendations",
|
|
5
5
|
"main": "dist/body-measurer.umd.js",
|
|
6
6
|
"module": "dist/body-measurer.es.js",
|
|
@@ -32,7 +32,12 @@
|
|
|
32
32
|
"vite-plugin-dts": "^4.5.3",
|
|
33
33
|
"typescript": "^5.0.0"
|
|
34
34
|
},
|
|
35
|
-
"keywords": [
|
|
35
|
+
"keywords": [
|
|
36
|
+
"web-component",
|
|
37
|
+
"lit",
|
|
38
|
+
"body-measurement",
|
|
39
|
+
"ecommerce"
|
|
40
|
+
],
|
|
36
41
|
"author": "Your Name",
|
|
37
42
|
"license": "SEE LICENSE IN LICENSE.md"
|
|
38
43
|
}
|