bxs-tools-ui 3.0.0-7 → 3.0.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
|
@@ -39538,7 +39538,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
39538
39538
|
install(window.Vue);
|
|
39539
39539
|
}
|
|
39540
39540
|
const index = {
|
|
39541
|
-
version: '3.0.0
|
|
39541
|
+
version: '3.0.0',
|
|
39542
39542
|
install: install
|
|
39543
39543
|
};
|
|
39544
39544
|
|
package/lib/index.js
CHANGED
|
@@ -39528,7 +39528,7 @@
|
|
|
39528
39528
|
install(window.Vue);
|
|
39529
39529
|
}
|
|
39530
39530
|
var index = {
|
|
39531
|
-
version: '3.0.0
|
|
39531
|
+
version: '3.0.0',
|
|
39532
39532
|
install: install
|
|
39533
39533
|
};
|
|
39534
39534
|
|
package/package.json
CHANGED