@vc-shell/framework 1.0.68 → 1.0.69
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/CHANGELOG.md +1590 -0
- package/dist/framework.mjs +12690 -12489
- package/dist/index.css +1 -1
- package/package.json +6 -8
- package/LICENSE +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.69",
|
|
4
4
|
"main": "./dist/framework.mjs",
|
|
5
5
|
"module": "./dist/framework.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
"dev": "vite",
|
|
29
29
|
"development": "vite build --watch -m development",
|
|
30
30
|
"watch": "vite build --watch",
|
|
31
|
-
"type-check": "vue-tsc --noEmit"
|
|
32
|
-
"generate-api-client": "cross-env APP_PLATFORM_URL=https://vcmp-dev.paas.govirto.com/ api-client-generator --color"
|
|
31
|
+
"type-check": "vue-tsc --noEmit"
|
|
33
32
|
},
|
|
34
33
|
"dependencies": {
|
|
35
34
|
"@floating-ui/vue": "^0.2.1",
|
|
@@ -55,8 +54,8 @@
|
|
|
55
54
|
"vue3-touch-events": "^4.1.0"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
57
|
+
"@vc-shell/api-client-generator": "^1.0.69",
|
|
58
|
+
"@vc-shell/config-generator": "^1.0.69",
|
|
60
59
|
"sass": "^1.49.0",
|
|
61
60
|
"typescript": "^4.9.5",
|
|
62
61
|
"url-pattern": "^1.0.3"
|
|
@@ -64,6 +63,5 @@
|
|
|
64
63
|
"publishConfig": {
|
|
65
64
|
"access": "public",
|
|
66
65
|
"registry": "https://registry.npmjs.org/"
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
}
|
|
66
|
+
}
|
|
67
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Copyright (c) Virto Solutions LTD. All rights reserved.
|
|
2
|
-
|
|
3
|
-
Licensed under the Virto Commerce Open Software License (the "License"); you
|
|
4
|
-
may not use this file except in compliance with the License. You may
|
|
5
|
-
obtain a copy of the License at
|
|
6
|
-
|
|
7
|
-
https://virtocommerce.com/open-source-license
|
|
8
|
-
|
|
9
|
-
Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
12
|
-
implied.
|