@vc-shell/config-generator 2.0.0-alpha.33-pr220.455e322 → 2.0.0-alpha.35

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [2.0.0-alpha.35](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2026-04-22)
2
+
3
+ ### Features
4
+
5
+ - **setup:** introduce unsetup script and enhance setup process ([0b0ad7f](https://github.com/VirtoCommerce/vc-shell/commit/0b0ad7f2a47564783b3914f58f04d5cc21ce828e))
6
+
7
+ # [2.0.0-alpha.34](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2026-04-22)
8
+
9
+ **Note:** Version bump only for package @vc-shell/config-generator
10
+
1
11
  # [2.0.0-alpha.33](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2026-04-14)
2
12
 
3
13
  **Note:** Version bump only for package @vc-shell/config-generator
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": "2.0.0-alpha.33-pr220.455e322",
4
+ "version": "2.0.0-alpha.35",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -16,13 +16,13 @@
16
16
  "@vitejs/plugin-vue": "^5.2.3",
17
17
  "@vue/compiler-sfc": "^3.5.30",
18
18
  "vite": "^6.3.3",
19
- "vite-plugin-checker": "^0.9.1",
19
+ "vite-plugin-checker": "^0.13.0",
20
20
  "vite-plugin-circular-dependency": "^0.5.0",
21
21
  "vite-plugin-mkcert": "^1.17.1",
22
22
  "vue": "^3.5.30"
23
23
  },
24
24
  "devDependencies": {
25
- "@vc-shell/ts-config": "2.0.0-alpha.33-pr220.455e322",
25
+ "@vc-shell/ts-config": "2.0.0-alpha.35",
26
26
  "http-proxy-middleware": "^3.0.2",
27
27
  "rollup-plugin-visualizer": "^6.0.3",
28
28
  "tsc-alias": "^1.8.8",