@moonbase.sh/vue 0.2.51 → 0.2.53

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
@@ -643,12 +643,12 @@ declare function useCart(context?: StorefrontContext): {
643
643
  variationId: string;
644
644
  bundleId: string;
645
645
  price?: Record<string, number> | undefined;
646
+ partial?: boolean | undefined;
646
647
  bundle?: {
647
648
  id: string;
648
649
  name: string;
649
650
  tagline: string;
650
651
  iconUrl: string | null;
651
- partial: boolean;
652
652
  products: ({
653
653
  id: string;
654
654
  name: string;
package/dist/index.d.ts CHANGED
@@ -643,12 +643,12 @@ declare function useCart(context?: StorefrontContext): {
643
643
  variationId: string;
644
644
  bundleId: string;
645
645
  price?: Record<string, number> | undefined;
646
+ partial?: boolean | undefined;
646
647
  bundle?: {
647
648
  id: string;
648
649
  name: string;
649
650
  tagline: string;
650
651
  iconUrl: string | null;
651
- partial: boolean;
652
652
  products: ({
653
653
  id: string;
654
654
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.2.51",
4
+ "version": "0.2.53",
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.51"
22
+ "@moonbase.sh/storefront-api": "0.2.53"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/uuid": "^9.0.8",