koatty 3.11.3 → 3.11.4-0

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.11.4-0](https://github.com/thinkkoa/koatty/compare/v3.11.3...v3.11.4-0) (2024-03-15)
6
+
5
7
  ### [3.11.3](https://github.com/thinkkoa/koatty/compare/v3.11.2...v3.11.3) (2024-03-15)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-03-15 10:55:35
3
+ * @Date: 2024-03-15 11:25:34
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: 2024-03-15 10:55:22
3
+ * @Date: 2024-03-15 11:25:22
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -669,7 +669,7 @@ class Loader {
669
669
  }
670
670
  }
671
671
 
672
- var version = "3.11.3";
672
+ var version = "3.11.4-0";
673
673
  var engines = {
674
674
  node: ">12.0.0"
675
675
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-03-15 10:55:22
3
+ * @Date: 2024-03-15 11:25:22
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -655,7 +655,7 @@ class Loader {
655
655
  }
656
656
  }
657
657
 
658
- var version = "3.11.3";
658
+ var version = "3.11.4-0";
659
659
  var engines = {
660
660
  node: ">12.0.0"
661
661
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.3",
3
+ "version": "3.11.4-0",
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",
@@ -91,7 +91,7 @@
91
91
  "koatty_loader": "~1.1.0",
92
92
  "koatty_logger": "~2.1.4",
93
93
  "koatty_proto": "~1.1.12",
94
- "koatty_router": "~1.9.1",
94
+ "koatty_router": "~1.9.2",
95
95
  "koatty_serve": "~2.1.2",
96
96
  "koatty_trace": "~1.12.3",
97
97
  "koatty_validation": "~1.3.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.3",
3
+ "version": "3.11.4-0",
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",
@@ -91,7 +91,7 @@
91
91
  "koatty_loader": "~1.1.0",
92
92
  "koatty_logger": "~2.1.4",
93
93
  "koatty_proto": "~1.1.12",
94
- "koatty_router": "~1.9.1",
94
+ "koatty_router": "~1.9.2",
95
95
  "koatty_serve": "~2.1.2",
96
96
  "koatty_trace": "~1.12.3",
97
97
  "koatty_validation": "~1.3.2"