@mattrglobal/verifier-sdk-web 2.2.1-unstable.89 → 2.3.0
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/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
|
@@ -7,7 +7,7 @@ export declare enum LocalStorageKey {
|
|
|
7
7
|
state = "mattr_st"
|
|
8
8
|
}
|
|
9
9
|
export declare const MATTR_SDK_VERSION_HEADER = "x-mattr-sdk-version";
|
|
10
|
-
export declare const MATTR_SDK_VERSION_VALUE = "2.
|
|
10
|
+
export declare const MATTR_SDK_VERSION_VALUE = "2.3.0";
|
|
11
11
|
export declare enum MessageEventDataType {
|
|
12
12
|
PresentationCompleted = "PresentationCompleted",// { type: "PresentationCompleted", responseCode, sessionId }
|
|
13
13
|
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: 2026-08-
|
|
11
|
-
* Version: 2.
|
|
10
|
+
* Generated: 2026-08-17
|
|
11
|
+
* Version: 2.3.0
|
|
12
12
|
* Dependencies:
|
|
13
13
|
*
|
|
14
14
|
* neverthrow -- 4.3.0
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
LocalStorageKey["state"] = "mattr_st";
|
|
1388
1388
|
})(LocalStorageKey || (LocalStorageKey = {}));
|
|
1389
1389
|
const MATTR_SDK_VERSION_HEADER = "x-mattr-sdk-version";
|
|
1390
|
-
const MATTR_SDK_VERSION_VALUE = "2.
|
|
1390
|
+
const MATTR_SDK_VERSION_VALUE = "2.3.0";
|
|
1391
1391
|
var MessageEventDataType;
|
|
1392
1392
|
(function(MessageEventDataType) {
|
|
1393
1393
|
MessageEventDataType["PresentationCompleted"] = "PresentationCompleted";
|