@storecraft/dashboard 1.0.0 → 1.0.1
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/lib/index.cjs +2 -2
- package/dist/lib/index.js +2 -3
- package/dist/lib/index.umd.cjs +2 -2
- package/dist/website/a.html +12 -5
- package/dist/website/assets/index-YfK3rjdH.js +801 -0
- package/dist/website/index.html +1 -1
- package/dist/website/index2.mjs +67697 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storecraft/dashboard",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "Storecraft Official Dashboard",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Tomer Shalev (https://github.com/store-craft)",
|
@@ -33,7 +33,8 @@
|
|
33
33
|
"dashboard:lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
34
34
|
"dashboard:preview": "vite preview",
|
35
35
|
"dashboard:publish": "npm publish --access public",
|
36
|
-
"dashboard:analyze": "npx vite-bundle-visualizer -c vite.lib.config.js"
|
36
|
+
"dashboard:analyze": "npx vite-bundle-visualizer -c vite.lib.config.js",
|
37
|
+
"prepublishOnly": "npm run dashboard:build"
|
37
38
|
},
|
38
39
|
"dependencies": {
|
39
40
|
"@storecraft/core": "^1.0.0",
|