vant 4.3.0 → 4.3.1

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.d.ts CHANGED
@@ -101,4 +101,4 @@ declare namespace _default {
101
101
  }
102
102
  export default _default;
103
103
  export function install(app: any): void;
104
- export const version: "4.3.0";
104
+ export const version: "4.3.1";
package/es/index.mjs CHANGED
@@ -94,7 +94,7 @@ import { Toast } from "./toast/index.mjs";
94
94
  import { TreeSelect } from "./tree-select/index.mjs";
95
95
  import { Uploader } from "./uploader/index.mjs";
96
96
  import { Watermark } from "./watermark/index.mjs";
97
- const version = "4.3.0";
97
+ const version = "4.3.1";
98
98
  function install(app) {
99
99
  const components = [
100
100
  ActionBar,
package/lib/index.d.ts CHANGED
@@ -101,4 +101,4 @@ declare namespace _default {
101
101
  }
102
102
  export default _default;
103
103
  export function install(app: any): void;
104
- export const version: "4.3.0";
104
+ export const version: "4.3.1";
package/lib/index.js CHANGED
@@ -216,7 +216,7 @@ __reExport(stdin_exports, require("./toast"), module.exports);
216
216
  __reExport(stdin_exports, require("./tree-select"), module.exports);
217
217
  __reExport(stdin_exports, require("./uploader"), module.exports);
218
218
  __reExport(stdin_exports, require("./watermark"), module.exports);
219
- const version = "4.3.0";
219
+ const version = "4.3.1";
220
220
  function install(app) {
221
221
  const components = [
222
222
  import_action_bar.ActionBar,
package/lib/vant.cjs.js CHANGED
@@ -15525,7 +15525,7 @@ const Lazyload = {
15525
15525
  });
15526
15526
  }
15527
15527
  };
15528
- const version = "4.3.0";
15528
+ const version = "4.3.1";
15529
15529
  function install(app) {
15530
15530
  const components = [
15531
15531
  ActionBar,
package/lib/vant.es.js CHANGED
@@ -15523,7 +15523,7 @@ const Lazyload = {
15523
15523
  });
15524
15524
  }
15525
15525
  };
15526
- const version = "4.3.0";
15526
+ const version = "4.3.1";
15527
15527
  function install(app) {
15528
15528
  const components = [
15529
15529
  ActionBar,
package/lib/vant.js CHANGED
@@ -16783,7 +16783,7 @@
16783
16783
  });
16784
16784
  }
16785
16785
  };
16786
- const version = "4.3.0";
16786
+ const version = "4.3.1";
16787
16787
  function install(app) {
16788
16788
  const components = [
16789
16789
  ActionBar,