@expressots/core 2.9.0 → 2.9.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.
package/lib/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
 
2
2
 
3
+ ## [2.9.1](https://github.com/expressots/expressots/compare/2.9.0...2.9.1) (2024-03-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add non opinionated scaffold schematics name change ([35cf0cb](https://github.com/expressots/expressots/commit/35cf0cb32c621d7b5112b0306b2001bb34c210ed))
9
+
10
+
11
+ ### Code Refactoring
12
+
13
+ * add expressots project commands ([523cf19](https://github.com/expressots/expressots/commit/523cf1908f3ba36377738082bf24783e45117626))
14
+ * adjust expressots build, dev, prod ([7be37a7](https://github.com/expressots/expressots/commit/7be37a7b8291ea88ab69ce72b4723780d278d405))
15
+
3
16
  ## [2.9.0](https://github.com/expressots/expressots/compare/2.8.0...2.9.0) (2024-03-18)
4
17
 
5
18
 
@@ -43,5 +43,14 @@ interface ExpressoConfig {
43
43
  sourceRoot: string;
44
44
  opinionated: boolean;
45
45
  providers?: IProviders;
46
+ scaffoldSchematics?: {
47
+ entity?: string;
48
+ controller?: string;
49
+ usecase?: string;
50
+ dto?: string;
51
+ module?: string;
52
+ provider?: string;
53
+ middleware?: string;
54
+ };
46
55
  }
47
56
  export { ExpressoConfig, Pattern };
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/core",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
5
5
  "author": "Richard Zampieri",
6
6
  "main": "./lib/cjs/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/core",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
5
5
  "author": "Richard Zampieri",
6
6
  "main": "./lib/cjs/index.js",