@getauthui/core 0.1.13 → 0.1.14

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
@@ -15,7 +15,7 @@
15
15
  visibility: hidden;
16
16
  }
17
17
  </style>
18
- <script type="module" src="https://unpkg.com/@getauthui/core@0.1.13"></script>
18
+ <script type="module" src="https://unpkg.com/@getauthui/core@0.1.14"></script>
19
19
 
20
20
  <authui-config
21
21
  endpoint="https://cloud.appwrite.io/v1"
@@ -65,7 +65,7 @@ CDN:
65
65
  visibility: hidden;
66
66
  }
67
67
  </style>
68
- <script type="module" src="https://unpkg.com/@getauthui/core@0.1.13"></script>
68
+ <script type="module" src="https://unpkg.com/@getauthui/core@0.1.14"></script>
69
69
  ```
70
70
 
71
71
  The `<style>` keeps `<authui-show>` and the buttons hidden until the module defines them. See [`<authui-show>`](https://getauthui.appwrite.network/docs/components/show).
@@ -73,7 +73,7 @@ The `<style>` keeps `<authui-show>` and the buttons hidden until the module defi
73
73
  The default CDN URL is an ESM module: it defines the elements but does **not** set `window.AuthUI`. For `AuthUI.init` / `AuthUI.on` from a classic script, use the IIFE build:
74
74
 
75
75
  ```html
76
- <script src="https://unpkg.com/@getauthui/core@0.1.13/dist/authui.cdn.js"></script>
76
+ <script src="https://unpkg.com/@getauthui/core@0.1.14/dist/authui.cdn.js"></script>
77
77
  ```
78
78
 
79
79
  npm: