koatty 3.11.2-1 → 3.11.2-2

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-2](https://github.com/thinkkoa/koatty/compare/v3.11.2-1...v3.11.2-2) (2024-01-04)
6
+
5
7
  ### [3.11.2-1](https://github.com/thinkkoa/koatty/compare/v3.11.2-0...v3.11.2-1) (2024-01-04)
6
8
 
7
9
  ### [3.11.2-0](https://github.com/thinkkoa/koatty/compare/v3.11.1...v3.11.2-0) (2024-01-04)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-01-04 16:53:17
3
+ * @Date: 2024-01-05 07:10:58
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-04 16:53:04
3
+ * @Date: 2024-01-05 07:10:46
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -716,7 +716,7 @@ class Loader {
716
716
  }
717
717
  }
718
718
 
719
- var version = "3.11.2-1";
719
+ var version = "3.11.2-2";
720
720
  var engines = {
721
721
  node: ">12.0.0"
722
722
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2024-01-04 16:53:04
3
+ * @Date: 2024-01-05 07:10:46
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -701,7 +701,7 @@ class Loader {
701
701
  }
702
702
  }
703
703
 
704
- var version = "3.11.2-1";
704
+ var version = "3.11.2-2";
705
705
  var engines = {
706
706
  node: ">12.0.0"
707
707
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.2-1",
3
+ "version": "3.11.2-2",
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",
@@ -82,7 +82,7 @@
82
82
  "typescript": "^5.x.x"
83
83
  },
84
84
  "dependencies": {
85
- "koa": "2.14.2",
85
+ "koa": "2.15.0",
86
86
  "koatty_config": "1.1.6",
87
87
  "koatty_container": "1.8.10",
88
88
  "koatty_core": "1.8.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.11.2-1",
3
+ "version": "3.11.2-2",
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",
@@ -82,7 +82,7 @@
82
82
  "typescript": "^5.x.x"
83
83
  },
84
84
  "dependencies": {
85
- "koa": "2.14.2",
85
+ "koa": "2.15.0",
86
86
  "koatty_config": "1.1.6",
87
87
  "koatty_container": "1.8.10",
88
88
  "koatty_core": "1.8.5",