koatty 3.9.2 → 3.9.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,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.9.3](https://github.com/thinkkoa/koatty/compare/v3.9.2...v3.9.3) (2023-08-21)
6
+
5
7
  ### [3.9.2](https://github.com/thinkkoa/koatty/compare/v3.9.1...v3.9.2) (2023-08-21)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-08-21 16:06:04
3
+ * @Date: 2023-08-21 16:18:54
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: 2023-08-21 16:05:41
3
+ * @Date: 2023-08-21 16:18:31
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -613,7 +613,7 @@ class Loader {
613
613
  }
614
614
  }
615
615
 
616
- var version = "3.9.2";
616
+ var version = "3.9.3";
617
617
  var engines = {
618
618
  node: ">12.0.0"
619
619
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-08-21 16:05:41
3
+ * @Date: 2023-08-21 16:18:31
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -598,7 +598,7 @@ class Loader {
598
598
  }
599
599
  }
600
600
 
601
- var version = "3.9.2";
601
+ var version = "3.9.3";
602
602
  var engines = {
603
603
  node: ">12.0.0"
604
604
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.9.2",
3
+ "version": "3.9.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",
@@ -88,7 +88,7 @@
88
88
  "koatty_payload": "^1.4.5",
89
89
  "koatty_proto": "^1.1.12",
90
90
  "koatty_serve": "^2.0.4",
91
- "koatty_trace": "^1.9.3",
91
+ "koatty_trace": "^1.9.4",
92
92
  "koatty_validation": "^1.2.8"
93
93
  }
94
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.9.2",
3
+ "version": "3.9.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",
@@ -88,7 +88,7 @@
88
88
  "koatty_payload": "^1.4.5",
89
89
  "koatty_proto": "^1.1.12",
90
90
  "koatty_serve": "^2.0.4",
91
- "koatty_trace": "^1.9.3",
91
+ "koatty_trace": "^1.9.4",
92
92
  "koatty_validation": "^1.2.8"
93
93
  }
94
94
  }