@mattrglobal/verifier-sdk-web 1.1.1-unstable.1 → 1.1.1-unstable.3
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
|
@@ -49,7 +49,7 @@ The Verifier Web SDK is a powerful tool for integrating online credential verifi
|
|
|
49
49
|
|
|
50
50
|
## How to get access to the MATTR Pi Verifier Web SDK
|
|
51
51
|
|
|
52
|
-
Refer to our [SDK Docs landing page](https://learn.mattr.global/
|
|
52
|
+
Refer to our [SDK Docs landing page](https://learn.mattr.global/guides/get-started-pi) for step-by-step instructions to gain access
|
|
53
53
|
to any of our SDKs.
|
|
54
54
|
|
|
55
55
|
> Please [reach out](mailto:dev-support@mattr.global) if you need any assistance.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mattrglobal/verifier-sdk-web",
|
|
3
|
-
"version": "1.1.1-unstable.
|
|
3
|
+
"version": "1.1.1-unstable.3+61168653",
|
|
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": "
|
|
33
|
+
"gitHead": "61168653c01e11c5f24b3084dd08d0650bb72e37"
|
|
34
34
|
}
|