web-manager 3.0.11 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -286,7 +286,10 @@ For these, you must first call `.account().resolve()`
286
286
  * `.auth-created-element`: Add to any element to show the local string for account creation date
287
287
  * `.auth-phone-element`: Add to any element to display the user's phone
288
288
 
289
- <!-- Future additions (not added yet) -->
289
+ * Future additions (not added yet)
290
+ * `auth-link-provider-btn`: Initiate a link to the `data-provider` in this element
291
+ * `auth-unlink-provider-btn`: Initiate an unlink to the `data-provider` in this element
292
+ * `auth-signout-all-sessions-btn`: Call the server to sign out of all sessions and then log out of the current one.
290
293
 
291
294
 
292
295
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.0.11",
3
+ "version": "3.1.0",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {