@vc-shell/create-vc-app 2.0.0-alpha.7 → 2.0.0-alpha.8
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/CHANGELOG.md +4 -0
- package/dist/index.js +1 -1
- package/dist/templates/dynamic-module/_package.json.ejs +3 -3
- package/dist/templates/host-app/_package.json.ejs +4 -4
- package/dist/templates/standalone/_package.json.ejs +4 -4
- package/package.json +2 -2
- package/dist/templates/host-app/public/assets/1.jpeg +0 -0
- package/dist/templates/host-app/public/assets/2.jpg +0 -0
- package/dist/templates/host-app/public/assets/3.jpg +0 -0
- package/dist/templates/host-app/public/assets/app-select.svg +0 -11
- package/dist/templates/host-app/public/assets/avatar.jpg +0 -0
- package/dist/templates/host-app/public/assets/empty.png +0 -0
- package/dist/templates/standalone/public/assets/1.jpeg +0 -0
- package/dist/templates/standalone/public/assets/2.jpg +0 -0
- package/dist/templates/standalone/public/assets/3.jpg +0 -0
- package/dist/templates/standalone/public/assets/app-select.svg +0 -11
- package/dist/templates/standalone/public/assets/avatar.jpg +0 -0
- package/dist/templates/standalone/public/assets/empty.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
|
|
2
|
+
|
|
3
|
+
**Note:** Version bump only for package @vc-shell/create-vc-app
|
|
4
|
+
|
|
1
5
|
# [2.0.0-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2026-03-11)
|
|
2
6
|
|
|
3
7
|
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/node": "^20.10.5",
|
|
13
|
-
"@vc-shell/ts-config": "^2.0.0-alpha.
|
|
13
|
+
"@vc-shell/ts-config": "^2.0.0-alpha.8",
|
|
14
14
|
"cross-env": "^7.0.3",
|
|
15
15
|
"sass": "^1.87.0",
|
|
16
16
|
"typescript": "^5.8.3",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"vue-tsc": "^2.2.10"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@vc-shell/config-generator": "^2.0.0-alpha.
|
|
22
|
-
"@vc-shell/framework": "^2.0.0-alpha.
|
|
21
|
+
"@vc-shell/config-generator": "^2.0.0-alpha.8",
|
|
22
|
+
"@vc-shell/framework": "^2.0.0-alpha.8",
|
|
23
23
|
"vue": "^3.5.13",
|
|
24
24
|
"vue-router": "^4.2.5"
|
|
25
25
|
}
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@types/node": "^20.10.5",
|
|
23
23
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
24
24
|
"@typescript-eslint/parser": "^7.4.0",
|
|
25
|
-
"@vc-shell/api-client-generator": "^2.0.0-alpha.
|
|
26
|
-
"@vc-shell/ts-config": "^2.0.0-alpha.
|
|
25
|
+
"@vc-shell/api-client-generator": "^2.0.0-alpha.8",
|
|
26
|
+
"@vc-shell/ts-config": "^2.0.0-alpha.8",
|
|
27
27
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
28
28
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
29
29
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"vue-tsc": "^2.2.10"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@vc-shell/config-generator": "^2.0.0-alpha.
|
|
55
|
-
"@vc-shell/framework": "^2.0.0-alpha.
|
|
54
|
+
"@vc-shell/config-generator": "^2.0.0-alpha.8",
|
|
55
|
+
"@vc-shell/framework": "^2.0.0-alpha.8",
|
|
56
56
|
"@vueuse/core": "^10.7.1",
|
|
57
57
|
"@vueuse/integrations": "^10.7.1",
|
|
58
58
|
"cross-spawn": "^7.0.3",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@types/node": "^20.10.5",
|
|
23
23
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
24
24
|
"@typescript-eslint/parser": "^7.4.0",
|
|
25
|
-
"@vc-shell/api-client-generator": "^2.0.0-alpha.
|
|
26
|
-
"@vc-shell/ts-config": "^2.0.0-alpha.
|
|
25
|
+
"@vc-shell/api-client-generator": "^2.0.0-alpha.8",
|
|
26
|
+
"@vc-shell/ts-config": "^2.0.0-alpha.8",
|
|
27
27
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
28
28
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
29
29
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"vue-tsc": "^2.2.10"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@vc-shell/config-generator": "^2.0.0-alpha.
|
|
55
|
-
"@vc-shell/framework": "^2.0.0-alpha.
|
|
54
|
+
"@vc-shell/config-generator": "^2.0.0-alpha.8",
|
|
55
|
+
"@vc-shell/framework": "^2.0.0-alpha.8",
|
|
56
56
|
"@vueuse/core": "^10.7.1",
|
|
57
57
|
"@vueuse/integrations": "^10.7.1",
|
|
58
58
|
"cross-spawn": "^7.0.3",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/create-vc-app",
|
|
3
3
|
"description": "Application scaffolding",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/ejs": "^3.1.5",
|
|
17
17
|
"@types/prompts": "^2.4.4",
|
|
18
|
-
"@vc-shell/ts-config": "2.0.0-alpha.
|
|
18
|
+
"@vc-shell/ts-config": "2.0.0-alpha.8",
|
|
19
19
|
"copyfiles": "^2.4.1",
|
|
20
20
|
"cross-env": "^7.0.3",
|
|
21
21
|
"shx": "^0.3.4",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="2.53846" cy="2.53846" r="2.53846" fill="#7E8E9D"/>
|
|
3
|
-
<ellipse cx="11" cy="2.53846" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
4
|
-
<ellipse cx="19.4616" cy="2.53846" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
5
|
-
<ellipse cx="2.53846" cy="11" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
6
|
-
<ellipse cx="2.53846" cy="19.4615" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
7
|
-
<circle cx="11" cy="11" r="2.53846" fill="#7E8E9D"/>
|
|
8
|
-
<circle cx="11" cy="19.4615" r="2.53846" fill="#7E8E9D"/>
|
|
9
|
-
<circle cx="19.4616" cy="11" r="2.53846" fill="#7E8E9D"/>
|
|
10
|
-
<circle cx="19.4616" cy="19.4615" r="2.53846" fill="#7E8E9D"/>
|
|
11
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="2.53846" cy="2.53846" r="2.53846" fill="#7E8E9D"/>
|
|
3
|
-
<ellipse cx="11" cy="2.53846" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
4
|
-
<ellipse cx="19.4616" cy="2.53846" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
5
|
-
<ellipse cx="2.53846" cy="11" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
6
|
-
<ellipse cx="2.53846" cy="19.4615" rx="2.53846" ry="2.53846" fill="#7E8E9D"/>
|
|
7
|
-
<circle cx="11" cy="11" r="2.53846" fill="#7E8E9D"/>
|
|
8
|
-
<circle cx="11" cy="19.4615" r="2.53846" fill="#7E8E9D"/>
|
|
9
|
-
<circle cx="19.4616" cy="11" r="2.53846" fill="#7E8E9D"/>
|
|
10
|
-
<circle cx="19.4616" cy="19.4615" r="2.53846" fill="#7E8E9D"/>
|
|
11
|
-
</svg>
|
|
Binary file
|
|
Binary file
|