@expressots/shared 0.2.0 → 0.3.0

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,12 @@
1
1
 
2
2
 
3
+ ## [0.3.0](https://github.com/expressots/shared/compare/0.2.0...0.3.0) (2024-11-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * add entryPoint property to ExpressoConfig interface ([324ac37](https://github.com/expressots/shared/commit/324ac37a7d407c491881998c6ed3288e04a0ae39))
9
+
3
10
  ## [0.2.0](https://github.com/expressots/shared/compare/0.1.0...0.2.0) (2024-11-16)
4
11
 
5
12
 
@@ -24,6 +24,7 @@ export declare const enum Pattern {
24
24
  export interface ExpressoConfig {
25
25
  scaffoldPattern: Pattern;
26
26
  sourceRoot: string;
27
+ entryPoint: string;
27
28
  opinionated: boolean;
28
29
  scaffoldSchematics?: {
29
30
  entity?: string;
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/shared",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Shared library for ExpressoTS modules 🐎",
5
5
  "author": "Richard Zampieri <richard.zampieri@expresso-ts.com>",
6
6
  "main": "./lib/cjs/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/shared",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Shared library for ExpressoTS modules 🐎",
5
5
  "author": "Richard Zampieri <richard.zampieri@expresso-ts.com>",
6
6
  "main": "./lib/cjs/index.js",