@moonbase.sh/vue 0.2.84 → 0.2.86

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.d.cts CHANGED
@@ -270,6 +270,7 @@ declare function useVoucher(context?: StorefrontContext): {
270
270
  type: "product";
271
271
  id: string;
272
272
  name: string;
273
+ description: string;
273
274
  tagline: string;
274
275
  iconUrl: string | null;
275
276
  owned: boolean;
@@ -338,6 +339,7 @@ declare function useVoucher(context?: StorefrontContext): {
338
339
  type: "bundle";
339
340
  id: string;
340
341
  name: string;
342
+ description: string;
341
343
  tagline: string;
342
344
  iconUrl: string | null;
343
345
  owned: boolean;
@@ -346,6 +348,7 @@ declare function useVoucher(context?: StorefrontContext): {
346
348
  type: "product";
347
349
  id: string;
348
350
  name: string;
351
+ description: string;
349
352
  tagline: string;
350
353
  iconUrl: string | null;
351
354
  owned: boolean;
@@ -466,6 +469,7 @@ declare function useVoucher(context?: StorefrontContext): {
466
469
  type: "product";
467
470
  id: string;
468
471
  name: string;
472
+ description: string;
469
473
  tagline: string;
470
474
  iconUrl: string | null;
471
475
  owned: boolean;
@@ -534,6 +538,7 @@ declare function useVoucher(context?: StorefrontContext): {
534
538
  type: "bundle";
535
539
  id: string;
536
540
  name: string;
541
+ description: string;
537
542
  tagline: string;
538
543
  iconUrl: string | null;
539
544
  owned: boolean;
@@ -542,6 +547,7 @@ declare function useVoucher(context?: StorefrontContext): {
542
547
  type: "product";
543
548
  id: string;
544
549
  name: string;
550
+ description: string;
545
551
  tagline: string;
546
552
  iconUrl: string | null;
547
553
  owned: boolean;
package/dist/index.d.ts CHANGED
@@ -270,6 +270,7 @@ declare function useVoucher(context?: StorefrontContext): {
270
270
  type: "product";
271
271
  id: string;
272
272
  name: string;
273
+ description: string;
273
274
  tagline: string;
274
275
  iconUrl: string | null;
275
276
  owned: boolean;
@@ -338,6 +339,7 @@ declare function useVoucher(context?: StorefrontContext): {
338
339
  type: "bundle";
339
340
  id: string;
340
341
  name: string;
342
+ description: string;
341
343
  tagline: string;
342
344
  iconUrl: string | null;
343
345
  owned: boolean;
@@ -346,6 +348,7 @@ declare function useVoucher(context?: StorefrontContext): {
346
348
  type: "product";
347
349
  id: string;
348
350
  name: string;
351
+ description: string;
349
352
  tagline: string;
350
353
  iconUrl: string | null;
351
354
  owned: boolean;
@@ -466,6 +469,7 @@ declare function useVoucher(context?: StorefrontContext): {
466
469
  type: "product";
467
470
  id: string;
468
471
  name: string;
472
+ description: string;
469
473
  tagline: string;
470
474
  iconUrl: string | null;
471
475
  owned: boolean;
@@ -534,6 +538,7 @@ declare function useVoucher(context?: StorefrontContext): {
534
538
  type: "bundle";
535
539
  id: string;
536
540
  name: string;
541
+ description: string;
537
542
  tagline: string;
538
543
  iconUrl: string | null;
539
544
  owned: boolean;
@@ -542,6 +547,7 @@ declare function useVoucher(context?: StorefrontContext): {
542
547
  type: "product";
543
548
  id: string;
544
549
  name: string;
550
+ description: string;
545
551
  tagline: string;
546
552
  iconUrl: string | null;
547
553
  owned: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.2.84",
4
+ "version": "0.2.86",
5
5
  "description": "Package to let you build vue.js storefronts with Moonbase.sh as payment and delivery provider",
6
6
  "author": "Tobias Lønnerød Madsen <m@dsen.tv>",
7
7
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "@vue/devtools-api": "^6.6.3",
20
20
  "uuid": "^9.0.1",
21
21
  "zod": "^3.23.8",
22
- "@moonbase.sh/storefront-api": "0.2.84"
22
+ "@moonbase.sh/storefront-api": "0.2.86"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/uuid": "^9.0.8",