@globalart/ddd 1.0.2 → 1.0.3
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @globalart/ddd
|
|
2
2
|
|
|
3
|
-
A comprehensive Domain-Driven Design (DDD)
|
|
3
|
+
A comprehensive Domain-Driven Design (DDD), providing essential building blocks for building robust, maintainable domain models.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -10,11 +10,11 @@ npm install @globalart/ddd
|
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
13
|
-
📖 **[Complete documentation and usage examples](https://
|
|
13
|
+
📖 **[Complete documentation and usage examples](https://globalart.js.org/packages/ddd)**
|
|
14
14
|
|
|
15
15
|
The documentation includes:
|
|
16
16
|
- Detailed guides for all components
|
|
17
17
|
- Real-world usage scenarios
|
|
18
18
|
- API reference
|
|
19
|
-
- DDD best practices
|
|
19
|
+
- DDD best practices
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalart/ddd",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Advanced Domain-Driven Design",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "GlobalArt, Inc"
|
|
7
7
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/GlobalArtInc/
|
|
25
|
+
"url": "git+https://github.com/GlobalArtInc/ecosystem.git#main"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
28
|
"ddd"
|