@maroonedsoftware/koa 1.10.1 → 1.11.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.
|
@@ -25,6 +25,10 @@ import { AppConfig } from '@maroonedsoftware/appconfig';
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export interface ServerKitModule<ConfigT = AppConfig> {
|
|
28
|
+
/**
|
|
29
|
+
* The name of the module.
|
|
30
|
+
*/
|
|
31
|
+
name?: string;
|
|
28
32
|
/**
|
|
29
33
|
* Called during application initialization to register services and
|
|
30
34
|
* bindings into the DI registry before the container is built.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverkit.module.d.ts","sourceRoot":"","sources":["../src/serverkit.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,eAAe,CAAC,OAAO,GAAG,SAAS;IAClD;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE/D;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEnD;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD"}
|
|
1
|
+
{"version":3,"file":"serverkit.module.d.ts","sourceRoot":"","sources":["../src/serverkit.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,eAAe,CAAC,OAAO,GAAG,SAAS;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE/D;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEnD;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maroonedsoftware/koa",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Koa middleware, body parsing, and utilities for ServerKit",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Marooned Software",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"@hapi/bourne": "^3.0.0",
|
|
34
34
|
"co-body": "^6.2.0",
|
|
35
35
|
"inflation": "^2.1.0",
|
|
36
|
-
"injectkit": "^1.
|
|
36
|
+
"injectkit": "^1.2.0",
|
|
37
37
|
"qs": "^6.15.0",
|
|
38
38
|
"rate-limiter-flexible": "^10.0.1",
|
|
39
39
|
"raw-body": "^3.0.2",
|
|
40
40
|
"@maroonedsoftware/appconfig": "1.4.0",
|
|
41
|
-
"@maroonedsoftware/authentication": "0.2.0",
|
|
42
41
|
"@maroonedsoftware/errors": "1.4.0",
|
|
43
|
-
"@maroonedsoftware/
|
|
42
|
+
"@maroonedsoftware/authentication": "0.2.0",
|
|
44
43
|
"@maroonedsoftware/multipart": "1.1.0",
|
|
45
|
-
"@maroonedsoftware/
|
|
44
|
+
"@maroonedsoftware/logger": "1.1.0",
|
|
45
|
+
"@maroonedsoftware/utilities": "1.4.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@koa/cors": "^5.0.0",
|