comand-component-library 4.0.88 → 4.0.89
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +8943 -5770
- package/dist/comand-component-library.umd.cjs +21 -13
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.89",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"license": "GPL-3.0-only",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"dependencies": {
|
22
22
|
"clickout-event": "^1.1.2",
|
23
|
+
"comand-component-library": "^4.0.87",
|
23
24
|
"comand-frontend-framework": "^4.0.80",
|
24
25
|
"comand-ui-iconfonts": "^1.0.10",
|
25
26
|
"core-js": "^3.20.1",
|