koatty 3.11.1 → 3.11.2-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 +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 +12 -12
- package/package.json +12 -12
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.11.2-1](https://github.com/thinkkoa/koatty/compare/v3.11.2-0...v3.11.2-1) (2024-01-04)
|
6
|
+
|
7
|
+
### [3.11.2-0](https://github.com/thinkkoa/koatty/compare/v3.11.1...v3.11.2-0) (2024-01-04)
|
8
|
+
|
5
9
|
### [3.11.1](https://github.com/thinkkoa/koatty/compare/v3.11.0...v3.11.1) (2024-01-03)
|
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: 2024-01-04
|
3
|
+
* @Date: 2024-01-04 16:53:04
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -716,7 +716,7 @@ class Loader {
|
|
716
716
|
}
|
717
717
|
}
|
718
718
|
|
719
|
-
var version = "3.11.1";
|
719
|
+
var version = "3.11.2-1";
|
720
720
|
var engines = {
|
721
721
|
node: ">12.0.0"
|
722
722
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2024-01-04
|
3
|
+
* @Date: 2024-01-04 16:53:04
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -701,7 +701,7 @@ class Loader {
|
|
701
701
|
}
|
702
702
|
}
|
703
703
|
|
704
|
-
var version = "3.11.1";
|
704
|
+
var version = "3.11.2-1";
|
705
705
|
var engines = {
|
706
706
|
node: ">12.0.0"
|
707
707
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.11.1",
|
3
|
+
"version": "3.11.2-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",
|
@@ -82,17 +82,17 @@
|
|
82
82
|
"typescript": "^5.x.x"
|
83
83
|
},
|
84
84
|
"dependencies": {
|
85
|
-
"koa": "
|
86
|
-
"koatty_config": "
|
87
|
-
"koatty_container": "
|
88
|
-
"koatty_core": "
|
89
|
-
"koatty_exception": "
|
90
|
-
"koatty_lib": "
|
91
|
-
"koatty_loader": "
|
92
|
-
"koatty_logger": "
|
93
|
-
"koatty_proto": "
|
85
|
+
"koa": "2.14.2",
|
86
|
+
"koatty_config": "1.1.6",
|
87
|
+
"koatty_container": "1.8.10",
|
88
|
+
"koatty_core": "1.8.5",
|
89
|
+
"koatty_exception": "1.2.8",
|
90
|
+
"koatty_lib": "1.3.4",
|
91
|
+
"koatty_loader": "1.1.0",
|
92
|
+
"koatty_logger": "2.1.4",
|
93
|
+
"koatty_proto": "1.1.12",
|
94
94
|
"koatty_serve": "2.1.0",
|
95
|
-
"koatty_trace": "
|
96
|
-
"koatty_validation": "
|
95
|
+
"koatty_trace": "1.10.4",
|
96
|
+
"koatty_validation": "1.3.0"
|
97
97
|
}
|
98
98
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.11.1",
|
3
|
+
"version": "3.11.2-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",
|
@@ -82,17 +82,17 @@
|
|
82
82
|
"typescript": "^5.x.x"
|
83
83
|
},
|
84
84
|
"dependencies": {
|
85
|
-
"koa": "
|
86
|
-
"koatty_config": "
|
87
|
-
"koatty_container": "
|
88
|
-
"koatty_core": "
|
89
|
-
"koatty_exception": "
|
90
|
-
"koatty_lib": "
|
91
|
-
"koatty_loader": "
|
92
|
-
"koatty_logger": "
|
93
|
-
"koatty_proto": "
|
85
|
+
"koa": "2.14.2",
|
86
|
+
"koatty_config": "1.1.6",
|
87
|
+
"koatty_container": "1.8.10",
|
88
|
+
"koatty_core": "1.8.5",
|
89
|
+
"koatty_exception": "1.2.8",
|
90
|
+
"koatty_lib": "1.3.4",
|
91
|
+
"koatty_loader": "1.1.0",
|
92
|
+
"koatty_logger": "2.1.4",
|
93
|
+
"koatty_proto": "1.1.12",
|
94
94
|
"koatty_serve": "2.1.0",
|
95
|
-
"koatty_trace": "
|
96
|
-
"koatty_validation": "
|
95
|
+
"koatty_trace": "1.10.4",
|
96
|
+
"koatty_validation": "1.3.0"
|
97
97
|
}
|
98
98
|
}
|