arky-sdk 0.7.17 → 0.7.21

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
@@ -71,7 +71,7 @@ declare global {
71
71
  }
72
72
  declare function track(eventName: string, params?: Record<string, any>): void;
73
73
 
74
- declare const SDK_VERSION = "0.5.31";
74
+ declare const SDK_VERSION = "0.5.32";
75
75
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
76
76
  interface ApiConfig {
77
77
  httpClient: any;
package/dist/index.d.ts CHANGED
@@ -71,7 +71,7 @@ declare global {
71
71
  }
72
72
  declare function track(eventName: string, params?: Record<string, any>): void;
73
73
 
74
- declare const SDK_VERSION = "0.5.31";
74
+ declare const SDK_VERSION = "0.5.32";
75
75
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
76
76
  interface ApiConfig {
77
77
  httpClient: any;
package/dist/index.js CHANGED
@@ -2035,7 +2035,7 @@ function getFirstAvailableFCId(variant, quantity = 1) {
2035
2035
  }
2036
2036
 
2037
2037
  // src/index.ts
2038
- var SDK_VERSION = "0.5.31";
2038
+ var SDK_VERSION = "0.5.32";
2039
2039
  var SUPPORTED_FRAMEWORKS = [
2040
2040
  "astro",
2041
2041
  "react",