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 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-0',
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-0',
39586
+ version: '3.0.4',
39587
39587
  install: install
39588
39588
  };
39589
39589
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.4-0",
3
+ "version": "3.0.4",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/packages/index.ts CHANGED
@@ -47,6 +47,6 @@ export {
47
47
  }
48
48
 
49
49
  export default {
50
- version: '3.0.4-0',
50
+ version: '3.0.4',
51
51
  install
52
52
  }