@acontplus/ng-infrastructure 2.0.4 → 2.0.5

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@acontplus/ng-infrastructure",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Angular infrastructure library implementing clean architecture patterns with HTTP interceptors, repository implementations, adapters, dependency injection providers, and core infrastructure services for enterprise applications.",
5
5
  "peerDependencies": {
6
6
  "@acontplus/core": "^1.1.2",
7
7
  "@acontplus/ng-config": "^2.0.1",
8
- "@acontplus/ng-notifications": "^2.0.1",
8
+ "@acontplus/ng-notifications": "^2.0.2",
9
9
  "@acontplus/ng-components": "^2.1.0",
10
10
  "@angular/common": "^21.0.0",
11
11
  "@angular/core": "^21.0.0"