tshex-cli 1.0.11 → 1.0.12

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/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tshex-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "author": "https://github.com/virtualitems/",
5
5
  "description": "Typescript Hexagonal Architecture CLI",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -10,7 +10,7 @@ Because what we are trying to achieve is a separation between the domain code an
10
10
 
11
11
  # Usage example
12
12
 
13
- https://github.com/virtualitems/typescript-codebase/tree/hexagonal-example
13
+ https://github.com/virtualitems/tshex-cli
14
14
 
15
15
  # Note!!!
16
16
 
@@ -18,7 +18,7 @@ This tool and its templates are in constant development, so be aware that some c
18
18
 
19
19
  If you have any suggestions or improvements, please let me know.
20
20
 
21
- https://github.com/virtualitems/typescript-codebase/issues
21
+ https://github.com/virtualitems/tshex-cli/issues
22
22
 
23
23
  # Installation
24
24