@vc-shell/framework 2.0.7-pr237.4b187d7 → 2.0.8
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/dist/framework.js
CHANGED
|
@@ -2027,8 +2027,8 @@ function pr() {
|
|
|
2027
2027
|
function Er() {
|
|
2028
2028
|
return {
|
|
2029
2029
|
version: "2.0.7",
|
|
2030
|
-
buildDate: "2026-06-
|
|
2031
|
-
gitHash: "
|
|
2030
|
+
buildDate: "2026-06-11T08:09:43.035Z",
|
|
2031
|
+
gitHash: "26ce8ec97"
|
|
2032
2032
|
};
|
|
2033
2033
|
}
|
|
2034
2034
|
function hr(e = Er()) {
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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.
|
|
139
|
-
"@vc-shell/config-generator": "2.0.
|
|
140
|
-
"@vc-shell/ts-config": "2.0.
|
|
138
|
+
"@vc-shell/api-client-generator": "2.0.8",
|
|
139
|
+
"@vc-shell/config-generator": "2.0.8",
|
|
140
|
+
"@vc-shell/ts-config": "2.0.8",
|
|
141
141
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
142
142
|
"@vue/test-utils": "^2.4.5",
|
|
143
143
|
"cypress-signalr-mock": "^1.5.0",
|