@esfaenza/access-control 12.2.5 → 12.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@esfaenza/localizations'), require('@angular/core'), require('@angular/router'), require('@esfaenza/extensions')) :
3
3
  typeof define === 'function' && define.amd ? define('@esfaenza/access-control', ['exports', '@esfaenza/localizations', '@angular/core', '@angular/router', '@esfaenza/extensions'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza['access-control'] = {}), global.localizations, global.ng.core, global.ng.router, global.extensions));
5
- }(this, (function (exports, localizations, core, router, extensions) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza["access-control"] = {}), global.localizations, global.ng.core, global.ng.router, global.extensions));
5
+ })(this, (function (exports, localizations, core, router, extensions) { 'use strict';
6
6
 
7
7
  /**
8
8
  * Token che racchiude il locale scelto per l'applicazione
@@ -405,9 +405,9 @@
405
405
  exports.AccessControlRouteGuard = AccessControlRouteGuard;
406
406
  exports.AccessControlService = AccessControlService;
407
407
  exports.ComponentContext = ComponentContext;
408
- exports.ɵa = ContextAwareDirective;
408
+ exports["ɵa"] = ContextAwareDirective;
409
409
 
410
410
  Object.defineProperty(exports, '__esModule', { value: true });
411
411
 
412
- })));
412
+ }));
413
413
  //# sourceMappingURL=esfaenza-access-control.umd.js.map
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@esfaenza/access-control",
3
- "version": "12.2.5",
3
+ "version": "12.2.9",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@angular/common": "~12.2.3",
9
- "@angular/core": "~12.2.3",
10
- "@esfaenza/localizations": "^12.2.6",
11
- "@esfaenza/extensions": "^12.2.6"
8
+ "@angular/common": "~12.2.15",
9
+ "@angular/core": "~12.2.15",
10
+ "@esfaenza/localizations": "^12.2.10",
11
+ "@esfaenza/extensions": "^12.2.13"
12
12
  },
13
13
  "main": "bundles/esfaenza-access-control.umd.js",
14
14
  "module": "fesm2015/esfaenza-access-control.js",