bxs-tools-ui 3.0.3-alpha.1 → 3.0.3
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
|
@@ -39592,7 +39592,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
39592
39592
|
install(window.Vue);
|
|
39593
39593
|
}
|
|
39594
39594
|
const index = {
|
|
39595
|
-
version: '3.0.3
|
|
39595
|
+
version: '3.0.3',
|
|
39596
39596
|
install: install
|
|
39597
39597
|
};
|
|
39598
39598
|
|
package/lib/index.js
CHANGED
|
@@ -39582,7 +39582,7 @@
|
|
|
39582
39582
|
install(window.Vue);
|
|
39583
39583
|
}
|
|
39584
39584
|
var index = {
|
|
39585
|
-
version: '3.0.3
|
|
39585
|
+
version: '3.0.3',
|
|
39586
39586
|
install: install
|
|
39587
39587
|
};
|
|
39588
39588
|
|
package/package.json
CHANGED