@moonbase.sh/storefront-api 0.2.56 → 0.2.58

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
@@ -10730,6 +10730,7 @@ declare namespace schemas {
10730
10730
 
10731
10731
  interface MoonbaseConfiguration {
10732
10732
  endpoint: string;
10733
+ persistUtm?: boolean;
10733
10734
  }
10734
10735
  declare class MoonbaseClient {
10735
10736
  private readonly configuration;
package/dist/index.d.ts CHANGED
@@ -10730,6 +10730,7 @@ declare namespace schemas {
10730
10730
 
10731
10731
  interface MoonbaseConfiguration {
10732
10732
  endpoint: string;
10733
+ persistUtm?: boolean;
10733
10734
  }
10734
10735
  declare class MoonbaseClient {
10735
10736
  private readonly configuration;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/storefront-api",
3
3
  "type": "module",
4
- "version": "0.2.56",
4
+ "version": "0.2.58",
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",