@vc-shell/create-vc-app 1.0.338 → 1.0.339

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05)
2
+
3
+
4
+
1
5
  ## [1.0.338](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.337...v1.0.338) (2025-02-05)
2
6
 
3
7
 
package/dist/index.js CHANGED
@@ -6,14 +6,14 @@ import i from "node:path";
6
6
  import u from "node:fs";
7
7
  import { fileURLToPath as $e } from "node:url";
8
8
  import { cwd as je, argv as Ae, exit as ke } from "node:process";
9
- const we = "@vc-shell/create-vc-app", Oe = "Application scaffolding", Ne = "1.0.338", Me = "module", Te = "./dist/index.js", Ue = [
9
+ const we = "@vc-shell/create-vc-app", Oe = "Application scaffolding", Ne = "1.0.339", Me = "module", Te = "./dist/index.js", Ue = [
10
10
  "dist"
11
11
  ], Ee = {
12
12
  build: "vite build && yarn postbuild",
13
13
  postbuild: "shx cp -R src/templates dist/"
14
14
  }, Le = {
15
15
  "@types/prompts": "^2.4.4",
16
- "@vc-shell/ts-config": "^1.0.338",
16
+ "@vc-shell/ts-config": "^1.0.339",
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.338",
27
- "@vc-shell/release-config": "^1.0.338",
28
- "@vc-shell/ts-config": "^1.0.338",
26
+ "@vc-shell/api-client-generator": "^1.0.339",
27
+ "@vc-shell/release-config": "^1.0.339",
28
+ "@vc-shell/ts-config": "^1.0.339",
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",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@fortawesome/fontawesome-free": "^5.15.3",
57
- "@vc-shell/config-generator": "^1.0.338",
58
- "@vc-shell/framework": "^1.0.338",
57
+ "@vc-shell/config-generator": "^1.0.339",
58
+ "@vc-shell/framework": "^1.0.339",
59
59
  "@vueuse/core": "^10.7.1",
60
60
  "@vueuse/integrations": "^10.7.1",
61
61
  "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": "1.0.338",
4
+ "version": "1.0.339",
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.338",
16
+ "@vc-shell/ts-config": "^1.0.339",
17
17
  "copyfiles": "^2.4.1",
18
18
  "cross-env": "^7.0.3",
19
19
  "shx": "^0.3.4",