arky-sdk 0.3.23 → 0.3.25

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.21";
29
+ declare const SDK_VERSION = "0.3.25";
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.21";
29
+ declare const SDK_VERSION = "0.3.25";
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
@@ -1494,7 +1494,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
1494
1494
  }
1495
1495
 
1496
1496
  // src/index.ts
1497
- var SDK_VERSION = "0.3.21";
1497
+ var SDK_VERSION = "0.3.25";
1498
1498
  var SUPPORTED_FRAMEWORKS = [
1499
1499
  "astro",
1500
1500
  "react",