@vc-shell/create-vc-app 1.1.91-alpha.4 → 1.1.91-alpha.5

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,23 +1,19 @@
1
- # Change Log
1
+ ## [1.1.91-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.4...v1.1.91-alpha.5) (2025-10-14)
2
+
3
+ **Note:** Version bump only for package @vc-shell/create-vc-app
2
4
 
3
5
  ## [1.1.91-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.3...v1.1.91-alpha.4) (2025-10-14)
4
6
 
5
7
  **Note:** Version bump only for package @vc-shell/create-vc-app
6
8
 
7
- # Change Log
8
-
9
9
  ## [1.1.91-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.2...v1.1.91-alpha.3) (2025-10-14)
10
10
 
11
11
  **Note:** Version bump only for package @vc-shell/create-vc-app
12
12
 
13
- # Change Log
14
-
15
13
  ## [1.1.91-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.1...v1.1.91-alpha.2) (2025-10-14)
16
14
 
17
15
  **Note:** Version bump only for package @vc-shell/create-vc-app
18
16
 
19
- # Change Log
20
-
21
17
  ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
22
18
 
23
19
  ### Features
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import c from "node:path";
6
6
  import s from "node:fs";
7
7
  import { fileURLToPath as Oe } from "node:url";
8
8
  import { cwd as Me, exit as Ee, argv as Te } from "node:process";
9
- const Ue = "1.1.91-alpha.4", I = {
9
+ const Ue = "1.1.91-alpha.5", I = {
10
10
  version: Ue
11
11
  };
12
12
  var Pe = typeof global == "object" && global && global.Object === Object && global, Le = typeof self == "object" && self && self.Object === Object && self, _e = Pe || Le || Function("return this")(), b = _e.Symbol, K = Object.prototype, ze = K.hasOwnProperty, De = K.toString, $ = b ? b.toStringTag : void 0;
@@ -23,9 +23,9 @@
23
23
  "@types/node": "^20.10.5",
24
24
  "@typescript-eslint/eslint-plugin": "^7.4.0",
25
25
  "@typescript-eslint/parser": "^7.4.0",
26
- "@vc-shell/api-client-generator": "^1.1.91-alpha.4",
27
- "@vc-shell/release-config": "^1.1.91-alpha.4",
28
- "@vc-shell/ts-config": "^1.1.91-alpha.4",
26
+ "@vc-shell/api-client-generator": "^1.1.91-alpha.5",
27
+ "@vc-shell/release-config": "^1.1.91-alpha.5",
28
+ "@vc-shell/ts-config": "^1.1.91-alpha.5",
29
29
  "@vitejs/plugin-vue": "^5.2.3",
30
30
  "@vue/eslint-config-prettier": "^9.0.0",
31
31
  "@vue/eslint-config-typescript": "^13.0.0",
@@ -53,8 +53,8 @@
53
53
  "vue-tsc": "^2.2.10"
54
54
  },
55
55
  "dependencies": {
56
- "@vc-shell/config-generator": "^1.1.91-alpha.4",
57
- "@vc-shell/framework": "^1.1.91-alpha.4",
56
+ "@vc-shell/config-generator": "^1.1.91-alpha.5",
57
+ "@vc-shell/framework": "^1.1.91-alpha.5",
58
58
  "@vueuse/core": "^10.7.1",
59
59
  "@vueuse/integrations": "^10.7.1",
60
60
  "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.1.91-alpha.4",
4
+ "version": "1.1.91-alpha.5",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
7
7
  "files": [
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/prompts": "^2.4.4",
17
- "@vc-shell/ts-config": "1.1.91-alpha.4",
17
+ "@vc-shell/ts-config": "1.1.91-alpha.5",
18
18
  "copyfiles": "^2.4.1",
19
19
  "cross-env": "^7.0.3",
20
20
  "shx": "^0.3.4",