@mattrglobal/verifier-sdk-web 2.0.1-unstable.2 → 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.
@@ -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.1";
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 }
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
10
  * Generated: 2025-05-29
11
- * Version: 2.0.1
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.1";
1490
+ const MATTR_SDK_VERSION_VALUE = "2.0.2";
1491
1491
  var MessageEventDataType;
1492
1492
  (function(MessageEventDataType) {
1493
1493
  MessageEventDataType["PresentationCompleted"] = "PresentationCompleted";