@whippsp/auth0-helper 1.1.3 → 1.1.4

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@ declare global {
9
9
  interface UserAPI {
10
10
  /** * Returns true if the user has the specified Auth0 Role
11
11
  */
12
- hasRole(roleName: string): boolean;
12
+ hasrole(roleName: string): boolean;
13
13
  }
14
14
 
15
15
  // This covers Post-Login
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whippsp/auth0-helper",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A helper to override Auth0 Actions handlers with skip logic.",
5
5
  "main": "Auth0Helper.js",
6
6
  "types": "index.d.ts",