@casl/angular
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -5,2 +5,9 @@ # Change Log | ||
## [4.1.2](https://github.com/stalniy/casl/compare/@casl/angular@4.1.1...@casl/angular@4.1.2) (2020-06-02) | ||
### Bug Fixes | ||
* **angular:** widen peer dependency for @angular/core ([aa2c3c4](https://github.com/stalniy/casl/commit/aa2c3c4e5a1e3cf14cebc83125571d3ab15c1451)) | ||
## [4.1.1](https://github.com/stalniy/casl/compare/@casl/angular@4.1.0...@casl/angular@4.1.1) (2020-05-19) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@casl/angular", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app", | ||
@@ -23,7 +23,7 @@ "main": "dist/umd/index.js", | ||
"build.types": "ngc -p tsconfig.types.json", | ||
"rollup": "ngc --target $TARGET --outDir dist/$BUILD/tmp && LIB_MINIFY=false BUILD_TYPES=$BUILD USE_SRC_MAPS=1 rollup -c ../../tools/rollup.config.js -i dist/$BUILD/tmp/index.js -n casl.ng -g @angular/core:ng.core,@casl/ability:casl,tslib:tslib,rxjs:rxjs", | ||
"rollup": "ngc --target $TARGET --outDir dist/$BUILD/tmp && LIB_MINIFY=false BUILD_TYPES=$BUILD USE_SRC_MAPS=1 rollup -c ../../rollup.config.js -i dist/$BUILD/tmp/index.js -n casl.ng -g @angular/core:ng.core,@casl/ability:casl,tslib:tslib,rxjs:rxjs", | ||
"postrollup": "rm -rf dist/$BUILD/tmp", | ||
"test": "NODE_ENV=test jest --config ./jest.config.js", | ||
"lint": "eslint --ext .ts,.js src/ spec/", | ||
"prerelease": "NODE_ENV=production npm run build && npm test", | ||
"prerelease": "npm run lint && NODE_ENV=production npm run build && npm test", | ||
"release": "semantic-release -e ../../tools/semantic-release" | ||
@@ -47,6 +47,6 @@ }, | ||
"peerDependencies": { | ||
"@angular/core": "^9.0.0", | ||
"tslib": "^1.9.0 || ^2.0.0", | ||
"@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"@casl/ability": "^2.0.0 || ^3.0.0 || ^4.0.0", | ||
"rxjs": "^6.0.0" | ||
"rxjs": "^6.0.0", | ||
"tslib": "^1.9.0 || ^2.0.0" | ||
}, | ||
@@ -61,5 +61,28 @@ "devDependencies": { | ||
"@angular/platform-browser-dynamic": "^9.0.0", | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.0", | ||
"@babel/plugin-transform-typescript": "^7.10.0", | ||
"@babel/preset-env": "^7.8.4", | ||
"@casl/ability": "^4.0.0", | ||
"@rollup/plugin-babel": "^5.0.2", | ||
"@rollup/plugin-node-resolve": "^8.0.0", | ||
"@semantic-release/changelog": "^3.0.0", | ||
"@semantic-release/git": "^7.0.0", | ||
"@typescript-eslint/eslint-plugin": "2.24.0", | ||
"babel-jest": "^26.0.0", | ||
"chai": "^4.1.0", | ||
"chai-spies": "^1.0.0", | ||
"eslint": "^7.1.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-airbnb-typescript": "^7.2.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"jest": "^26.0.0", | ||
"jest-zone-patch": "0.0.10", | ||
"rollup": "^2.10.9", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"rxjs": "^6.0.0", | ||
"semantic-release": "15.9.17", | ||
"tslib": "^2.0.0", | ||
"typescript": "~3.8.0", | ||
"zone.js": "^0.10.2" | ||
@@ -66,0 +89,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69899
34