@@ -26,15 +26,16 @@ A minimal skeleton for [chubbyts-framework][5].
26
26
* [ @chubbyts/chubbyts-dic ] [ 2 ] : ^1.3.1
27
27
* [ @chubbyts/chubbyts-dic-config ] [ 3 ] : ^1.3.1
28
28
* [ @chubbyts/chubbyts-dic-types ] [ 4 ] : ^1.3.1
29
- * [ @chubbyts/chubbyts-framework ] [ 5 ] : ^1.11 .0
29
+ * [ @chubbyts/chubbyts-framework ] [ 5 ] : ^1.12 .0
30
30
* [ @chubbyts/chubbyts-framework-router-path-to -regexp] [ 6 ] : ^1.6.0
31
31
* [ @chubbyts/chubbyts-http ] [ 7 ] : ^1.4.0
32
- * [ @chubbyts/chubbyts-http-node-bridge ] [ 8 ] : ^1.4.0
33
- * [ @chubbyts/chubbyts-http-types ] [ 9 ] : ^2.0.0
34
- * [ @chubbyts/chubbyts-log-types ] [ 10 ] : ^1.4.3
35
- * [ @chubbyts/chubbyts-pino-adapter ] [ 11 ] : ^1.4.1
36
- * [ commander] [ 12 ] : ^13.1.0
37
- * [ pino] [ 13 ] : ^9.6.0
32
+ * [ @chubbyts/chubbyts-http-error ] [ 8 ] : ^2.4.2
33
+ * [ @chubbyts/chubbyts-http-node-bridge ] [ 9 ] : ^1.4.0
34
+ * [ @chubbyts/chubbyts-http-types ] [ 10 ] : ^2.0.0
35
+ * [ @chubbyts/chubbyts-log-types ] [ 11 ] : ^2.0.1
36
+ * [ @chubbyts/chubbyts-pino-adapter ] [ 12 ] : ^2.0.0
37
+ * [ commander] [ 13 ] : ^13.1.0
38
+ * [ pino] [ 14 ] : ^9.6.0
38
39
39
40
## Environment
40
41
@@ -93,12 +94,13 @@ Service factories are the glue code of the dependeny injection container.
93
94
[ 5 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-framework
94
95
[ 6 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-framework-router-path-to-regexp
95
96
[ 7 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http
96
- [ 8 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http-node-bridge
97
- [ 9 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http-types
98
- [ 10 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-log-types
99
- [ 11 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-pino-adapter
100
- [ 12 ] : https://www.npmjs.com/package/commander
101
- [ 13 ] : https://www.npmjs.com/package/pino
97
+ [ 8 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http-error
98
+ [ 9 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http-node-bridge
99
+ [ 10 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-http-types
100
+ [ 11 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-log-types
101
+ [ 12 ] : https://www.npmjs.com/package/@chubbyts/chubbyts-pino-adapter
102
+ [ 13 ] : https://www.npmjs.com/package/commander
103
+ [ 14 ] : https://www.npmjs.com/package/pino
102
104
103
105
[ 20 ] : src/command.ts
104
106
[ 21 ] : src/handler.ts
0 commit comments