koatty 3.7.2 → 3.7.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.7.3](https://github.com/thinkkoa/koatty/compare/v3.7.2...v3.7.3) (2022-11-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * readme ([721ce49](https://github.com/thinkkoa/koatty/commit/721ce4962c3695bc5bc79c1b9de868e561e305ba))
11
+ * upgrade ([76df70b](https://github.com/thinkkoa/koatty/commit/76df70b5b106fd7c70e94be63d22b1191bd5ecd0))
12
+
5
13
  ### [3.7.2](https://github.com/thinkkoa/koatty/compare/v3.7.1...v3.7.2) (2022-11-16)
6
14
 
7
15
 
package/README.md CHANGED
@@ -9,8 +9,9 @@ Use Typescript's decorator implement IOC and AOP.
9
9
  ## New features
10
10
 
11
11
  * HTTP、HTTPS、HTTP2、gRPC、WebSocket server.
12
- * Support loading environment configuration, parsing command line parameters (process. argv) and environment variables (process.env)
12
+ * Support loading environment configuration, parsing command line parameters (process.argv) and environment variables (process.env)
13
13
  * `@ExceptionHandler()` Register global exception handling
14
+ * graceful shutdown and pre-exit event
14
15
 
15
16
 
16
17
  ## Documentation
package/dist/README.md CHANGED
@@ -9,8 +9,9 @@ Use Typescript's decorator implement IOC and AOP.
9
9
  ## New features
10
10
 
11
11
  * HTTP、HTTPS、HTTP2、gRPC、WebSocket server.
12
- * Support loading environment configuration, parsing command line parameters (process. argv) and environment variables (process.env)
12
+ * Support loading environment configuration, parsing command line parameters (process.argv) and environment variables (process.env)
13
13
  * `@ExceptionHandler()` Register global exception handling
14
+ * graceful shutdown and pre-exit event
14
15
 
15
16
 
16
17
  ## Documentation
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-11-16 16:33:48
3
+ * @Date: 2022-11-16 17:45:16
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-11-16 16:33:28
3
+ * @Date: 2022-11-16 17:44:54
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -629,7 +629,7 @@ class Loader {
629
629
  }
630
630
  }
631
631
 
632
- var version = "3.7.2";
632
+ var version = "3.7.3";
633
633
  var engines = {
634
634
  node: ">12.0.0"
635
635
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-11-16 16:33:28
3
+ * @Date: 2022-11-16 17:44:54
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -609,7 +609,7 @@ class Loader {
609
609
  }
610
610
  }
611
611
 
612
- var version = "3.7.2";
612
+ var version = "3.7.3";
613
613
  var engines = {
614
614
  node: ">12.0.0"
615
615
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Koa2 + Typescript = koatty. Use Typescript's decorator implement auto injection.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
@@ -91,7 +91,7 @@
91
91
  "koatty_payload": "1.3.18",
92
92
  "koatty_proto": "^1.1.9",
93
93
  "koatty_router": "1.8.0",
94
- "koatty_serve": "1.5.0",
94
+ "koatty_serve": "1.5.1",
95
95
  "koatty_trace": "1.7.0",
96
96
  "koatty_validation": "1.2.5",
97
97
  "reflect-metadata": "0.1.13",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Koa2 + Typescript = koatty. Use Typescript's decorator implement auto injection.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
@@ -91,7 +91,7 @@
91
91
  "koatty_payload": "1.3.18",
92
92
  "koatty_proto": "^1.1.9",
93
93
  "koatty_router": "1.8.0",
94
- "koatty_serve": "1.5.0",
94
+ "koatty_serve": "1.5.1",
95
95
  "koatty_trace": "1.7.0",
96
96
  "koatty_validation": "1.2.5",
97
97
  "reflect-metadata": "0.1.13",