koatty 3.7.8 → 3.7.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 +7 -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 -5
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,13 @@
|
|
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.7.9](https://github.com/thinkkoa/koatty/compare/v3.7.8...v3.7.9) (2023-02-17)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* 绑定参数类型转换 ([4fc5bc8](https://github.com/thinkkoa/koatty/commit/4fc5bc8927a5be9b51bd23f8b702bbf34c9b42c3))
|
11
|
+
|
5
12
|
### [3.7.8](https://github.com/thinkkoa/koatty/compare/v3.7.7...v3.7.8) (2023-02-17)
|
6
13
|
|
7
14
|
### [3.7.7](https://github.com/thinkkoa/koatty/compare/v3.7.6...v3.7.7) (2023-02-15)
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-02-17
|
3
|
+
* @Date: 2023-02-17 14:29:13
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -607,7 +607,7 @@ class Loader {
|
|
607
607
|
}
|
608
608
|
}
|
609
609
|
|
610
|
-
var version = "3.7.
|
610
|
+
var version = "3.7.9";
|
611
611
|
var engines = {
|
612
612
|
node: ">12.0.0"
|
613
613
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-02-17
|
3
|
+
* @Date: 2023-02-17 14:29:13
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -593,7 +593,7 @@ class Loader {
|
|
593
593
|
}
|
594
594
|
}
|
595
595
|
|
596
|
-
var version = "3.7.
|
596
|
+
var version = "3.7.9";
|
597
597
|
var engines = {
|
598
598
|
node: ">12.0.0"
|
599
599
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.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",
|
@@ -89,11 +89,9 @@
|
|
89
89
|
"koatty_logger": "^2.0.4",
|
90
90
|
"koatty_payload": "^1.4.0",
|
91
91
|
"koatty_proto": "^1.1.10",
|
92
|
-
"koatty_router": "^1.8.
|
92
|
+
"koatty_router": "^1.8.6",
|
93
93
|
"koatty_serve": "^1.5.5",
|
94
94
|
"koatty_trace": "^1.7.2",
|
95
|
-
"koatty_validation": "^1.2.
|
96
|
-
"reflect-metadata": "^0.1.13",
|
97
|
-
"tslib": "^2.4.1"
|
95
|
+
"koatty_validation": "^1.2.8"
|
98
96
|
}
|
99
97
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.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",
|
@@ -89,11 +89,9 @@
|
|
89
89
|
"koatty_logger": "^2.0.4",
|
90
90
|
"koatty_payload": "^1.4.0",
|
91
91
|
"koatty_proto": "^1.1.10",
|
92
|
-
"koatty_router": "^1.8.
|
92
|
+
"koatty_router": "^1.8.6",
|
93
93
|
"koatty_serve": "^1.5.5",
|
94
94
|
"koatty_trace": "^1.7.2",
|
95
|
-
"koatty_validation": "^1.2.
|
96
|
-
"reflect-metadata": "^0.1.13",
|
97
|
-
"tslib": "^2.4.1"
|
95
|
+
"koatty_validation": "^1.2.8"
|
98
96
|
}
|
99
97
|
}
|