@availity/app-icon
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -1,6 +0,14 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
# [1.5.0](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.4.2...@availity/app-icon@1.5.0) (2022-05-24) | ||
### Features | ||
* **app-icon:** convert to typescript ([b0c9840](https://github.com/Availity/availity-react/commit/b0c9840707df0dda52ef909e7b976058d4a57a5d)) | ||
## [1.4.2](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.4.1...@availity/app-icon@1.4.2) (2021-12-20) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@availity/app-icon", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Availity UI Kit application icon react component.", | ||
@@ -21,11 +21,23 @@ "keywords": [ | ||
"author": "Evan Sharp <evan.sharp@availity.com>", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"browser": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts", | ||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts", | ||
"clean": "rm -rf dist", | ||
"clean:nm": "rm -rf node_modules", | ||
"bundlesize": "bundlesize", | ||
"publish": "yarn npm publish --tolerate-republish --access public", | ||
"publish:canary": "yarn npm publish --access public --tag canary" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.3.1", | ||
"prop-types": "^15.7.2" | ||
"classnames": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react-dom": "^17.0.2", | ||
"tsup": "^5.12.7", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -37,4 +49,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"gitHead": "5983e704cd833c6e93ef6d00472f48a0876fe782" | ||
} | ||
} | ||
} |
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
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
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
18882
2
13
322
4
1
- Removedprop-types@^15.7.2
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact-is@16.13.1(transitive)