idmission-web-sdk 2.3.95 → 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.cjs.development.js +3 -4
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +2 -2
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +43 -2743
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
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.
|
|
209
|
+
var webSdkVersion = '2.3.97';
|
|
210
210
|
|
|
211
211
|
function getPlatform() {
|
|
212
212
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|