@acontplus/ng-config 2.0.0 → 2.0.1

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 +4 -4
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@acontplus/ng-config",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Angular configuration management library providing environment tokens, application settings, dependency injection patterns, and runtime configuration services for enterprise applications.",
5
5
  "peerDependencies": {
6
- "@acontplus/core": "^1.1.1",
7
- "@angular/common": "^21.0.6",
8
- "@angular/core": "^21.0.6"
6
+ "@acontplus/core": "^1.1.2",
7
+ "@angular/common": "^21.0.0",
8
+ "@angular/core": "^21.0.0"
9
9
  },
10
10
  "sideEffects": false,
11
11
  "main": "fesm2022/acontplus-ng-config.mjs",