koatty 3.7.0 → 3.7.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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.1](https://github.com/thinkkoa/koatty/compare/v3.7.0...v3.7.1) (2022-11-12)
6
+
5
7
  ## [3.7.0](https://github.com/thinkkoa/koatty/compare/v3.6.10...v3.7.0) (2022-11-01)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-11-01 17:00:46
3
+ * @Date: 2022-11-13 00:16:14
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-01 17:00:27
3
+ * @Date: 2022-11-13 00:15:59
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -631,7 +631,7 @@ class Loader {
631
631
  }
632
632
  }
633
633
 
634
- var version = "3.7.0";
634
+ var version = "3.7.1";
635
635
  var engines = {
636
636
  node: ">12.0.0"
637
637
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-11-01 17:00:27
3
+ * @Date: 2022-11-13 00:15:59
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -611,7 +611,7 @@ class Loader {
611
611
  }
612
612
  }
613
613
 
614
- var version = "3.7.0";
614
+ var version = "3.7.1";
615
615
  var engines = {
616
616
  node: ">12.0.0"
617
617
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
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",
@@ -90,7 +90,7 @@
90
90
  "koatty_logger": "1.3.14",
91
91
  "koatty_payload": "1.3.18",
92
92
  "koatty_proto": "^1.1.9",
93
- "koatty_router": "1.7.12",
93
+ "koatty_router": "1.8.0",
94
94
  "koatty_serve": "1.4.12",
95
95
  "koatty_trace": "1.6.10",
96
96
  "koatty_validation": "1.2.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
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",
@@ -90,7 +90,7 @@
90
90
  "koatty_logger": "1.3.14",
91
91
  "koatty_payload": "1.3.18",
92
92
  "koatty_proto": "^1.1.9",
93
- "koatty_router": "1.7.12",
93
+ "koatty_router": "1.8.0",
94
94
  "koatty_serve": "1.4.12",
95
95
  "koatty_trace": "1.6.10",
96
96
  "koatty_validation": "1.2.5",