@mattrglobal/verifier-sdk-web 1.1.1-unstable.31 → 1.1.1-unstable.47

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
@@ -190,7 +190,7 @@ You can define an identifier of a specific wallet you want to invoke with this v
190
190
 
191
191
  ## Configure redirectUri
192
192
 
193
- When using the same-device presentation flow, the SDK must define what URI to redirect the user to once they complete the verification workflow in their wallet app. This can be any URI (including custom URI schemes), and must match one of the values defined in the [`redirectUris` array](https://learn.mattr.global/latest/tag/mDocs-verification#operation/putVerifierConfiguration!path=redirectUris&t=request) in the MATTR VII tenant's verifier configuration.
193
+ When using the same-device presentation flow, the SDK must define what URI to redirect the user to once they complete the verification workflow in their wallet app. This can be any URI (including custom URI schemes), and must match one of the values defined in the [`redirectUris` array](https://learn.mattr.global/api-reference/latest/tag/mDocs-verification#operation/postVerifierApplication!path=openid4vpConfiguration/redirectUris&t=request) in the MATTR VII tenant's verifier configuration.
194
194
 
195
195
  # Request credentials examples
196
196
 
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2025-01-28
10
+ * Generated: 2025-02-02
11
11
  * Version: 1.1.0
12
12
  * Dependencies:
13
13
  */
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2025-01-28
10
+ * Generated: 2025-02-02
11
11
  * Version: 1.1.0
12
12
  * Dependencies:
13
13
  *
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2025-01-28
10
+ * Generated: 2025-02-02
11
11
  * Version: 1.1.0
12
12
  * Dependencies:
13
13
  *
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2025-01-28
10
+ * Generated: 2025-02-02
11
11
  * Version: 1.1.0
12
12
  * Dependencies:
13
13
  *
@@ -7,7 +7,7 @@
7
7
  * Do Not Translate or Localize
8
8
  *
9
9
  * Bundle of @mattrglobal/verifier-sdk-web
10
- * Generated: 2025-01-28
10
+ * Generated: 2025-02-02
11
11
  * Version: 1.1.0
12
12
  * Dependencies:
13
13
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattrglobal/verifier-sdk-web",
3
- "version": "1.1.1-unstable.31+65754e9e",
3
+ "version": "1.1.1-unstable.47+f32c0e0e",
4
4
  "main": "dist/lib/verifier-js.cjs.js",
5
5
  "types": "dist/typings/index.d.ts",
6
6
  "module": "dist/verifier-js.production.esm.js",
@@ -30,5 +30,5 @@
30
30
  "docs": "rm -rf generatedDoc/ && typedoc && cp CHANGELOG_PUBLIC.md generatedDoc/CHANGELOG.md",
31
31
  "docs:html": "NAME=\"MATTR Verifier Web SDK\" ../../scripts/generateHtmlDocs.sh"
32
32
  },
33
- "gitHead": "65754e9e1d04529e2b59c245a4e8d53deabf0e9d"
33
+ "gitHead": "f32c0e0eafd74300217a4ddd00120c17f7f927ae"
34
34
  }