@moonbase.sh/storefront-api 0.3.0 → 0.3.1

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.cjs CHANGED
@@ -120,7 +120,7 @@ var pricingVariationSchema = import_zod.z.object({
120
120
  price: priceCollectionSchema,
121
121
  hasDiscount: import_zod.z.boolean(),
122
122
  discount: discountSchema.optional(),
123
- recurrence: recurrenceSchema,
123
+ recurrence: recurrenceSchema.default({ type: "OneOff" }),
124
124
  pricingTiers: import_zod.z.array(pricingTierSchema).nullish()
125
125
  });
126
126
  function paged(itemSchema) {