arky-sdk 0.7.131 → 0.7.132

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.
@@ -300,7 +300,7 @@ declare function fetchSvgContent(mediaObject: any): Promise<string | null>;
300
300
  declare function getSvgContentForAstro(mediaObject: any): Promise<string>;
301
301
  declare function injectSvgIntoElement(mediaObject: any, targetElement: HTMLElement, className?: string): Promise<void>;
302
302
 
303
- declare const SDK_VERSION = "0.7.130";
303
+ declare const SDK_VERSION = "0.7.132";
304
304
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
305
305
 
306
306
  interface ApiConfig {
@@ -300,7 +300,7 @@ declare function fetchSvgContent(mediaObject: any): Promise<string | null>;
300
300
  declare function getSvgContentForAstro(mediaObject: any): Promise<string>;
301
301
  declare function injectSvgIntoElement(mediaObject: any, targetElement: HTMLElement, className?: string): Promise<void>;
302
302
 
303
- declare const SDK_VERSION = "0.7.130";
303
+ declare const SDK_VERSION = "0.7.132";
304
304
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
305
305
 
306
306
  interface ApiConfig {