@globalart/ddd 1.0.2 → 1.0.4

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 +3 -3
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @globalart/ddd
2
2
 
3
- A comprehensive Domain-Driven Design (DDD) toolkit for NestJS applications, providing essential building blocks for building robust, maintainable domain models.
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://nestjs-toolkit.js.org/packages/ddd)**
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 in NestJS
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.2",
4
- "description": "A advanced DDD for NestJS",
3
+ "version": "1.0.4",
4
+ "description": "Advanced Domain-Driven Design",
5
5
  "author": {
6
6
  "name": "GlobalArt, Inc"
7
7
  },
@@ -10,6 +10,7 @@
10
10
  "types": "./dist/index.d.ts",
11
11
  "files": [
12
12
  "dist",
13
+ "templates",
13
14
  "README.md",
14
15
  "LICENSE"
15
16
  ],
@@ -22,7 +23,7 @@
22
23
  },
23
24
  "repository": {
24
25
  "type": "git",
25
- "url": "git+https://github.com/GlobalArtInc/nestjs-toolkit.git#main"
26
+ "url": "git+https://github.com/GlobalArtInc/ecosystem.git#main"
26
27
  },
27
28
  "keywords": [
28
29
  "ddd"