@acontplus/core 1.0.16 → 1.0.17

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 +20 -5
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acontplus/core",
3
- "version": "1.0.16",
4
- "description": "Core library for Acontplus projects, providing essential utilities and functionalities.",
3
+ "version": "1.0.17",
4
+ "description": "Enterprise-grade core library implementing Domain-Driven Design (DDD) and Clean Architecture patterns. Provides value objects, use cases, entities, HTTP adapters, pricing calculations, API response handling, and foundational utilities for Angular applications.",
5
5
  "dependencies": {
6
- "@acontplus/utils": "^1.0.8",
6
+ "@acontplus/utils": "^1.0.9",
7
7
  "tslib": "^2.8.1",
8
8
  "uuid": "^13.0.0"
9
9
  },
@@ -30,11 +30,26 @@
30
30
  "test": "nx test core"
31
31
  },
32
32
  "keywords": [
33
+ "acontplus",
34
+ "core",
35
+ "ddd",
36
+ "domain-driven-design",
37
+ "clean-architecture",
38
+ "use-cases",
39
+ "value-objects",
40
+ "entities",
41
+ "adapters",
42
+ "ports",
43
+ "pricing",
33
44
  "calculations",
34
45
  "constants",
35
46
  "environment",
36
- "pricing",
37
- "typescript"
47
+ "http-client",
48
+ "api-response",
49
+ "pagination",
50
+ "jwt",
51
+ "typescript",
52
+ "library"
38
53
  ],
39
54
  "author": "Ivan Paz <ifer343@gmail.com>",
40
55
  "license": "MIT",