@moonbase.sh/vue 0.4.72 → 0.4.73

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
@@ -464,6 +464,7 @@ declare function useInventory(context?: StorefrontContext): {
464
464
  fileName: string;
465
465
  contentType: string;
466
466
  } | undefined;
467
+ fulfillmentMessage?: string | undefined;
467
468
  }>>;
468
469
  getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
469
470
  id: string;
@@ -588,6 +589,7 @@ declare function useInventory(context?: StorefrontContext): {
588
589
  fileName: string;
589
590
  contentType: string;
590
591
  } | undefined;
592
+ fulfillmentMessage?: string | undefined;
591
593
  }>>;
592
594
  getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
593
595
  id: string;
package/dist/index.d.ts CHANGED
@@ -464,6 +464,7 @@ declare function useInventory(context?: StorefrontContext): {
464
464
  fileName: string;
465
465
  contentType: string;
466
466
  } | undefined;
467
+ fulfillmentMessage?: string | undefined;
467
468
  }>>;
468
469
  getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
469
470
  id: string;
@@ -588,6 +589,7 @@ declare function useInventory(context?: StorefrontContext): {
588
589
  fileName: string;
589
590
  contentType: string;
590
591
  } | undefined;
592
+ fulfillmentMessage?: string | undefined;
591
593
  }>>;
592
594
  getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
593
595
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.4.72",
4
+ "version": "0.4.73",
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.4.72"
22
+ "@moonbase.sh/storefront-api": "0.4.73"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/uuid": "^9.0.8",