@micrio/client 5.1.12 → 5.1.14

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/micrio.min.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  declare module '@micrio/client' {
2
2
  import type { Readable, Writable } from 'svelte/store';
3
- export const VERSION = "5.1.12";
3
+ export const VERSION = "5.1.14";
4
4
  export type PREDEFINED = [string, Models.ImageInfo.ImageInfo, Models.ImageData.ImageData | undefined];
5
5
  export const isFetching: (uri: string) => boolean;
6
6
  export const getLocalData: (id: string) => PREDEFINED | undefined;
@@ -1010,6 +1010,8 @@ declare module '@micrio/client' {
1010
1010
  };
1011
1011
  /** Use a custom uri for the info json file */
1012
1012
  infoUrl?: string;
1013
+ /** Force refresh for published data JSON file */
1014
+ forceDataRefresh?: boolean;
1013
1015
  /** Render this image as a static image */
1014
1016
  static?: boolean;
1015
1017
  /** Use a custom thumbnail image uri */