koatty 3.9.1-0 → 3.9.1-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.9.1-1](https://github.com/thinkkoa/koatty/compare/v3.9.1-0...v3.9.1-1) (2023-07-26)
6
+
5
7
  ### [3.9.1-0](https://github.com/thinkkoa/koatty/compare/v3.8.3...v3.9.1-0) (2023-07-26)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-07-26 22:34:48
3
+ * @Date: 2023-07-27 00:22:08
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-07-26 22:34:34
3
+ * @Date: 2023-07-27 00:21:55
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -614,7 +614,7 @@ class Loader {
614
614
  }
615
615
  }
616
616
 
617
- var version = "3.9.1-0";
617
+ var version = "3.9.1-1";
618
618
  var engines = {
619
619
  node: ">12.0.0"
620
620
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-07-26 22:34:34
3
+ * @Date: 2023-07-27 00:21:55
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -599,7 +599,7 @@ class Loader {
599
599
  }
600
600
  }
601
601
 
602
- var version = "3.9.1-0";
602
+ var version = "3.9.1-1";
603
603
  var engines = {
604
604
  node: ">12.0.0"
605
605
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.9.1-0",
3
+ "version": "3.9.1-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",
@@ -89,7 +89,7 @@
89
89
  "koatty_logger": "^2.1.1",
90
90
  "koatty_payload": "^1.4.5",
91
91
  "koatty_proto": "^1.1.12",
92
- "koatty_serve": "^2.0.2",
92
+ "koatty_serve": "^2.0.4",
93
93
  "koatty_trace": "^1.8.4",
94
94
  "koatty_validation": "^1.2.8"
95
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.9.1-0",
3
+ "version": "3.9.1-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",
@@ -89,7 +89,7 @@
89
89
  "koatty_logger": "^2.1.1",
90
90
  "koatty_payload": "^1.4.5",
91
91
  "koatty_proto": "^1.1.12",
92
- "koatty_serve": "^2.0.2",
92
+ "koatty_serve": "^2.0.4",
93
93
  "koatty_trace": "^1.8.4",
94
94
  "koatty_validation": "^1.2.8"
95
95
  }