@mattrglobal/verifier-sdk-web 2.0.1 → 2.0.3-unstable.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/README.md CHANGED
@@ -77,7 +77,7 @@ MATTRVerifierSDK.initialize(...);
77
77
  1. Load the following script tag from your web page:
78
78
 
79
79
  ```html
80
- <script src="https://cdn.mattr.global/js/verifier-sdk-web/1.0/verifier-js.production.js"></script>
80
+ <script src="https://cdn.mattr.global/js/verifier-sdk-web/{VERSION}/verifier-js.production.js"></script>
81
81
  ```
82
82
 
83
83
  > This script will automatically pick up any SDK patch updates. You can lock your implementation to a specific patch version by replacing 1.0 with the specific version (e.g. https://cdn.mattr.global/js/verifier-sdk-web/1.0.1/verifier-js.production.js).
@@ -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-28
11
- * Version: 2.0.1
10
+ * Generated: 2025-05-29
11
+ * Version: 2.0.2
12
12
  * Dependencies:
13
13
  */
14
14
 
@@ -250,7 +250,7 @@ var LocalStorageKey;
250
250
 
251
251
  const MATTR_SDK_VERSION_HEADER = "x-mattr-sdk-version";
252
252
 
253
- const MATTR_SDK_VERSION_VALUE = "2.0.1";
253
+ const MATTR_SDK_VERSION_VALUE = "2.0.2";
254
254
 
255
255
  var MessageEventDataType;
256
256