@vc-shell/config-generator 1.1.91-alpha.1 → 1.1.91-alpha.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,22 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## [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
+
5
+ **Note:** Version bump only for package @vc-shell/config-generator
6
+
7
+ # Change Log
8
+
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
+
11
+ **Note:** Version bump only for package @vc-shell/config-generator
12
+
13
+ # Change Log
14
+
15
+ ## [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
+
17
+ **Note:** Version bump only for package @vc-shell/config-generator
18
+
19
+ # Change Log
5
20
 
6
21
  ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
7
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vc-shell/config-generator",
3
3
  "description": "Generate Vite configurations",
4
- "version": "1.1.91-alpha.1",
4
+ "version": "1.1.91-alpha.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "vue": "^3.5.13"
20
20
  },
21
21
  "devDependencies": {
22
- "@vc-shell/ts-config": "1.1.91-alpha.1",
22
+ "@vc-shell/ts-config": "1.1.91-alpha.4",
23
23
  "http-proxy-middleware": "^3.0.2",
24
24
  "rollup-plugin-visualizer": "^6.0.3",
25
25
  "tsc-alias": "^1.8.8",