koatty 3.8.0-6 → 3.8.3
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 +4 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
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.8.3](https://github.com/thinkkoa/koatty/compare/v3.8.2...v3.8.3) (2023-05-23)
|
6
|
+
|
7
|
+
### [3.8.2](https://github.com/thinkkoa/koatty/compare/v3.8.0...v3.8.2) (2023-03-04)
|
8
|
+
|
5
9
|
## [3.8.0-6](https://github.com/thinkkoa/koatty/compare/v3.8.0-5...v3.8.0-6) (2023-03-04)
|
6
10
|
|
7
11
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-
|
3
|
+
* @Date: 2023-05-23 15:33:18
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -616,7 +616,7 @@ class Loader {
|
|
616
616
|
}
|
617
617
|
}
|
618
618
|
|
619
|
-
var version = "3.8.
|
619
|
+
var version = "3.8.3";
|
620
620
|
var engines = {
|
621
621
|
node: ">12.0.0"
|
622
622
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-
|
3
|
+
* @Date: 2023-05-23 15:33:18
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -602,7 +602,7 @@ class Loader {
|
|
602
602
|
}
|
603
603
|
}
|
604
604
|
|
605
|
-
var version = "3.8.
|
605
|
+
var version = "3.8.3";
|
606
606
|
var engines = {
|
607
607
|
node: ">12.0.0"
|
608
608
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.8.
|
3
|
+
"version": "3.8.3",
|
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",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"typescript": "^4.x.x"
|
80
80
|
},
|
81
81
|
"dependencies": {
|
82
|
-
"koa": "^2.14.
|
82
|
+
"koa": "^2.14.2",
|
83
83
|
"koatty_config": "^1.1.6",
|
84
84
|
"koatty_container": "^1.8.0",
|
85
85
|
"koatty_core": "^1.7.8",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"koatty_lib": "^1.3.2",
|
88
88
|
"koatty_loader": "^1.1.0",
|
89
89
|
"koatty_logger": "^2.1.0",
|
90
|
-
"koatty_payload": "^1.4.
|
90
|
+
"koatty_payload": "^1.4.4",
|
91
91
|
"koatty_proto": "^1.1.11",
|
92
92
|
"koatty_router": "^1.8.6",
|
93
93
|
"koatty_serve": "^1.5.6",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.8.
|
3
|
+
"version": "3.8.3",
|
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",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"typescript": "^4.x.x"
|
80
80
|
},
|
81
81
|
"dependencies": {
|
82
|
-
"koa": "^2.14.
|
82
|
+
"koa": "^2.14.2",
|
83
83
|
"koatty_config": "^1.1.6",
|
84
84
|
"koatty_container": "^1.8.0",
|
85
85
|
"koatty_core": "^1.7.8",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"koatty_lib": "^1.3.2",
|
88
88
|
"koatty_loader": "^1.1.0",
|
89
89
|
"koatty_logger": "^2.1.0",
|
90
|
-
"koatty_payload": "^1.4.
|
90
|
+
"koatty_payload": "^1.4.4",
|
91
91
|
"koatty_proto": "^1.1.11",
|
92
92
|
"koatty_router": "^1.8.6",
|
93
93
|
"koatty_serve": "^1.5.6",
|