@casl/angular
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -5,2 +5,9 @@ # Change Log | ||
## [5.0.2](https://github.com/stalniy/casl/compare/@casl/angular@5.0.1...@casl/angular@5.0.2) (2021-01-10) | ||
### Bug Fixes | ||
* **angular:** changes ES6M distribution to use `.js` ext instead of `.mjs` ([06bd5be](https://github.com/stalniy/casl/commit/06bd5be0904b3194733c9f6fc3a3dd34cc069aba)), closes [#427](https://github.com/stalniy/casl/issues/427) | ||
## [5.0.1](https://github.com/stalniy/casl/compare/@casl/angular@5.0.0...@casl/angular@5.0.1) (2020-12-28) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@casl/angular", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app", | ||
"main": "dist/umd/index.js", | ||
"module": "dist/es5m/index.js", | ||
"es2015": "dist/es6m/index.mjs", | ||
"es2015": "dist/es6m/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/es6m/index.mjs", | ||
"import": "./dist/es6m/index.js", | ||
"require": "./dist/umd/index.js" | ||
@@ -31,3 +31,3 @@ } | ||
"prerollup": "ngc -p tsconfig.build.json --target $TARGET --outDir dist/$BUILD/tmp", | ||
"rollup": "IGNORE_SUBPATH=1 LIB_MINIFY=false BUILD_TYPES=$BUILD ES_TRANSFORM=false 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", | ||
"rollup": "IGNORE_SUBPATH=1 LIB_MINIFY=false BUILD_TYPES=$BUILD ES_TRANSFORM=false ES6M_EXT=.js 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", | ||
@@ -72,3 +72,3 @@ "test": "NODE_ENV=test jest --config ./jest.config.js", | ||
"@rollup/plugin-babel": "^5.0.2", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -78,3 +78,3 @@ "@semantic-release/git": "^9.0.0", | ||
"@semantic-release/npm": "^7.0.5", | ||
"@typescript-eslint/eslint-plugin": "4.11.0", | ||
"@typescript-eslint/eslint-plugin": "4.12.0", | ||
"chai": "^4.1.0", | ||
@@ -81,0 +81,0 @@ "chai-spies": "^1.0.0", |
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
58929