From 422dea062dbeba5a40cf268097c2f70ae244f99a Mon Sep 17 00:00:00 2001 From: Maksim Date: Thu, 6 Feb 2025 18:06:42 +0300 Subject: [PATCH] release: v1.0.340 --- CHANGELOG.md | 17 ++++ cli/api-client/CHANGELOG.md | 4 + cli/api-client/package.json | 4 +- cli/create-vc-app/CHANGELOG.md | 4 + cli/create-vc-app/package.json | 4 +- .../src/templates/base/_package.json | 10 +-- configs/release-config/CHANGELOG.md | 4 + configs/release-config/package.json | 4 +- configs/ts-config/CHANGELOG.md | 4 + configs/ts-config/package.json | 2 +- configs/vite-config/CHANGELOG.md | 4 + configs/vite-config/package.json | 4 +- framework/CHANGELOG.md | 17 ++++ framework/package.json | 8 +- package.json | 2 +- sample/vc-app-extend/CHANGELOG.md | 4 + sample/vc-app-extend/package.json | 12 +-- sample/vc-app/CHANGELOG.md | 4 + sample/vc-app/package.json | 12 +-- yarn.lock | 86 +++++++++---------- 20 files changed, 136 insertions(+), 74 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a406077..6f4aa762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + +### Bug Fixes + +* **login:** improve error handling for incorrect credentials ([d9464d0](https://github.com/VirtoCommerce/vc-shell/commit/d9464d0e824f298800730a433bdc63ff2c1f246f)) +* **vc-table:** prevent potential null reference in table state key ([9b6c2da](https://github.com/VirtoCommerce/vc-shell/commit/9b6c2da2762c6e423557ba44139b0a4ec053dc64)) + + +### Features + +* **useSettings:** improve UI customization settings handling ([0a5c38d](https://github.com/VirtoCommerce/vc-shell/commit/0a5c38daa9f9fbea4eb7f60b481253c78b5bca62)) +* **vc-app:** add logo append slot to app bar and app components ([74018b3](https://github.com/VirtoCommerce/vc-shell/commit/74018b34dd10127e62413f00bc75c34254067b4d)) +* **vc-image:** add HTTPS URL conversion for secure image loading ([b38c31a](https://github.com/VirtoCommerce/vc-shell/commit/b38c31ad0c06ff9e22cb80e5bd9d13a0f0b2f3d6)) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index 462b34b3..3e149943 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index 02f7feab..ebe98186 100644 --- a/cli/api-client/package.json +++ b/cli/api-client/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/api-client-generator", "description": "Tool for API clients generation", - "version": "1.0.339", + "version": "1.0.340", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/cross-spawn": "^6.0.6", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/ts-config": "^1.0.340", "typescript": "~5.3.3" }, "dependencies": { diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index ec999456..0977c3de 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index 771dd168..b44450c5 100644 --- a/cli/create-vc-app/package.json +++ b/cli/create-vc-app/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/create-vc-app", "description": "Application scaffolding", - "version": "1.0.339", + "version": "1.0.340", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/ts-config": "^1.0.340", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "shx": "^0.3.4", diff --git a/cli/create-vc-app/src/templates/base/_package.json b/cli/create-vc-app/src/templates/base/_package.json index a5647c07..a7f010f1 100644 --- a/cli/create-vc-app/src/templates/base/_package.json +++ b/cli/create-vc-app/src/templates/base/_package.json @@ -23,9 +23,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "@vc-shell/api-client-generator": "^1.0.339", - "@vc-shell/release-config": "^1.0.339", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/api-client-generator": "^1.0.340", + "@vc-shell/release-config": "^1.0.340", + "@vc-shell/ts-config": "^1.0.340", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -54,8 +54,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@vc-shell/config-generator": "^1.0.339", - "@vc-shell/framework": "^1.0.339", + "@vc-shell/config-generator": "^1.0.340", + "@vc-shell/framework": "^1.0.340", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "cross-spawn": "^7.0.3", diff --git a/configs/release-config/CHANGELOG.md b/configs/release-config/CHANGELOG.md index 4c797353..4f3661ac 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 2bae7d96..cc6ff8ae 100644 --- a/configs/release-config/package.json +++ b/configs/release-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/release-config", - "version": "1.0.339", + "version": "1.0.340", "type": "module", "main": "dist/release-config.js", "types": "./dist/index.d.ts", @@ -22,7 +22,7 @@ "@types/cross-spawn": "^6.0.6", "@types/prompts": "^2.4.7", "@types/semver": "^7.5.4", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/ts-config": "^1.0.340", "typescript": "~5.3.3", "vite-plugin-dts": "^3.6.4" }, diff --git a/configs/ts-config/CHANGELOG.md b/configs/ts-config/CHANGELOG.md index a9e5198d..2e1603ee 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index c1db4382..c023c7f6 100644 --- a/configs/ts-config/package.json +++ b/configs/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/ts-config", - "version": "1.0.339", + "version": "1.0.340", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index f6ec82b1..2f7958eb 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/configs/vite-config/package.json b/configs/vite-config/package.json index 816a1d87..650f1d70 100644 --- a/configs/vite-config/package.json +++ b/configs/vite-config/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/config-generator", "description": "Generate Vite configurations", - "version": "1.0.339", + "version": "1.0.340", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -19,7 +19,7 @@ "vue": "^3.5.8" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/ts-config": "^1.0.340", "http-proxy-middleware": "^3.0.2", "tsc-alias": "^1.8.8", "typescript": "~5.3.3" diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index ece8ccc8..d08f805d 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + +### Bug Fixes + +* **login:** improve error handling for incorrect credentials ([d9464d0](https://github.com/VirtoCommerce/vc-shell/commit/d9464d0e824f298800730a433bdc63ff2c1f246f)) +* **vc-table:** prevent potential null reference in table state key ([9b6c2da](https://github.com/VirtoCommerce/vc-shell/commit/9b6c2da2762c6e423557ba44139b0a4ec053dc64)) + + +### Features + +* **useSettings:** improve UI customization settings handling ([0a5c38d](https://github.com/VirtoCommerce/vc-shell/commit/0a5c38daa9f9fbea4eb7f60b481253c78b5bca62)) +* **vc-app:** add logo append slot to app bar and app components ([74018b3](https://github.com/VirtoCommerce/vc-shell/commit/74018b34dd10127e62413f00bc75c34254067b4d)) +* **vc-image:** add HTTPS URL conversion for secure image loading ([b38c31a](https://github.com/VirtoCommerce/vc-shell/commit/b38c31ad0c06ff9e22cb80e5bd9d13a0f0b2f3d6)) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/framework/package.json b/framework/package.json index cece45f0..00eaeaeb 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.339", + "version": "1.0.340", "type": "module", "main": "./dist/framework.js", "types": "./dist/index.d.ts", @@ -59,9 +59,9 @@ }, "devDependencies": { "@types/dompurify": "^3.0.5", - "@vc-shell/api-client-generator": "^1.0.339", - "@vc-shell/config-generator": "^1.0.339", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/api-client-generator": "^1.0.340", + "@vc-shell/config-generator": "^1.0.340", + "@vc-shell/ts-config": "^1.0.340", "@vitejs/plugin-vue": "5.0.3", "cypress-signalr-mock": "^1.5.0", "sass": "^1.69.6", diff --git a/package.json b/package.json index efa04b45..6c52a42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.339", + "version": "1.0.340", "private": true, "repository": "https://github.com/VirtoCommerce/vc-shell", "scripts": { diff --git a/sample/vc-app-extend/CHANGELOG.md b/sample/vc-app-extend/CHANGELOG.md index 2afc7757..27be3325 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index 6fc295f9..d60d4585 100644 --- a/sample/vc-app-extend/package.json +++ b/sample/vc-app-extend/package.json @@ -1,6 +1,6 @@ { "name": "vc-app-extend", - "version": "1.0.339", + "version": "1.0.340", "private": true, "scripts": { "serve": "cross-env APP_ENV=development vite --force", @@ -26,9 +26,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.339", - "@vc-shell/release-config": "^1.0.339", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/api-client-generator": "^1.0.340", + "@vc-shell/release-config": "^1.0.340", + "@vc-shell/ts-config": "^1.0.340", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -59,8 +59,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app-extend/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.339", - "@vc-shell/framework": "^1.0.339", + "@vc-shell/config-generator": "^1.0.340", + "@vc-shell/framework": "^1.0.340", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/sample/vc-app/CHANGELOG.md b/sample/vc-app/CHANGELOG.md index 542a0239..ebea1d9a 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06) + + + ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index 2a9d89fe..39d4bc91 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.339", + "version": "1.0.340", "private": true, "scripts": { "bootstrap": "yarn build:api && yarn build:modules-library", @@ -33,9 +33,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.339", - "@vc-shell/release-config": "^1.0.339", - "@vc-shell/ts-config": "^1.0.339", + "@vc-shell/api-client-generator": "^1.0.340", + "@vc-shell/release-config": "^1.0.340", + "@vc-shell/ts-config": "^1.0.340", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -66,8 +66,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.339", - "@vc-shell/framework": "^1.0.339", + "@vc-shell/config-generator": "^1.0.340", + "@vc-shell/framework": "^1.0.340", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index 82fd83be..297248a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4832,12 +4832,12 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.339, @vc-shell/api-client-generator@npm:~1.0.339, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.340, @vc-shell/api-client-generator@npm:~1.0.340, @vc-shell/api-client-generator@workspace:cli/api-client": version: 0.0.0-use.local resolution: "@vc-shell/api-client-generator@workspace:cli/api-client" dependencies: "@types/cross-spawn": "npm:^6.0.6" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/ts-config": "npm:^1.0.340" chalk: "npm:^2.4.2" cross-spawn: "npm:^7.0.3" nswag: "npm:^13.20.0" @@ -4849,11 +4849,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/config-generator@npm:^1.0.339, @vc-shell/config-generator@workspace:configs/vite-config": +"@vc-shell/config-generator@npm:^1.0.340, @vc-shell/config-generator@workspace:configs/vite-config": version: 0.0.0-use.local resolution: "@vc-shell/config-generator@workspace:configs/vite-config" dependencies: - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/ts-config": "npm:^1.0.340" "@vitejs/plugin-vue": "npm:5.0.3" http-proxy-middleware: "npm:^3.0.2" tsc-alias: "npm:^1.8.8" @@ -4870,7 +4870,7 @@ __metadata: resolution: "@vc-shell/create-vc-app@workspace:cli/create-vc-app" dependencies: "@types/prompts": "npm:^2.4.4" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/ts-config": "npm:^1.0.340" chalk: "npm:^2.4.2" copyfiles: "npm:^2.4.1" cross-env: "npm:^7.0.3" @@ -4886,7 +4886,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/framework@npm:^1.0.339, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.340, @vc-shell/framework@workspace:framework": version: 0.0.0-use.local resolution: "@vc-shell/framework@workspace:framework" dependencies: @@ -4895,9 +4895,9 @@ __metadata: "@microsoft/signalr": "npm:^8.0.0" "@types/dompurify": "npm:^3.0.5" "@vavt/cm-extension": "npm:^1.5.0" - "@vc-shell/api-client-generator": "npm:^1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/api-client-generator": "npm:^1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" "@vee-validate/i18n": "npm:^4.12.4" "@vee-validate/rules": "npm:^4.12.4" "@vitejs/plugin-vue": "npm:5.0.3" @@ -4932,14 +4932,14 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/release-config@npm:^1.0.339, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.340, @vc-shell/release-config@workspace:configs/release-config": version: 0.0.0-use.local resolution: "@vc-shell/release-config@workspace:configs/release-config" dependencies: "@types/cross-spawn": "npm:^6.0.6" "@types/prompts": "npm:^2.4.7" "@types/semver": "npm:^7.5.4" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/ts-config": "npm:^1.0.340" chalk: "npm:^2.4.2" cross-spawn: "npm:^7.0.3" mri: "npm:^1.2.0" @@ -5023,23 +5023,23 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/ts-config@npm:^1.0.339, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.340, @vc-shell/ts-config@workspace:configs/ts-config": version: 0.0.0-use.local resolution: "@vc-shell/ts-config@workspace:configs/ts-config" languageName: unknown linkType: soft -"@vcmp-vendor-portal/api@npm:^1.0.337, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client": +"@vcmp-vendor-portal/api@npm:^1.0.338, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client": version: 0.0.0-use.local resolution: "@vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client" languageName: unknown linkType: soft -"@vcmp-vendor-portal/modules@npm:^1.0.337, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules": +"@vcmp-vendor-portal/modules@npm:^1.0.338, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules": version: 0.0.0-use.local resolution: "@vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules" peerDependencies: - "@vcmp-vendor-portal/api": ^1.0.337 + "@vcmp-vendor-portal/api": ^1.0.338 languageName: unknown linkType: soft @@ -5826,13 +5826,13 @@ __metadata: "@types/node": "npm:^20.10.5" "@typescript-eslint/eslint-plugin": "npm:^7.4.0" "@typescript-eslint/parser": "npm:^7.4.0" - "@vc-shell/api-client-generator": "npm:^1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/framework": "npm:^1.0.339" - "@vc-shell/release-config": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" - "@vcmp-vendor-portal/api": "npm:^1.0.337" - "@vcmp-vendor-portal/modules": "npm:^1.0.337" + "@vc-shell/api-client-generator": "npm:^1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/framework": "npm:^1.0.340" + "@vc-shell/release-config": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" + "@vcmp-vendor-portal/api": "npm:^1.0.338" + "@vcmp-vendor-portal/modules": "npm:^1.0.338" "@virtocommerce/import-app": "npm:^1.0.167" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" @@ -5889,12 +5889,12 @@ __metadata: "@types/uuid": "npm:^9.0.8" "@typescript-eslint/eslint-plugin": "npm:^6.16.0" "@typescript-eslint/parser": "npm:^6.16.0" - "@vc-shell/api-client-generator": "npm:~1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/framework": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" - "@vcmp-vendor-portal/api": "npm:^1.0.337" - "@vcmp-vendor-portal/modules": "npm:^1.0.337" + "@vc-shell/api-client-generator": "npm:~1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/framework": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" + "@vcmp-vendor-portal/api": "npm:^1.0.338" + "@vcmp-vendor-portal/modules": "npm:^1.0.338" "@virtocommerce/import-app": "npm:^1.0.167" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" @@ -13963,11 +13963,11 @@ __metadata: "@types/node": "npm:^20.10.5" "@typescript-eslint/eslint-plugin": "npm:^6.16.0" "@typescript-eslint/parser": "npm:^6.16.0" - "@vc-shell/api-client-generator": "npm:^1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/framework": "npm:^1.0.339" - "@vc-shell/release-config": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/api-client-generator": "npm:^1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/framework": "npm:^1.0.340" + "@vc-shell/release-config": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^12.0.0" @@ -14873,11 +14873,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app-extend/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/framework": "npm:^1.0.339" - "@vc-shell/release-config": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/api-client-generator": "npm:^1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/framework": "npm:^1.0.340" + "@vc-shell/release-config": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0" @@ -14928,11 +14928,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.339" - "@vc-shell/config-generator": "npm:^1.0.339" - "@vc-shell/framework": "npm:^1.0.339" - "@vc-shell/release-config": "npm:^1.0.339" - "@vc-shell/ts-config": "npm:^1.0.339" + "@vc-shell/api-client-generator": "npm:^1.0.340" + "@vc-shell/config-generator": "npm:^1.0.340" + "@vc-shell/framework": "npm:^1.0.340" + "@vc-shell/release-config": "npm:^1.0.340" + "@vc-shell/ts-config": "npm:^1.0.340" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0"