@moonbase.sh/vue 0.4.11 → 0.4.13

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
@@ -655,7 +655,9 @@ declare function useInventory(context?: StorefrontContext): {
655
655
  };
656
656
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
657
657
  hasPaymentMethod: boolean;
658
+ cancellable: boolean;
658
659
  renewedAt: Date | null;
660
+ nextPaymentScheduledAt: Date | null;
659
661
  startedAt: Date;
660
662
  content: {
661
663
  type: "Product";
@@ -959,7 +961,9 @@ declare function useInventory(context?: StorefrontContext): {
959
961
  };
960
962
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
961
963
  hasPaymentMethod: boolean;
964
+ cancellable: boolean;
962
965
  renewedAt: Date | null;
966
+ nextPaymentScheduledAt: Date | null;
963
967
  startedAt: Date;
964
968
  content: {
965
969
  type: "Product";
@@ -1263,7 +1267,9 @@ declare function useInventory(context?: StorefrontContext): {
1263
1267
  };
1264
1268
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
1265
1269
  hasPaymentMethod: boolean;
1270
+ cancellable: boolean;
1266
1271
  renewedAt: Date | null;
1272
+ nextPaymentScheduledAt: Date | null;
1267
1273
  startedAt: Date;
1268
1274
  content: {
1269
1275
  type: "Product";
package/dist/index.d.ts CHANGED
@@ -655,7 +655,9 @@ declare function useInventory(context?: StorefrontContext): {
655
655
  };
656
656
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
657
657
  hasPaymentMethod: boolean;
658
+ cancellable: boolean;
658
659
  renewedAt: Date | null;
660
+ nextPaymentScheduledAt: Date | null;
659
661
  startedAt: Date;
660
662
  content: {
661
663
  type: "Product";
@@ -959,7 +961,9 @@ declare function useInventory(context?: StorefrontContext): {
959
961
  };
960
962
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
961
963
  hasPaymentMethod: boolean;
964
+ cancellable: boolean;
962
965
  renewedAt: Date | null;
966
+ nextPaymentScheduledAt: Date | null;
963
967
  startedAt: Date;
964
968
  content: {
965
969
  type: "Product";
@@ -1263,7 +1267,9 @@ declare function useInventory(context?: StorefrontContext): {
1263
1267
  };
1264
1268
  cycleLength: _moonbase_sh_storefront_api.CycleLength;
1265
1269
  hasPaymentMethod: boolean;
1270
+ cancellable: boolean;
1266
1271
  renewedAt: Date | null;
1272
+ nextPaymentScheduledAt: Date | null;
1267
1273
  startedAt: Date;
1268
1274
  content: {
1269
1275
  type: "Product";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.4.11",
4
+ "version": "0.4.13",
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.11"
22
+ "@moonbase.sh/storefront-api": "0.4.13"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/uuid": "^9.0.8",