idmission-web-sdk 2.3.96 → 2.3.97

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/sdk2.esm.js CHANGED
@@ -16,7 +16,7 @@ import { devtools } from 'zustand/middleware';
16
16
  import { useShallow } from 'zustand/react/shallow';
17
17
  import cn from 'clsx';
18
18
  import SignatureCanvas from 'react-signature-canvas';
19
- import mediaInfoFactory from 'mediainfo.js';
19
+ import { mediaInfoFactory } from 'mediainfo.js';
20
20
  import { renderToString } from 'react-dom/server';
21
21
 
22
22
  /******************************************************************************
@@ -206,7 +206,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
206
206
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
207
207
  };
208
208
 
209
- var webSdkVersion = '2.3.96';
209
+ var webSdkVersion = '2.3.97';
210
210
 
211
211
  function getPlatform() {
212
212
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment