zartd 0.0.23 → 0.0.24

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! zartd v0.0.23 */
1
+ /*! zartd v0.0.24 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
package/dist/index.min.js CHANGED
@@ -1,3 +1,3 @@
1
- /*! zartd v0.0.23 */
1
+ /*! zartd v0.0.24 */
2
2
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).zartd={})}(this,(function(e){"use strict";const t=[],n=e=>{for(const n of t)n.install&&e.use(n);return e};var o={install:n};e.default=o,e.install=n,Object.defineProperty(e,"__esModule",{value:!0})}));
3
3
  //# sourceMappingURL=index.min.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zartd",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "unpkg": "dist/index.min.js",
@@ -41,7 +41,7 @@
41
41
  "@vitejs/plugin-vue": "^3.1.2",
42
42
  "@vue/compiler-sfc": "^3.2.40",
43
43
  "@vue/tsconfig": "^0.1.3",
44
- "ant-design-vue": "^3.2.13",
44
+ "ant-design-vue": "^3.2.20",
45
45
  "autoprefixer": "^10.4.14",
46
46
  "cssnano": "^5.1.13",
47
47
  "esbuild": "^0.15.10",
@@ -66,7 +66,7 @@
66
66
  "vue": "^3.2.47"
67
67
  },
68
68
  "peerDependencies": {
69
- "ant-design-vue": "^3.2.13",
69
+ "ant-design-vue": "^3.2.20",
70
70
  "vue": "^3.2.47"
71
71
  },
72
72
  "scripts": {