koatty 3.6.10-1 → 3.6.10

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,13 @@
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.6.10](https://github.com/thinkkoa/koatty/compare/v3.6.10-1...v3.6.10) (2022-09-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * upgrade deps ([cc1d3a1](https://github.com/thinkkoa/koatty/commit/cc1d3a10b346b824c02b136ff592407c93ccb825))
11
+
5
12
  ### [3.6.10-1](https://github.com/thinkkoa/koatty/compare/v3.6.10-0...v3.6.10-1) (2022-08-19)
6
13
 
7
14
  ### [3.6.10-0](https://github.com/thinkkoa/koatty/compare/v3.6.9...v3.6.10-0) (2022-08-19)
package/README.md CHANGED
@@ -98,7 +98,7 @@ export class IndexController extends BaseController {
98
98
 
99
99
  ## How to do Unit Testing
100
100
 
101
- >now only support `jest` UT framework
101
+ >only support `jest` UT framework now
102
102
 
103
103
  ```javascript
104
104
  import request from 'supertest';
package/dist/README.md CHANGED
@@ -98,7 +98,7 @@ export class IndexController extends BaseController {
98
98
 
99
99
  ## How to do Unit Testing
100
100
 
101
- >now only support `jest` UT framework
101
+ >only support `jest` UT framework now
102
102
 
103
103
  ```javascript
104
104
  import request from 'supertest';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-08-19 15:42:11
3
+ * @Date: 2022-09-05 18:42: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-08-19 15:41:46
3
+ * @Date: 2022-09-05 18:42:21
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -838,7 +838,7 @@ class Loader {
838
838
  }
839
839
  }
840
840
 
841
- var version = "3.6.10-1";
841
+ var version = "3.6.10";
842
842
  var engines = {
843
843
  node: ">12.0.0"
844
844
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-08-19 15:41:46
3
+ * @Date: 2022-09-05 18:42:21
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -818,7 +818,7 @@ class Loader {
818
818
  }
819
819
  }
820
820
 
821
- var version = "3.6.10-1";
821
+ var version = "3.6.10";
822
822
  var engines = {
823
823
  node: ">12.0.0"
824
824
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.6.10-1",
3
+ "version": "3.6.10",
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,8 +90,9 @@
90
90
  "koatty_payload": "1.3.18",
91
91
  "koatty_proto": "1.1.8",
92
92
  "koatty_router": "1.7.9",
93
- "koatty_serve": "1.4.10",
93
+ "koatty_serve": "1.4.11",
94
94
  "koatty_trace": "1.6.9",
95
+ "koatty_validation": "1.2.5",
95
96
  "reflect-metadata": "0.1.13",
96
97
  "tslib": "2.4.0"
97
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.6.10-1",
3
+ "version": "3.6.10",
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,8 +90,9 @@
90
90
  "koatty_payload": "1.3.18",
91
91
  "koatty_proto": "1.1.8",
92
92
  "koatty_router": "1.7.9",
93
- "koatty_serve": "1.4.10",
93
+ "koatty_serve": "1.4.11",
94
94
  "koatty_trace": "1.6.9",
95
+ "koatty_validation": "1.2.5",
95
96
  "reflect-metadata": "0.1.13",
96
97
  "tslib": "2.4.0"
97
98
  }