koatty 3.11.2-7 → 3.11.2-8

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.2-8](https://github.com/thinkkoa/koatty/compare/v3.11.2-7...v3.11.2-8) (2024-01-16)
6
+
5
7
  ### [3.11.2-7](https://github.com/thinkkoa/koatty/compare/v3.11.2-6...v3.11.2-7) (2024-01-15)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-01-16 01:25:24
3
+ * @Date: 2024-01-16 08:38:27
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-01-16 01:25:12
3
+ * @Date: 2024-01-16 08:38:15
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -687,7 +687,7 @@ class Loader {
687
687
  }
688
688
  }
689
689
 
690
- var version = "3.11.2-7";
690
+ var version = "3.11.2-8";
691
691
  var engines = {
692
692
  node: ">12.0.0"
693
693
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-01-16 01:25:12
3
+ * @Date: 2024-01-16 08:38:15
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -673,7 +673,7 @@ class Loader {
673
673
  }
674
674
  }
675
675
 
676
- var version = "3.11.2-7";
676
+ var version = "3.11.2-8";
677
677
  var engines = {
678
678
  node: ">12.0.0"
679
679
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.2-7",
3
+ "version": "3.11.2-8",
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",
@@ -85,15 +85,15 @@
85
85
  "koa": "~2.15.0",
86
86
  "koatty_config": "~1.1.6",
87
87
  "koatty_container": "~1.8.10",
88
- "koatty_core": "~1.9.0-3",
88
+ "koatty_core": "~1.9.0",
89
89
  "koatty_exception": "~1.2.8",
90
90
  "koatty_lib": "~1.3.4",
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.0-2",
95
- "koatty_serve": "~2.1.2-2",
96
- "koatty_trace": "~1.11.2-0",
94
+ "koatty_router": "~1.9.0",
95
+ "koatty_serve": "~2.1.2",
96
+ "koatty_trace": "~1.11.2",
97
97
  "koatty_validation": "~1.3.2"
98
98
  }
99
99
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.2-7",
3
+ "version": "3.11.2-8",
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",
@@ -85,15 +85,15 @@
85
85
  "koa": "~2.15.0",
86
86
  "koatty_config": "~1.1.6",
87
87
  "koatty_container": "~1.8.10",
88
- "koatty_core": "~1.9.0-3",
88
+ "koatty_core": "~1.9.0",
89
89
  "koatty_exception": "~1.2.8",
90
90
  "koatty_lib": "~1.3.4",
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.0-2",
95
- "koatty_serve": "~2.1.2-2",
96
- "koatty_trace": "~1.11.2-0",
94
+ "koatty_router": "~1.9.0",
95
+ "koatty_serve": "~2.1.2",
96
+ "koatty_trace": "~1.11.2",
97
97
  "koatty_validation": "~1.3.2"
98
98
  }
99
99
  }