@casl/angular
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -5,6 +5,5 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.casl = global.casl || {}, global.casl.ng = {}), global.ng.core, global.casl, global.rxjs)); | ||
}(this, (function (exports, i0, ability, rxjs) { 'use strict'; | ||
})(this, (function (exports, i0, ability, rxjs) { 'use strict'; | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -17,5 +16,3 @@ if (e) { | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
} | ||
get: function () { return e[k]; } | ||
}); | ||
@@ -25,7 +22,7 @@ } | ||
} | ||
n['default'] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var i0__namespace = /*#__PURE__*/_interopNamespace(i0); | ||
var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0); | ||
@@ -135,5 +132,3 @@ var AblePipe = /** @class */ (function () { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); | ||
})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@casl/angular", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app", | ||
@@ -50,3 +50,3 @@ "main": "dist/umd/index.js", | ||
"peerDependencies": { | ||
"@angular/core": "^14.0.0 || ^15.0.0", | ||
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0 || ^6.0.0", | ||
@@ -57,18 +57,18 @@ "rxjs": "^7.5.5", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.0.0", | ||
"@angular/common": "^15.0.0", | ||
"@angular/compiler": "^15.0.0", | ||
"@angular/compiler-cli": "^15.0.0", | ||
"@angular/core": "^15.0.0", | ||
"@angular/platform-browser": "^15.0.0", | ||
"@angular/platform-browser-dynamic": "^15.0.0", | ||
"@angular-devkit/build-angular": "^16.0.0", | ||
"@angular/common": "^16.0.0", | ||
"@angular/compiler": "^16.0.0", | ||
"@angular/compiler-cli": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@angular/platform-browser": "^16.0.0", | ||
"@angular/platform-browser-dynamic": "^16.0.0", | ||
"@casl/ability": "^6.0.0", | ||
"@casl/dx": "workspace:^1.0.0", | ||
"@types/jest": "^28.0.0", | ||
"jest": "^28.0.0", | ||
"jest-preset-angular": "^12.2.3", | ||
"@types/jest": "^29.0.0", | ||
"jest": "^29.0.0", | ||
"jest-preset-angular": "^13.0.0", | ||
"rxjs": "^7.5.5", | ||
"tslib": "^2.0.0", | ||
"typescript": "~4.8.0", | ||
"zone.js": "~0.11.4" | ||
"typescript": "~5.0.0", | ||
"zone.js": "~0.13.0" | ||
}, | ||
@@ -75,0 +75,0 @@ "files": [ |
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
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
43242
349