koatty 3.10.2-4 → 3.10.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.10.2](https://github.com/thinkkoa/koatty/compare/v3.10.2-4...v3.10.2) (2023-11-11)
6
+
5
7
  ### [3.10.2-4](https://github.com/thinkkoa/koatty/compare/v3.10.2-3...v3.10.2-4) (2023-11-11)
6
8
 
7
9
  ### [3.10.2-3](https://github.com/thinkkoa/koatty/compare/v3.10.2-2...v3.10.2-3) (2023-11-10)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-11-11 11:06:43
3
+ * @Date: 2023-11-11 11:50: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: 2023-11-11 11:06:30
3
+ * @Date: 2023-11-11 11:50:15
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -646,18 +646,17 @@ class Loader {
646
646
  }
647
647
  }
648
648
 
649
- var version = "3.10.2-4";
649
+ var version = "3.10.2";
650
650
  var engines = {
651
651
  node: ">12.0.0"
652
652
  };
653
653
 
654
- /*
655
- * @Description:
656
- * @Usage:
657
- * @Author: richen
658
- * @Date: 2021-12-17 11:54:06
659
- * @LastEditTime: 2022-03-15 14:22:45
660
- */
654
+ /**
655
+ * @ author: richen
656
+ * @ copyright: Copyright (c) - <richenlin(at)gmail.com>
657
+ * @ license: BSD (3-Clause)
658
+ * @ version: 2020-05-10 11:49:15
659
+ */
661
660
  const KOATTY_VERSION = version;
662
661
  const ENGINES_VERSION = engines.node.slice(1) || '12.0.0';
663
662
  /**
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-11-11 11:06:30
3
+ * @Date: 2023-11-11 11:50:15
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -632,18 +632,17 @@ class Loader {
632
632
  }
633
633
  }
634
634
 
635
- var version = "3.10.2-4";
635
+ var version = "3.10.2";
636
636
  var engines = {
637
637
  node: ">12.0.0"
638
638
  };
639
639
 
640
- /*
641
- * @Description:
642
- * @Usage:
643
- * @Author: richen
644
- * @Date: 2021-12-17 11:54:06
645
- * @LastEditTime: 2022-03-15 14:22:45
646
- */
640
+ /**
641
+ * @ author: richen
642
+ * @ copyright: Copyright (c) - <richenlin(at)gmail.com>
643
+ * @ license: BSD (3-Clause)
644
+ * @ version: 2020-05-10 11:49:15
645
+ */
647
646
  const KOATTY_VERSION = version;
648
647
  const ENGINES_VERSION = engines.node.slice(1) || '12.0.0';
649
648
  /**
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.10.2-4",
3
+ "version": "3.10.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",
@@ -80,7 +80,7 @@
80
80
  "dependencies": {
81
81
  "koa": "^2.14.2",
82
82
  "koatty_config": "^1.1.6",
83
- "koatty_container": "^1.8.5",
83
+ "koatty_container": "^1.8.6",
84
84
  "koatty_core": "^1.8.2",
85
85
  "koatty_exception": "^1.2.8",
86
86
  "koatty_lib": "^1.3.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.10.2-4",
3
+ "version": "3.10.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",
@@ -80,7 +80,7 @@
80
80
  "dependencies": {
81
81
  "koa": "^2.14.2",
82
82
  "koatty_config": "^1.1.6",
83
- "koatty_container": "^1.8.5",
83
+ "koatty_container": "^1.8.6",
84
84
  "koatty_core": "^1.8.2",
85
85
  "koatty_exception": "^1.2.8",
86
86
  "koatty_lib": "^1.3.4",