@cyphlens/2fa-sse-sdk 2.0.0 → 2.0.1-canary-358d7bd.1

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
@@ -30,7 +30,7 @@ yarn add @cyphlens/2fa-sse-sdk
30
30
  ### Using CDN (Browser)
31
31
  Include the SDK directly in your HTML:
32
32
  ```html
33
- <script src="https://cdn.jsdelivr.net/npm/@cyphlens/2fa-sse-sdk/dist/bundle.min.js"/>
33
+ <script src="https://cdn.jsdelivr.net/npm/@cyphlens/2fa-sse-sdk@2/dist/bundle.min.js" />
34
34
  ```
35
35
 
36
36
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyphlens/2fa-sse-sdk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-canary-358d7bd.1",
4
4
  "private": false,
5
5
  "description": "Cyphlens SDK for 2FA SSE",
6
6
  "main": "dist/index.js",