bxs-tools-ui 3.1.0-1 → 3.1.0
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/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/index.ts +1 -1
package/es/index.js
CHANGED
|
@@ -40112,7 +40112,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
40112
40112
|
install(window.Vue);
|
|
40113
40113
|
}
|
|
40114
40114
|
const index = {
|
|
40115
|
-
version: '3.1.0
|
|
40115
|
+
version: '3.1.0',
|
|
40116
40116
|
install: install
|
|
40117
40117
|
};
|
|
40118
40118
|
|
package/lib/index.js
CHANGED
|
@@ -40094,7 +40094,7 @@
|
|
|
40094
40094
|
install(window.Vue);
|
|
40095
40095
|
}
|
|
40096
40096
|
var index = {
|
|
40097
|
-
version: '3.1.0
|
|
40097
|
+
version: '3.1.0',
|
|
40098
40098
|
install: install
|
|
40099
40099
|
};
|
|
40100
40100
|
|
package/package.json
CHANGED