@bpui/libs
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -53,3 +53,3 @@ { | ||
"name": "@bpui/libs", | ||
"version": "0.0.24" | ||
"version": "0.0.25" | ||
} |
@@ -13,2 +13,3 @@ 'use strict'; | ||
import VuePlugin from './vue/plugins/plugin'; | ||
import bpIcon from './vue/icon'; | ||
@@ -21,2 +22,4 @@ // // store at window. | ||
bpLibs.VuePlugin = VuePlugin; | ||
bpLibs.vueObject = { bpIcon: bpIcon }; | ||
export default bpLibs; |
@@ -14,2 +14,3 @@ /// <reference path="./IRouter.d.ts" /> | ||
static VuePlugin():any; | ||
static vueObject: { bpIcon: any } | ||
@@ -16,0 +17,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
485283
3247
0