koatty 3.13.0 → 3.13.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 +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 +6 -6
- package/package.json +6 -6
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.13.2](https://github.com/thinkkoa/koatty/compare/v3.13.0...v3.13.2) (2025-04-25)
|
6
|
+
|
5
7
|
## [3.13.0](https://github.com/thinkkoa/koatty/compare/v3.12.0...v3.13.0) (2025-04-19)
|
6
8
|
|
7
9
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2025-04-
|
3
|
+
* @Date: 2025-04-25 21:47:59
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -46,7 +46,7 @@ function p(e) {
|
|
46
46
|
|
47
47
|
var f = p(c);
|
48
48
|
|
49
|
-
var d = "3.13.
|
49
|
+
var d = "3.13.2";
|
50
50
|
|
51
51
|
var u = {
|
52
52
|
node: ">12.0.0"
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2025-04-
|
3
|
+
* @Date: 2025-04-25 21:47:59
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -35,7 +35,7 @@ import { NewServe as m } from "koatty_serve";
|
|
35
35
|
|
36
36
|
import * as y from "path";
|
37
37
|
|
38
|
-
var L = "3.13.
|
38
|
+
var L = "3.13.2";
|
39
39
|
|
40
40
|
var v = {
|
41
41
|
node: ">12.0.0"
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.13.
|
3
|
+
"version": "3.13.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",
|
@@ -92,15 +92,15 @@
|
|
92
92
|
"dependencies": {
|
93
93
|
"koa": "~2.16.1",
|
94
94
|
"koatty_config": "~1.2.0",
|
95
|
-
"koatty_container": "~1.
|
95
|
+
"koatty_container": "~1.12.0",
|
96
96
|
"koatty_core": "~1.16.2",
|
97
97
|
"koatty_exception": "~1.6.0",
|
98
|
-
"koatty_lib": "~1.4.
|
98
|
+
"koatty_lib": "~1.4.2",
|
99
99
|
"koatty_loader": "~1.1.0",
|
100
|
-
"koatty_logger": "~2.
|
101
|
-
"koatty_router": "~1.
|
100
|
+
"koatty_logger": "~2.2.0",
|
101
|
+
"koatty_router": "~1.15.0",
|
102
102
|
"koatty_serve": "~2.4.0",
|
103
|
-
"koatty_trace": "~1.15.
|
103
|
+
"koatty_trace": "~1.15.2",
|
104
104
|
"ts-morph": "^25.0.1"
|
105
105
|
}
|
106
106
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.13.
|
3
|
+
"version": "3.13.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",
|
@@ -92,15 +92,15 @@
|
|
92
92
|
"dependencies": {
|
93
93
|
"koa": "~2.16.1",
|
94
94
|
"koatty_config": "~1.2.0",
|
95
|
-
"koatty_container": "~1.
|
95
|
+
"koatty_container": "~1.12.0",
|
96
96
|
"koatty_core": "~1.16.2",
|
97
97
|
"koatty_exception": "~1.6.0",
|
98
|
-
"koatty_lib": "~1.4.
|
98
|
+
"koatty_lib": "~1.4.2",
|
99
99
|
"koatty_loader": "~1.1.0",
|
100
|
-
"koatty_logger": "~2.
|
101
|
-
"koatty_router": "~1.
|
100
|
+
"koatty_logger": "~2.2.0",
|
101
|
+
"koatty_router": "~1.15.0",
|
102
102
|
"koatty_serve": "~2.4.0",
|
103
|
-
"koatty_trace": "~1.15.
|
103
|
+
"koatty_trace": "~1.15.2",
|
104
104
|
"ts-morph": "^25.0.1"
|
105
105
|
}
|
106
106
|
}
|