arky-sdk 0.7.71 → 0.7.72

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
@@ -165,7 +165,7 @@ declare global {
165
165
  }
166
166
  declare function track(eventName: string, params?: Record<string, any>): void;
167
167
 
168
- declare const SDK_VERSION = "0.7.71";
168
+ declare const SDK_VERSION = "0.7.72";
169
169
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
170
170
  interface ApiConfig {
171
171
  httpClient: any;
package/dist/index.d.ts CHANGED
@@ -165,7 +165,7 @@ declare global {
165
165
  }
166
166
  declare function track(eventName: string, params?: Record<string, any>): void;
167
167
 
168
- declare const SDK_VERSION = "0.7.71";
168
+ declare const SDK_VERSION = "0.7.72";
169
169
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
170
170
  interface ApiConfig {
171
171
  httpClient: any;
package/dist/index.js CHANGED
@@ -2771,7 +2771,7 @@ function getFirstAvailableFCId(variant, quantity = 1) {
2771
2771
  }
2772
2772
 
2773
2773
  // src/index.ts
2774
- var SDK_VERSION = "0.7.71";
2774
+ var SDK_VERSION = "0.7.72";
2775
2775
  var SUPPORTED_FRAMEWORKS = [
2776
2776
  "astro",
2777
2777
  "react",