@loginid/websdk3 3.0.5 → 3.0.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ npm install @loginid/websdk3
19
19
 
20
20
  ## How to Use
21
21
 
22
- - visit our [API Reference documentation](https://docs.loginid.io/web/classes/LoginIDWebSDK/) for package implementation.
22
+ - visit our [API Reference documentation](https://docs.loginid.io/reference-documentation/web/web-sdk/) for package implementation.
23
23
 
24
24
  ## Contact and support
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loginid/websdk3",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",