iov-pro-components 0.0.96 → 0.0.97
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.
|
@@ -23105,7 +23105,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
23105
23105
|
};
|
|
23106
23106
|
var index = {
|
|
23107
23107
|
install: install,
|
|
23108
|
-
version: '0.0.
|
|
23108
|
+
version: '0.0.97',
|
|
23109
23109
|
ColumnTooltip: __vue_component__$y,
|
|
23110
23110
|
Description: __vue_component__$v,
|
|
23111
23111
|
DialogItemsSelect: __vue_component__$u,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iov-pro-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.97",
|
|
4
4
|
"description": "IOV Pro Components for Vue.js",
|
|
5
5
|
"main": "lib/iov-pro-components.min.js",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"docs:build": "vuepress build docs",
|
|
17
17
|
"k8s-dev": "vuepress build docs",
|
|
18
18
|
"lint": "eslint --ext .js,.vue src",
|
|
19
|
-
"postinstall": "patch-package",
|
|
20
19
|
"jest": "jest --no-cache"
|
|
21
20
|
},
|
|
22
21
|
"lint-staged": {
|