@mattrglobal/verifier-sdk-web 2.0.1 → 2.0.2
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/README.md +1 -1
- package/dist/lib/verifier-js-no-deps.cjs.js +3 -3
- package/dist/lib/verifier-js-no-deps.cjs.js.map +1 -1
- package/dist/lib/verifier-js.cjs.js +3 -3
- package/dist/lib/verifier-js.cjs.js.map +1 -1
- package/dist/typings/verifier/types/verifier-web-sdk.d.ts +1 -1
- package/dist/verifier-js.development.js +3 -3
- package/dist/verifier-js.development.js.map +1 -1
- package/dist/verifier-js.production.esm.js +3 -3
- package/dist/verifier-js.production.esm.js.map +1 -1
- package/dist/verifier-js.production.js +3 -3
- package/dist/verifier-js.production.js.map +1 -1
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ export declare enum LocalStorageKey {
|
|
|
6
6
|
sessionId = "mattr_sid"
|
|
7
7
|
}
|
|
8
8
|
export declare const MATTR_SDK_VERSION_HEADER = "x-mattr-sdk-version";
|
|
9
|
-
export declare const MATTR_SDK_VERSION_VALUE = "2.0.
|
|
9
|
+
export declare const MATTR_SDK_VERSION_VALUE = "2.0.2";
|
|
10
10
|
export declare enum MessageEventDataType {
|
|
11
11
|
PresentationCompleted = "PresentationCompleted",// { type: "PresentationCompleted", responseCode, sessionId }
|
|
12
12
|
PresentationTimeout = "PresentationTimeout",// { type: "PresentationTimeout", sessionId }
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* Do Not Translate or Localize
|
|
8
8
|
*
|
|
9
9
|
* Bundle of @mattrglobal/verifier-sdk-web
|
|
10
|
-
* Generated: 2025-05-
|
|
11
|
-
* Version: 2.0.
|
|
10
|
+
* Generated: 2025-05-29
|
|
11
|
+
* Version: 2.0.2
|
|
12
12
|
* Dependencies:
|
|
13
13
|
*
|
|
14
14
|
* neverthrow -- 4.3.0
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
LocalStorageKey["sessionId"] = "mattr_sid";
|
|
1488
1488
|
})(LocalStorageKey || (LocalStorageKey = {}));
|
|
1489
1489
|
const MATTR_SDK_VERSION_HEADER = "x-mattr-sdk-version";
|
|
1490
|
-
const MATTR_SDK_VERSION_VALUE = "2.0.
|
|
1490
|
+
const MATTR_SDK_VERSION_VALUE = "2.0.2";
|
|
1491
1491
|
var MessageEventDataType;
|
|
1492
1492
|
(function(MessageEventDataType) {
|
|
1493
1493
|
MessageEventDataType["PresentationCompleted"] = "PresentationCompleted";
|