koatty 3.5.15 → 3.5.16

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.5.16](https://github.com/thinkkoa/koatty/compare/v3.5.14...v3.5.16) (2022-02-14)
6
+
5
7
  ### [3.5.14](https://github.com/thinkkoa/koatty/compare/v3.5.12...v3.5.14) (2022-01-17)
6
8
 
7
9
  ### [3.5.12](https://github.com/thinkkoa/koatty/compare/v3.5.12-3...v3.5.12) (2021-12-23)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-02-10 15:04:46
3
+ * @Date: 2022-02-14 14:58:36
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-02-10 15:04:29
3
+ * @Date: 2022-02-14 14:58:23
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -867,7 +867,7 @@ class Loader {
867
867
  }
868
868
  }
869
869
 
870
- var version = "3.5.15";
870
+ var version = "3.5.16";
871
871
  var engines = {
872
872
  node: ">12.0.0"
873
873
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-02-10 15:04:29
3
+ * @Date: 2022-02-14 14:58:23
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -850,7 +850,7 @@ class Loader {
850
850
  }
851
851
  }
852
852
 
853
- var version = "3.5.15";
853
+ var version = "3.5.16";
854
854
  var engines = {
855
855
  node: ">12.0.0"
856
856
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.5.15",
3
+ "version": "3.5.16",
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",
@@ -83,16 +83,16 @@
83
83
  "koa": "^2.13.4",
84
84
  "koatty_config": "^1.0.6",
85
85
  "koatty_container": "^1.6.16",
86
- "koatty_core": "^1.4.14",
87
- "koatty_exception": "^1.0.6",
86
+ "koatty_core": "^1.5.2",
87
+ "koatty_exception": "^1.1.2",
88
88
  "koatty_lib": "^1.2.8",
89
89
  "koatty_loader": "^1.0.2",
90
90
  "koatty_logger": "^1.3.12",
91
91
  "koatty_payload": "^1.3.11",
92
92
  "koatty_router": "^1.6.4",
93
93
  "koatty_serve": "^1.4.4",
94
- "koatty_trace": "^1.5.2",
94
+ "koatty_trace": "^1.5.4",
95
95
  "reflect-metadata": "^0.1.13",
96
96
  "tslib": "^2.3.1"
97
97
  }
98
- }
98
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.5.15",
3
+ "version": "3.5.16",
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",
@@ -83,16 +83,16 @@
83
83
  "koa": "^2.13.4",
84
84
  "koatty_config": "^1.0.6",
85
85
  "koatty_container": "^1.6.16",
86
- "koatty_core": "^1.4.14",
87
- "koatty_exception": "^1.0.6",
86
+ "koatty_core": "^1.5.2",
87
+ "koatty_exception": "^1.1.2",
88
88
  "koatty_lib": "^1.2.8",
89
89
  "koatty_loader": "^1.0.2",
90
90
  "koatty_logger": "^1.3.12",
91
91
  "koatty_payload": "^1.3.11",
92
92
  "koatty_router": "^1.6.4",
93
93
  "koatty_serve": "^1.4.4",
94
- "koatty_trace": "^1.5.2",
94
+ "koatty_trace": "^1.5.4",
95
95
  "reflect-metadata": "^0.1.13",
96
96
  "tslib": "^2.3.1"
97
97
  }
98
- }
98
+ }