koatty 3.6.8 → 3.6.9

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.6.9](https://github.com/thinkkoa/koatty/compare/v3.6.8...v3.6.9) (2022-07-27)
6
+
5
7
  ### [3.6.8](https://github.com/thinkkoa/koatty/compare/v3.6.8-2...v3.6.8) (2022-05-27)
6
8
 
7
9
  ### [3.6.8-2](https://github.com/thinkkoa/koatty/compare/v3.6.8-1...v3.6.8-2) (2022-03-15)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-05-27 11:53:36
3
+ * @Date: 2022-07-27 18:34:50
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: 2022-05-27 11:53:16
3
+ * @Date: 2022-07-27 18:34:30
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -847,7 +847,7 @@ class Loader {
847
847
  }
848
848
  }
849
849
 
850
- var version = "3.6.8";
850
+ var version = "3.6.9";
851
851
  var engines = {
852
852
  node: ">12.0.0"
853
853
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-05-27 11:53:16
3
+ * @Date: 2022-07-27 18:34:30
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -827,7 +827,7 @@ class Loader {
827
827
  }
828
828
  }
829
829
 
830
- var version = "3.6.8";
830
+ var version = "3.6.9";
831
831
  var engines = {
832
832
  node: ">12.0.0"
833
833
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.6.8",
3
+ "version": "3.6.9",
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",
@@ -11,6 +11,7 @@
11
11
  "eslint": "eslint --ext .ts,.js ./",
12
12
  "prepublishOnly": "npm test && npm run build",
13
13
  "prerelease": "npm test && npm run build",
14
+ "pub": "git push --follow-tags origin && npm publish",
14
15
  "release": "standard-version",
15
16
  "release:pre": "npm run release -- --prerelease",
16
17
  "release:major": "npm run release -- --release-as major",
@@ -83,7 +84,7 @@
83
84
  "koatty_container": "1.7.10",
84
85
  "koatty_core": "1.6.8",
85
86
  "koatty_exception": "1.2.7",
86
- "koatty_lib": "1.2.11",
87
+ "koatty_lib": "1.2.12",
87
88
  "koatty_loader": "1.0.3",
88
89
  "koatty_logger": "1.3.14",
89
90
  "koatty_payload": "1.3.18",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.6.8",
3
+ "version": "3.6.9",
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",
@@ -11,6 +11,7 @@
11
11
  "eslint": "eslint --ext .ts,.js ./",
12
12
  "prepublishOnly": "npm test && npm run build",
13
13
  "prerelease": "npm test && npm run build",
14
+ "pub": "git push --follow-tags origin && npm publish",
14
15
  "release": "standard-version",
15
16
  "release:pre": "npm run release -- --prerelease",
16
17
  "release:major": "npm run release -- --release-as major",
@@ -83,7 +84,7 @@
83
84
  "koatty_container": "1.7.10",
84
85
  "koatty_core": "1.6.8",
85
86
  "koatty_exception": "1.2.7",
86
- "koatty_lib": "1.2.11",
87
+ "koatty_lib": "1.2.12",
87
88
  "koatty_loader": "1.0.3",
88
89
  "koatty_logger": "1.3.14",
89
90
  "koatty_payload": "1.3.18",