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