@vc-shell/framework 2.0.6-pr233.eb3442a → 2.0.6-pr234.7f3f395

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "2.0.6-pr233.eb3442a",
3
+ "version": "2.0.6-pr234.7f3f395",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -135,9 +135,9 @@
135
135
  "@types/dompurify": "^3.0.5",
136
136
  "@types/semver": "^7.7.1",
137
137
  "@types/sortablejs": "^1.15.9",
138
- "@vc-shell/api-client-generator": "2.0.6-pr233.eb3442a",
139
- "@vc-shell/config-generator": "2.0.6-pr233.eb3442a",
140
- "@vc-shell/ts-config": "2.0.6-pr233.eb3442a",
138
+ "@vc-shell/api-client-generator": "2.0.6-pr234.7f3f395",
139
+ "@vc-shell/config-generator": "2.0.6-pr234.7f3f395",
140
+ "@vc-shell/ts-config": "2.0.6-pr234.7f3f395",
141
141
  "@vitejs/plugin-vue": "^5.2.3",
142
142
  "@vue/test-utils": "^2.4.5",
143
143
  "cypress-signalr-mock": "^1.5.0",
@@ -161,5 +161,10 @@
161
161
  },
162
162
  "bin": {
163
163
  "vc-check-locales": "./dist/scripts/check-locales.cjs"
164
+ },
165
+ "repository": {
166
+ "type": "git",
167
+ "url": "git+https://github.com/VirtoCommerce/vc-shell.git",
168
+ "directory": "framework"
164
169
  }
165
- }
170
+ }