@availity/app-icon
Advanced tools
Comparing version 1.3.22 to 1.3.23
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.3.23 (2021-09-28) | ||
**Note:** Version bump only for package @availity/app-icon | ||
## 1.3.22 (2021-06-01) | ||
@@ -8,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
export { default } from './AppIcon'; | ||
export { default } from './types/AppIcon'; |
@@ -1,3 +0,1 @@ | ||
import AppIcon from './AppIcon'; | ||
export default AppIcon; | ||
export { default } from './src/AppIcon'; |
{ | ||
"name": "@availity/app-icon", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"author": "Evan Sharp <evan.sharp@availity.com>", | ||
"description": "Availity UI Kit application icon react component.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -30,3 +31,6 @@ "react", | ||
}, | ||
"gitHead": "18ff8f4f0206e04a8b71cfc90d00ad65d2f200c6" | ||
"dependencies": { | ||
"prop-types": "^15.7.2" | ||
}, | ||
"gitHead": "cbd7f7edc581a61f6cc9258f00946d3098c51eef" | ||
} |
{ | ||
"extends": "../../tsconfig", | ||
"compilerOptions": { | ||
"baseUrl": "../../", | ||
"paths": { | ||
"@availity/app-icon": ["packages/app-icon"], | ||
} | ||
}, | ||
} | ||
"extends": "../../tsconfig", | ||
"compilerOptions": { | ||
"baseUrl": "../../", | ||
"paths": { | ||
"@availity/app-icon": ["packages/app-icon"] | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9771
2
10
56
+ Addedprop-types@^15.7.2
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)