@moonbase.sh/storefront-api 0.1.82 → 0.1.83
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 +2 -0
- package/dist/index.d.cts +957 -1
- package/dist/index.d.ts +957 -1
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -301,6 +301,8 @@ var storefrontProductSchema = z6.object({
|
|
|
301
301
|
tagline: z6.string(),
|
|
302
302
|
iconUrl: z6.string().nullable(),
|
|
303
303
|
owned: z6.boolean(),
|
|
304
|
+
currentVersion: z6.string().optional(),
|
|
305
|
+
downloads: downloadSchema.array().optional(),
|
|
304
306
|
defaultVariation: pricingVariationSchema.optional(),
|
|
305
307
|
variations: pricingVariationSchema.array().optional(),
|
|
306
308
|
type: z6.void().transform(() => "product").pipe(z6.literal("product"))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/storefront-api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.83",
|
|
5
5
|
"description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider",
|
|
6
6
|
"author": "Tobias Lønnerød Madsen <m@dsen.tv>",
|
|
7
7
|
"license": "MIT",
|