@vc-shell/create-vc-app 1.0.196 → 1.0.198
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 +8 -0
- package/dist/index.js +2 -2
- package/dist/templates/base/_package.json +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.0.198](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.197...v1.0.198) (2024-04-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## [1.0.197](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.196...v1.0.197) (2024-04-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
1
9
|
## [1.0.196](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.195...v1.0.196) (2024-04-11)
|
|
2
10
|
|
|
3
11
|
|
package/dist/index.js
CHANGED
|
@@ -6,14 +6,14 @@ import i from "node:path";
|
|
|
6
6
|
import s from "node:fs";
|
|
7
7
|
import { fileURLToPath as Ce } from "node:url";
|
|
8
8
|
import { cwd as $e, argv as Re, exit as je } from "node:process";
|
|
9
|
-
const Ae = "@vc-shell/create-vc-app", we = "Application scaffolding", ke = "1.0.
|
|
9
|
+
const Ae = "@vc-shell/create-vc-app", we = "Application scaffolding", ke = "1.0.198", Oe = "module", Ne = "./dist/index.js", Me = [
|
|
10
10
|
"dist"
|
|
11
11
|
], Te = {
|
|
12
12
|
build: "vite build && yarn postbuild",
|
|
13
13
|
postbuild: "shx cp -R src/templates dist/"
|
|
14
14
|
}, Ue = {
|
|
15
15
|
"@types/prompts": "^2.4.4",
|
|
16
|
-
"@vc-shell/ts-config": "^1.0.
|
|
16
|
+
"@vc-shell/ts-config": "^1.0.198",
|
|
17
17
|
copyfiles: "^2.4.1",
|
|
18
18
|
"cross-env": "^7.0.3",
|
|
19
19
|
shx: "^0.3.4",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"@types/node": "^20.10.5",
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
25
25
|
"@typescript-eslint/parser": "^6.16.0",
|
|
26
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
27
|
-
"@vc-shell/release-config": "^1.0.
|
|
28
|
-
"@vc-shell/ts-config": "^1.0.
|
|
26
|
+
"@vc-shell/api-client-generator": "^1.0.198",
|
|
27
|
+
"@vc-shell/release-config": "^1.0.198",
|
|
28
|
+
"@vc-shell/ts-config": "^1.0.198",
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
30
30
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
31
31
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
58
|
-
"@vc-shell/config-generator": "^1.0.
|
|
59
|
-
"@vc-shell/framework": "^1.0.
|
|
58
|
+
"@vc-shell/config-generator": "^1.0.198",
|
|
59
|
+
"@vc-shell/framework": "^1.0.198",
|
|
60
60
|
"@vueuse/core": "^10.7.1",
|
|
61
61
|
"@vueuse/integrations": "^10.7.1",
|
|
62
62
|
"moment": "^2.30.1",
|
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": "1.0.
|
|
4
|
+
"version": "1.0.198",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/prompts": "^2.4.4",
|
|
16
|
-
"@vc-shell/ts-config": "^1.0.
|
|
16
|
+
"@vc-shell/ts-config": "^1.0.198",
|
|
17
17
|
"copyfiles": "^2.4.1",
|
|
18
18
|
"cross-env": "^7.0.3",
|
|
19
19
|
"shx": "^0.3.4",
|