@casl/react
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,2 +5,9 @@ # Change Log | ||
## [2.2.1](https://github.com/stalniy/casl/compare/@casl/react@2.2.0...@casl/react@2.2.1) (2020-12-28) | ||
### Bug Fixes | ||
* **dist:** adds separate `tsconfig.build.json` to every completementary project ([87742ce](https://github.com/stalniy/casl/commit/87742cec518a8a68d5fc29be2bbc9561cbc7da6c)), closes [#419](https://github.com/stalniy/casl/issues/419) | ||
# [2.2.0](https://github.com/stalniy/casl/compare/@casl/react@2.1.1...@casl/react@2.2.0) (2020-12-26) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@casl/react", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "React component for CASL which makes it easy to add permissions in any React application", | ||
@@ -26,3 +26,3 @@ "main": "dist/umd/index.js", | ||
"build": "BUILD_TYPES=es5m,es6m,umd rollup -c ../../rollup.config.js -n casl.react -g react:React,prop-types:React.PropTypes,@casl/ability:casl", | ||
"build.types": "tsc", | ||
"build.types": "tsc -p tsconfig.build.json", | ||
"lint": "eslint --ext .ts,.js src/ spec/", | ||
@@ -65,3 +65,3 @@ "test": "NODE_ENV=test jest --config ../../tools/jest.config.js", | ||
"@types/react": "^16.9.19", | ||
"@typescript-eslint/eslint-plugin": "4.7.0", | ||
"@typescript-eslint/eslint-plugin": "4.11.0", | ||
"chai": "^4.1.0", | ||
@@ -68,0 +68,0 @@ "chai-spies": "^1.0.0", |
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
53363
0
17
95