@vc-shell/framework 2.0.10-pr240.41fca76 → 2.0.10-pr241.e655447
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 +2 -2
- package/package.json +4 -4
package/dist/framework.js
CHANGED
|
@@ -2028,8 +2028,8 @@ const Er = "2.0.10";
|
|
|
2028
2028
|
function hr() {
|
|
2029
2029
|
return {
|
|
2030
2030
|
version: Er,
|
|
2031
|
-
buildDate: "2026-06-
|
|
2032
|
-
gitHash: "
|
|
2031
|
+
buildDate: "2026-06-18T12:24:35.034Z",
|
|
2032
|
+
gitHash: "e65544727"
|
|
2033
2033
|
};
|
|
2034
2034
|
}
|
|
2035
2035
|
function vr(e = hr()) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "2.0.10-
|
|
3
|
+
"version": "2.0.10-pr241.e655447",
|
|
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.10-
|
|
139
|
-
"@vc-shell/config-generator": "2.0.10-
|
|
140
|
-
"@vc-shell/ts-config": "2.0.10-
|
|
138
|
+
"@vc-shell/api-client-generator": "2.0.10-pr241.e655447",
|
|
139
|
+
"@vc-shell/config-generator": "2.0.10-pr241.e655447",
|
|
140
|
+
"@vc-shell/ts-config": "2.0.10-pr241.e655447",
|
|
141
141
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
142
142
|
"@vue/test-utils": "^2.4.5",
|
|
143
143
|
"cypress-signalr-mock": "^1.5.0",
|