arky-sdk 0.3.19 → 0.3.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
@@ -26,7 +26,7 @@ interface HttpClientConfig {
26
26
  isAuthenticated?: () => boolean;
27
27
  }
28
28
 
29
- declare const SDK_VERSION = "0.3.18";
29
+ declare const SDK_VERSION = "0.3.20";
30
30
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
31
31
  interface ApiConfig {
32
32
  httpClient: any;
package/dist/index.d.ts CHANGED
@@ -26,7 +26,7 @@ interface HttpClientConfig {
26
26
  isAuthenticated?: () => boolean;
27
27
  }
28
28
 
29
- declare const SDK_VERSION = "0.3.18";
29
+ declare const SDK_VERSION = "0.3.20";
30
30
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
31
31
  interface ApiConfig {
32
32
  httpClient: any;
package/dist/index.js CHANGED
@@ -1515,7 +1515,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
1515
1515
  }
1516
1516
 
1517
1517
  // src/index.ts
1518
- var SDK_VERSION = "0.3.18";
1518
+ var SDK_VERSION = "0.3.20";
1519
1519
  var SUPPORTED_FRAMEWORKS = [
1520
1520
  "astro",
1521
1521
  "react",