@acontplus/core 1.1.0 → 1.1.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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +21 -14
package/README.md CHANGED
@@ -5,7 +5,11 @@ Core library for AcontPlus applications, providing essential utilities, domain m
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
+ # Using npm
8
9
  npm install @acontplus/core
10
+
11
+ # Using pnpm
12
+ pnpm add @acontplus/core
9
13
  ```
10
14
 
11
15
  ## Features
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@acontplus/core",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
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
- "dependencies": {
6
- "@acontplus/utils": "^1.0.10",
7
- "tslib": "^2.8.1",
8
- "uuid": "^13.0.0"
9
- },
10
5
  "peerDependencies": {
6
+ "@acontplus/utils": "^1.0.11",
7
+ "tslib": "^2.8.1",
8
+ "uuid": "^13.0.0",
11
9
  "typescript": "^5.9.2"
12
10
  },
13
11
  "type": "module",
@@ -35,21 +33,30 @@
35
33
  "ddd",
36
34
  "domain-driven-design",
37
35
  "clean-architecture",
36
+ "hexagonal-architecture",
38
37
  "use-cases",
39
38
  "value-objects",
40
39
  "entities",
41
40
  "adapters",
42
41
  "ports",
43
- "pricing",
44
- "calculations",
45
- "constants",
46
- "environment",
47
- "http-client",
48
- "api-response",
42
+ "pricing-calculator",
43
+ "tax-calculator",
44
+ "discount-calculator",
45
+ "profit-calculator",
46
+ "money-value-object",
47
+ "http-client-factory",
48
+ "api-response-handling",
49
49
  "pagination",
50
- "jwt",
50
+ "jwt-tokens",
51
+ "base-entity",
52
+ "identification-number",
53
+ "entity-id",
54
+ "auth-tokens",
55
+ "axios-adapter",
56
+ "fetch-adapter",
51
57
  "typescript",
52
- "library"
58
+ "angular",
59
+ "enterprise"
53
60
  ],
54
61
  "author": "Ivan Paz <ifer343@gmail.com>",
55
62
  "license": "MIT",