@availity/authorize
Advanced tools
Comparing version 1.5.20 to 1.5.21
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.5.21 (2021-09-28) | ||
**Note:** Version bump only for package @availity/authorize | ||
## 1.5.20 (2021-06-01) | ||
@@ -8,0 +16,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { default } from './Authorize'; | ||
export * from './Authorize'; | ||
export * from './useAuthorize'; | ||
export { default } from './types/Authorize'; | ||
export * from './types/Authorize'; | ||
export * from './types/useAuthorize'; |
@@ -1,6 +0,2 @@ | ||
import Authorize from './Authorize'; | ||
import useAuthorize from './useAuthorize'; | ||
export { useAuthorize }; | ||
export default Authorize; | ||
export { default } from './src/Authorize'; | ||
export { default as useAuthorize } from './src/useAuthorize'; |
{ | ||
"name": "@availity/authorize", | ||
"version": "1.5.20", | ||
"version": "1.5.21", | ||
"author": "Evan Sharp <evan.sharp@gmail.com>", | ||
"description": "Check user permissions to see if the current user is authorized to see your content.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -29,3 +30,2 @@ "react", | ||
"@availity/api-core": "^7.0.2", | ||
"@availity/localstorage-core": "^3.0.0", | ||
"axios": "^0.21.1", | ||
@@ -37,5 +37,6 @@ "react": "^17.0.2", | ||
"@availity/api-axios": ">= 2.0.0", | ||
"axios": "^0.21.1", | ||
"react": ">=16.3.0" | ||
}, | ||
"gitHead": "18ff8f4f0206e04a8b71cfc90d00ad65d2f200c6" | ||
"gitHead": "cbd7f7edc581a61f6cc9258f00946d3098c51eef" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
16419
5
10
188
1