shop-components 0.3.1 → 0.3.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/dev/src/scene.d.ts +1 -0
- package/dist/dev/src/slot.d.ts +1 -0
- package/dist/shop-components.cjs +27 -27
- package/dist/shop-components.mjs +1359 -1354
- package/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shop-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Shop components",
|
|
5
5
|
"main": "dist/shop-components.umd.js",
|
|
6
6
|
"module": "dist/shop-components.mjs",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"dts": "tsc --emitDeclarationOnly & tsc & storybook build -o dist",
|
|
10
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
11
10
|
"dev": "vite dev",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"vite": "vite build",
|
|
15
|
-
"version": "auto-changelog -p && git add CHANGELOG.md"
|
|
11
|
+
"build": "vite build",
|
|
12
|
+
"v": "auto-changelog -p && git add CHANGELOG.md"
|
|
16
13
|
},
|
|
17
14
|
"files": [
|
|
18
15
|
"dist",
|