@acontplus/ng-customer 2.0.1 → 2.0.2
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acontplus/ng-customer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Angular customer management module following clean architecture principles. Provides customer UI components, business logic, and integrates with notification systems for comprehensive customer relationship management.",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@acontplus/ng-components": "^2.0
|
|
6
|
+
"@acontplus/ng-components": "^2.1.0",
|
|
7
7
|
"@acontplus/ng-notifications": "^2.0.1",
|
|
8
8
|
"@angular/common": "^21.0.6",
|
|
9
9
|
"@angular/core": "^21.0.6"
|