koatty 3.6.10-0 → 3.6.10-1
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 +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
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.10-1](https://github.com/thinkkoa/koatty/compare/v3.6.10-0...v3.6.10-1) (2022-08-19)
|
6
|
+
|
5
7
|
### [3.6.10-0](https://github.com/thinkkoa/koatty/compare/v3.6.9...v3.6.10-0) (2022-08-19)
|
6
8
|
|
7
9
|
### [3.6.9](https://github.com/thinkkoa/koatty/compare/v3.6.8...v3.6.9) (2022-07-27)
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2022-08-19
|
3
|
+
* @Date: 2022-08-19 15:41:46
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -838,7 +838,7 @@ class Loader {
|
|
838
838
|
}
|
839
839
|
}
|
840
840
|
|
841
|
-
var version = "3.6.10-
|
841
|
+
var version = "3.6.10-1";
|
842
842
|
var engines = {
|
843
843
|
node: ">12.0.0"
|
844
844
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2022-08-19
|
3
|
+
* @Date: 2022-08-19 15:41:46
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -818,7 +818,7 @@ class Loader {
|
|
818
818
|
}
|
819
819
|
}
|
820
820
|
|
821
|
-
var version = "3.6.10-
|
821
|
+
var version = "3.6.10-1";
|
822
822
|
var engines = {
|
823
823
|
node: ">12.0.0"
|
824
824
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.6.10-
|
3
|
+
"version": "3.6.10-1",
|
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",
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"koatty_logger": "1.3.14",
|
90
90
|
"koatty_payload": "1.3.18",
|
91
91
|
"koatty_proto": "1.1.8",
|
92
|
-
"koatty_router": "1.7.
|
92
|
+
"koatty_router": "1.7.9",
|
93
93
|
"koatty_serve": "1.4.10",
|
94
94
|
"koatty_trace": "1.6.9",
|
95
95
|
"reflect-metadata": "0.1.13",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.6.10-
|
3
|
+
"version": "3.6.10-1",
|
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",
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"koatty_logger": "1.3.14",
|
90
90
|
"koatty_payload": "1.3.18",
|
91
91
|
"koatty_proto": "1.1.8",
|
92
|
-
"koatty_router": "1.7.
|
92
|
+
"koatty_router": "1.7.9",
|
93
93
|
"koatty_serve": "1.4.10",
|
94
94
|
"koatty_trace": "1.6.9",
|
95
95
|
"reflect-metadata": "0.1.13",
|