xyvcard-paper-buyer 0.0.56 → 0.0.57

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.
@@ -1,13 +1,13 @@
1
- import { defineComponent as ie, ref as U, onActivated as pe, resolveComponent as i, resolveDirective as me, createElementBlock as I, openBlock as m, createElementVNode as c, createVNode as n, withCtx as r, withKeys as P, unref as a, createTextVNode as u, toDisplayString as l, withDirectives as S, createCommentVNode as y, createBlock as $, isRef as L } from "vue";
1
+ import { defineComponent as ie, ref as U, onActivated as pe, resolveComponent as i, resolveDirective as me, createElementBlock as I, openBlock as m, createElementVNode as c, createVNode as n, withCtx as r, withKeys as P, unref as a, createTextVNode as u, toDisplayString as d, withDirectives as S, createCommentVNode as y, createBlock as $, isRef as L } from "vue";
2
2
  import { D as k, C as _ } from "./index-Knr6dYOL.mjs";
3
- import { o as Q } from "./index-DvqcVtci.mjs";
3
+ import { o as Q } from "./index-C-g3Ei_P.mjs";
4
4
  import { vueMetaEnv as fe, useTableHooks as ce } from "jmash-core";
5
5
  import { useI18n as be } from "vue-i18n";
6
6
  import { useRouter as ve } from "vue-router";
7
7
  const ye = { class: "app-container" }, Ie = { class: "search-container dis_bottom" }, _e = { class: "total-num dis_bottom" }, we = { class: "blue_color" }, he = { class: "blue_color" }, Ce = { class: "blue_color" }, Se = { key: 0 }, ge = ["onClick"], ke = ["onClick"], Ne = ["onClick"], Pe = ["onClick"], $e = ["onClick"], Oe = /* @__PURE__ */ ie({
8
8
  __name: "index",
9
9
  setup(Ve) {
10
- const q = localStorage.getItem("unionUserInfo"), z = (q ? JSON.parse(q) : {}).orgId, R = fe.APP_ORGAN_ID, { t: A } = be(), w = ve(), d = U({
10
+ const q = localStorage.getItem("unionUserInfo"), z = (q ? JSON.parse(q) : {}).orgId, R = fe.APP_ORGAN_ID, { t: A } = be(), w = ve(), l = U({
11
11
  curPage: 1,
12
12
  pageSize: 10,
13
13
  shopBranchId: z
@@ -18,7 +18,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
18
18
  listLoading: B,
19
19
  tableData: F,
20
20
  total: N
21
- } = ce(A, Q, d), V = f.totalRecord;
21
+ } = ce(A, Q, l), V = f.totalRecord;
22
22
  function W(t) {
23
23
  if (!t) return "0";
24
24
  const o = parseFloat(String(t));
@@ -26,10 +26,14 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
26
26
  }
27
27
  const T = U([]);
28
28
  function G(t) {
29
- d.value.startDate = t[0], d.value.endDate = t[1];
29
+ if (!t || t.length !== 2) {
30
+ l.value.startDate = "", l.value.endDate = "";
31
+ return;
32
+ }
33
+ l.value.startDate = t[0], l.value.endDate = t[1];
30
34
  }
31
35
  function H() {
32
- T.value = [], d.value.startDate = "", d.value.endDate = "", f.resetQuery();
36
+ T.value = [], l.value.startDate = "", l.value.endDate = "", f.resetQuery();
33
37
  }
34
38
  let g = U([
35
39
  {
@@ -184,7 +188,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
184
188
  n(ne, {
185
189
  ref_key: "queryFormRef",
186
190
  ref: M,
187
- model: d.value,
191
+ model: l.value,
188
192
  inline: !0
189
193
  }, {
190
194
  default: r(() => [
@@ -198,8 +202,8 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
198
202
  }, {
199
203
  default: r(() => [
200
204
  n(O, {
201
- modelValue: d.value.likeOrderCode,
202
- "onUpdate:modelValue": o[0] || (o[0] = (e) => d.value.likeOrderCode = e),
205
+ modelValue: l.value.likeOrderCode,
206
+ "onUpdate:modelValue": o[0] || (o[0] = (e) => l.value.likeOrderCode = e),
203
207
  placeholder: t.$t("orderInfo.orderCodeRequired"),
204
208
  clearable: "",
205
209
  onKeyup: o[1] || (o[1] = P((e) => a(f).handleQuery(), ["enter"])),
@@ -219,8 +223,8 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
219
223
  }, {
220
224
  default: r(() => [
221
225
  n(O, {
222
- modelValue: d.value.likeSpuName,
223
- "onUpdate:modelValue": o[2] || (o[2] = (e) => d.value.likeSpuName = e),
226
+ modelValue: l.value.likeSpuName,
227
+ "onUpdate:modelValue": o[2] || (o[2] = (e) => l.value.likeSpuName = e),
224
228
  placeholder: t.$t("orderInfo.spuNameRequired"),
225
229
  clearable: "",
226
230
  onKeyup: o[3] || (o[3] = P((e) => a(f).handleQuery(), ["enter"])),
@@ -240,8 +244,8 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
240
244
  }, {
241
245
  default: r(() => [
242
246
  n(j, {
243
- modelValue: d.value.orderStatusPc,
244
- "onUpdate:modelValue": o[4] || (o[4] = (e) => d.value.orderStatusPc = e),
247
+ modelValue: l.value.orderStatusPc,
248
+ "onUpdate:modelValue": o[4] || (o[4] = (e) => l.value.orderStatusPc = e),
245
249
  data: a(k).orderStatusEnum.values,
246
250
  placeholder: t.$t("orderInfo.orderStatusRequired"),
247
251
  clearable: "",
@@ -261,8 +265,8 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
261
265
  }, {
262
266
  default: r(() => [
263
267
  n(j, {
264
- modelValue: d.value.invoiceStatus,
265
- "onUpdate:modelValue": o[6] || (o[6] = (e) => d.value.invoiceStatus = e),
268
+ modelValue: l.value.invoiceStatus,
269
+ "onUpdate:modelValue": o[6] || (o[6] = (e) => l.value.invoiceStatus = e),
266
270
  data: a(k).invoiceStatusEnum.values,
267
271
  placeholder: t.$t("orderInfo.invoiceStatusRequired"),
268
272
  clearable: "",
@@ -306,13 +310,13 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
306
310
  onClick: o[9] || (o[9] = (e) => a(f).handleQuery())
307
311
  }, {
308
312
  default: r(() => [
309
- u(l(t.$t("common.search")), 1)
313
+ u(d(t.$t("common.search")), 1)
310
314
  ]),
311
315
  _: 1
312
316
  }),
313
317
  n(E, { onClick: H }, {
314
318
  default: r(() => [
315
- u(l(t.$t("common.reset")), 1)
319
+ u(d(t.$t("common.reset")), 1)
316
320
  ]),
317
321
  _: 1
318
322
  })
@@ -335,7 +339,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
335
339
  n(p, { span: 4 }, {
336
340
  default: r(() => [
337
341
  o[16] || (o[16] = u("订阅单位:")),
338
- c("span", we, l(a(V).totalUnit || 0), 1),
342
+ c("span", we, d(a(V).totalUnit || 0), 1),
339
343
  o[17] || (o[17] = u("家 "))
340
344
  ]),
341
345
  _: 1,
@@ -344,7 +348,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
344
348
  n(p, { span: 4 }, {
345
349
  default: r(() => [
346
350
  o[18] || (o[18] = u(" 订阅报刊:")),
347
- c("span", he, l(a(V).totalQuantity || 0), 1),
351
+ c("span", he, d(a(V).totalQuantity || 0), 1),
348
352
  o[19] || (o[19] = u("份 "))
349
353
  ]),
350
354
  _: 1,
@@ -353,7 +357,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
353
357
  n(p, { span: 4 }, {
354
358
  default: r(() => [
355
359
  o[20] || (o[20] = u("订购总金额:")),
356
- c("span", Ce, l(a(V).totalAmount || 0), 1),
360
+ c("span", Ce, d(a(V).totalAmount || 0), 1),
357
361
  o[21] || (o[21] = u("元 "))
358
362
  ]),
359
363
  _: 1,
@@ -382,7 +386,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
382
386
  onClick: o[10] || (o[10] = (e) => a(f).handleExport(a(A)("orderInfo.name")))
383
387
  }, {
384
388
  default: r(() => [
385
- u(l(t.$t("common.export")), 1)
389
+ u(d(t.$t("common.export")), 1)
386
390
  ]),
387
391
  _: 1
388
392
  })), [
@@ -405,10 +409,10 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
405
409
  key: 0,
406
410
  total: a(N),
407
411
  "onUpdate:total": o[12] || (o[12] = (e) => L(N) ? N.value = e : null),
408
- "current-page": d.value.curPage,
409
- "onUpdate:currentPage": o[13] || (o[13] = (e) => d.value.curPage = e),
410
- "page-size": d.value.pageSize,
411
- "onUpdate:pageSize": o[14] || (o[14] = (e) => d.value.pageSize = e),
412
+ "current-page": l.value.curPage,
413
+ "onUpdate:currentPage": o[13] || (o[13] = (e) => l.value.curPage = e),
414
+ "page-size": l.value.pageSize,
415
+ "onUpdate:pageSize": o[14] || (o[14] = (e) => l.value.pageSize = e),
412
416
  onPagination: o[15] || (o[15] = (e) => a(f).getList())
413
417
  }, null, 8, ["total", "current-page", "page-size"])) : y("", !0)
414
418
  ]),
@@ -423,30 +427,30 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
423
427
  isSelection: !1
424
428
  }, {
425
429
  createTime: r((e) => [
426
- c("span", null, l(J(e.data.row.createTime)), 1)
430
+ c("span", null, d(J(e.data.row.createTime)), 1)
427
431
  ]),
428
432
  spuName: r((e) => {
429
433
  var s, b, v;
430
434
  return [
431
- c("span", null, l((v = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : v.spuName), 1)
435
+ c("span", null, d((v = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : v.spuName), 1)
432
436
  ];
433
437
  }),
434
438
  quantity: r((e) => {
435
439
  var s, b, v;
436
440
  return [
437
- c("span", null, l((v = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : v.quantity), 1)
441
+ c("span", null, d((v = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : v.quantity), 1)
438
442
  ];
439
443
  }),
440
444
  unitPrice: r((e) => {
441
445
  var s, b, v;
442
446
  return [
443
- c("span", null, l(W(
447
+ c("span", null, d(W(
444
448
  (v = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : v.salesPrice
445
449
  )), 1)
446
450
  ];
447
451
  }),
448
452
  orderCycle: r((e) => [
449
- e.data.row.remark !== "undefined至undefined" ? (m(), I("span", Se, l(e.data.row.remark), 1)) : y("", !0)
453
+ e.data.row.remark !== "undefined至undefined" ? (m(), I("span", Se, d(e.data.row.remark), 1)) : y("", !0)
450
454
  ]),
451
455
  orderStatus: r((e) => [
452
456
  c("div", null, [
@@ -455,7 +459,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
455
459
  type: "danger"
456
460
  }, {
457
461
  default: r(() => [
458
- u(l(a(k).orderStatusEnum.getValue(e.data.row.orderStatus)), 1)
462
+ u(d(a(k).orderStatusEnum.getValue(e.data.row.orderStatus)), 1)
459
463
  ]),
460
464
  _: 2
461
465
  }, 1024)) : y("", !0),
@@ -464,14 +468,14 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
464
468
  type: "success"
465
469
  }, {
466
470
  default: r(() => [
467
- u(l(a(k).orderStatusEnum.getValue(e.data.row.orderStatus)), 1)
471
+ u(d(a(k).orderStatusEnum.getValue(e.data.row.orderStatus)), 1)
468
472
  ]),
469
473
  _: 2
470
474
  }, 1024)) : y("", !0)
471
475
  ])
472
476
  ]),
473
477
  invoiceStatus: r((e) => [
474
- u(l(a(k).invoiceStatusEnum.getEnumValue(e.data.row.invoiceStatus)), 1)
478
+ u(d(a(k).invoiceStatusEnum.getEnumValue(e.data.row.invoiceStatus)), 1)
475
479
  ]),
476
480
  mobilePhone: r((e) => [
477
481
  n(le, {
@@ -486,7 +490,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
486
490
  class: "el-button-color",
487
491
  onClick: (s) => Z(e.data.row)
488
492
  }, [
489
- u(l(t.$t("common.view")), 1)
493
+ u(d(t.$t("common.view")), 1)
490
494
  ], 8, ge)), [
491
495
  [C, ["order:order_info:view"]]
492
496
  ]),
@@ -495,7 +499,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
495
499
  class: "el-button-color dropdown-left",
496
500
  onClick: (s) => te(e.data.row)
497
501
  }, [
498
- u(l(t.$t("orderInfo.apply")), 1)
502
+ u(d(t.$t("orderInfo.apply")), 1)
499
503
  ], 8, ke)), [
500
504
  [C, ["order:order_info:view"]]
501
505
  ]) : y("", !0),
@@ -504,7 +508,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
504
508
  class: "el-button-color dropdown-left",
505
509
  onClick: (s) => x(e.data.row)
506
510
  }, [
507
- u(l(t.$t("orderInfo.invoiceInformation")), 1)
511
+ u(d(t.$t("orderInfo.invoiceInformation")), 1)
508
512
  ], 8, Ne)), [
509
513
  [C, ["order:order_info:view"]]
510
514
  ]) : y("", !0),
@@ -513,7 +517,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
513
517
  class: "el-button-color dropdown-left",
514
518
  onClick: (s) => oe(e.data.row)
515
519
  }, [
516
- u(l(t.$t("orderInfo.payment")), 1)
520
+ u(d(t.$t("orderInfo.payment")), 1)
517
521
  ], 8, Pe)), [
518
522
  [C, ["order:order_info:view"]]
519
523
  ]) : y("", !0),
@@ -522,7 +526,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
522
526
  class: "el-button-color dropdown-left",
523
527
  onClick: (s) => ee(e.data.row)
524
528
  }, [
525
- u(l(t.$t("orderInfo.viewInvoice")), 1)
529
+ u(d(t.$t("orderInfo.viewInvoice")), 1)
526
530
  ], 8, $e)), [
527
531
  [C, ["order:order_info:view"]]
528
532
  ]) : y("", !0)
package/dist/index.mjs CHANGED
@@ -378,7 +378,7 @@ function g(e) {
378
378
  let i = e.global.getLocaleMessage("en");
379
379
  i = d(i, b), e.global.setLocaleMessage("zh-cn", o), e.global.setLocaleMessage("en", i);
380
380
  }
381
- const R = () => import("./index-jeaiOykS.mjs"), w = () => import("./orderPaper-Bn6SwUD0.mjs"), P = () => import("./orderAddress-CqIRyskd.mjs"), q = () => import("./orderInfo-1eDmhUdI.mjs"), D = () => import("./payment-BWhe3mhK.mjs"), N = () => import("./invoice-C6mhD6zX.mjs"), z = () => import("./invoiceView-Cvwqlg-m.mjs"), x = () => import("./applyEdit-DqKxdFnY.mjs"), C = () => import("./invoiceEdit-B-GHm9GY.mjs"), k = () => import("./info-bWNQy4VE.mjs"), t = [
381
+ const R = () => import("./index-jeaiOykS.mjs"), w = () => import("./orderPaper-Bn6SwUD0.mjs"), P = () => import("./orderAddress-CqIRyskd.mjs"), q = () => import("./orderInfo-PLvka9mS.mjs"), D = () => import("./payment-BWhe3mhK.mjs"), N = () => import("./invoice-C6mhD6zX.mjs"), z = () => import("./invoiceView-Cvwqlg-m.mjs"), x = () => import("./applyEdit-CNh3bH5h.mjs"), C = () => import("./invoiceEdit-B-GHm9GY.mjs"), k = () => import("./info-Db-eQyrG.mjs"), t = [
382
382
  {
383
383
  path: "/buyer",
384
384
  component: r,
@@ -544,7 +544,7 @@ const R = () => import("./index-jeaiOykS.mjs"), w = () => import("./orderPaper-B
544
544
  scrollBehavior: () => ({ left: 0, top: 0 })
545
545
  });
546
546
  c.value = T;
547
- const A = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-DqKxdFnY.mjs"), "./views/buyer/order-info/index.vue": () => import("./index-DgrzdZxV.mjs"), "./views/buyer/order-info/info.vue": () => import("./info-bWNQy4VE.mjs"), "./views/buyer/order-info/invoice.vue": () => import("./invoice-C6mhD6zX.mjs"), "./views/buyer/order-info/invoiceEdit.vue": () => import("./invoiceEdit-B-GHm9GY.mjs"), "./views/buyer/order-info/invoiceView.vue": () => import("./invoiceView-Cvwqlg-m.mjs"), "./views/buyer/order-info/list.vue": () => import("./list-BlV0irYa.mjs"), "./views/buyer/order-info/sendDialog.vue": () => import("./sendDialog-D50t3cjw.mjs"), "./views/buyer/order-info/userInvoice.vue": () => import("./userInvoice-CDsynyWz.mjs"), "./views/buyer/order-newspaper/confirm.vue": () => import("./confirm-Be02OkOA.mjs"), "./views/buyer/order-newspaper/edit.vue": () => import("./edit-B3vIbXsy.mjs"), "./views/buyer/order-newspaper/index.vue": () => import("./index-jeaiOykS.mjs"), "./views/buyer/order-newspaper/onlineBanking.vue": () => import("./onlineBanking-e57OBfmj.mjs"), "./views/buyer/order-newspaper/orderAddress.vue": () => import("./orderAddress-CqIRyskd.mjs"), "./views/buyer/order-newspaper/orderInfo.vue": () => import("./orderInfo-1eDmhUdI.mjs"), "./views/buyer/order-newspaper/orderPaper.vue": () => import("./orderPaper-Bn6SwUD0.mjs"), "./views/buyer/order-newspaper/payment.vue": () => import("./payment-BWhe3mhK.mjs"), "./views/buyer/order-newspaper/prompt.vue": () => import("./prompt-CF5J3V95.mjs"), "./views/buyer/order-user-address/edit.vue": () => import("./edit-1PaZ9XLl.mjs"), "./views/buyer/order-user-address/index.vue": () => import("./index-BuhpHQLA.mjs") }), M = {
547
+ const A = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-CNh3bH5h.mjs"), "./views/buyer/order-info/index.vue": () => import("./index-Cl3sRj1E.mjs"), "./views/buyer/order-info/info.vue": () => import("./info-Db-eQyrG.mjs"), "./views/buyer/order-info/invoice.vue": () => import("./invoice-C6mhD6zX.mjs"), "./views/buyer/order-info/invoiceEdit.vue": () => import("./invoiceEdit-B-GHm9GY.mjs"), "./views/buyer/order-info/invoiceView.vue": () => import("./invoiceView-Cvwqlg-m.mjs"), "./views/buyer/order-info/list.vue": () => import("./list-BlV0irYa.mjs"), "./views/buyer/order-info/sendDialog.vue": () => import("./sendDialog-D50t3cjw.mjs"), "./views/buyer/order-info/userInvoice.vue": () => import("./userInvoice-CDsynyWz.mjs"), "./views/buyer/order-newspaper/confirm.vue": () => import("./confirm-Be02OkOA.mjs"), "./views/buyer/order-newspaper/edit.vue": () => import("./edit-B3vIbXsy.mjs"), "./views/buyer/order-newspaper/index.vue": () => import("./index-jeaiOykS.mjs"), "./views/buyer/order-newspaper/onlineBanking.vue": () => import("./onlineBanking-e57OBfmj.mjs"), "./views/buyer/order-newspaper/orderAddress.vue": () => import("./orderAddress-CqIRyskd.mjs"), "./views/buyer/order-newspaper/orderInfo.vue": () => import("./orderInfo-PLvka9mS.mjs"), "./views/buyer/order-newspaper/orderPaper.vue": () => import("./orderPaper-Bn6SwUD0.mjs"), "./views/buyer/order-newspaper/payment.vue": () => import("./payment-BWhe3mhK.mjs"), "./views/buyer/order-newspaper/prompt.vue": () => import("./prompt-CF5J3V95.mjs"), "./views/buyer/order-user-address/edit.vue": () => import("./edit-1PaZ9XLl.mjs"), "./views/buyer/order-user-address/index.vue": () => import("./index-BuhpHQLA.mjs") }), M = {
548
548
  install(e) {
549
549
  l(A, 7), f(t), g(h);
550
550
  }
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as ne, ref as v, onMounted as re, resolveComponent as a, createElementBlock as ie, openBlock as Q, createVNode as s, withCtx as r, createElementVNode as e, unref as _, toDisplayString as l, createTextVNode as u, createBlock as ae, createCommentVNode as de } from "vue";
2
2
  import { D as h } from "./index-Knr6dYOL.mjs";
3
- import { o as W } from "./index-DvqcVtci.mjs";
3
+ import { o as W } from "./index-C-g3Ei_P.mjs";
4
4
  import { fileApi as X, routerUtil as ce } from "jmash-core";
5
5
  import { useRouter as ue, useRoute as me } from "vue-router";
6
6
  import { goodsSpuApi as pe } from "xyvcard-paper-goods";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as Ue, ref as _, reactive as h, onMounted as Me, resolveComponent as c, createElementBlock as qe, openBlock as k, createVNode as r, createBlock as D, createCommentVNode as B, withCtx as m, createElementVNode as t, unref as L, toDisplayString as i, createTextVNode as _e } from "vue";
2
2
  import { useI18n as Se } from "vue-i18n";
3
3
  import { D as he } from "./index-Knr6dYOL.mjs";
4
- import { o as ke } from "./index-DvqcVtci.mjs";
4
+ import { o as ke } from "./index-C-g3Ei_P.mjs";
5
5
  import { fileApi as Pe } from "jmash-core";
6
6
  import { useRoute as Te, useRouter as je } from "vue-router";
7
7
  import { goodsSpuApi as xe } from "xyvcard-paper-goods";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-paper-buyer",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",