koatty 3.10.4-0 → 3.10.4-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/.vscode/settings.json +5 -0
- 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 +3 -3
- package/package.json +3 -3
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.10.4-1](https://github.com/thinkkoa/koatty/compare/v3.10.4-0...v3.10.4-1) (2023-12-10)
|
6
|
+
|
5
7
|
### [3.10.4-0](https://github.com/thinkkoa/koatty/compare/v3.10.3...v3.10.4-0) (2023-12-09)
|
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: 2023-12-
|
3
|
+
* @Date: 2023-12-11 04:45:04
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -670,7 +670,7 @@ class Loader {
|
|
670
670
|
}
|
671
671
|
}
|
672
672
|
|
673
|
-
var version = "3.10.4-
|
673
|
+
var version = "3.10.4-1";
|
674
674
|
var engines = {
|
675
675
|
node: ">12.0.0"
|
676
676
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-12-
|
3
|
+
* @Date: 2023-12-11 04:45:04
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -656,7 +656,7 @@ class Loader {
|
|
656
656
|
}
|
657
657
|
}
|
658
658
|
|
659
|
-
var version = "3.10.4-
|
659
|
+
var version = "3.10.4-1";
|
660
660
|
var engines = {
|
661
661
|
node: ">12.0.0"
|
662
662
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.10.4-
|
3
|
+
"version": "3.10.4-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",
|
@@ -81,14 +81,14 @@
|
|
81
81
|
"dependencies": {
|
82
82
|
"koa": "^2.14.2",
|
83
83
|
"koatty_config": "^1.1.6",
|
84
|
-
"koatty_container": "^1.8.
|
84
|
+
"koatty_container": "^1.8.9",
|
85
85
|
"koatty_core": "^1.8.2",
|
86
86
|
"koatty_exception": "^1.2.8",
|
87
87
|
"koatty_lib": "^1.3.4",
|
88
88
|
"koatty_loader": "^1.1.0",
|
89
89
|
"koatty_logger": "^2.1.2",
|
90
90
|
"koatty_proto": "^1.1.12",
|
91
|
-
"koatty_serve": "
|
91
|
+
"koatty_serve": "2.1.0-0",
|
92
92
|
"koatty_trace": "^1.10.2"
|
93
93
|
}
|
94
94
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.10.4-
|
3
|
+
"version": "3.10.4-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",
|
@@ -81,14 +81,14 @@
|
|
81
81
|
"dependencies": {
|
82
82
|
"koa": "^2.14.2",
|
83
83
|
"koatty_config": "^1.1.6",
|
84
|
-
"koatty_container": "^1.8.
|
84
|
+
"koatty_container": "^1.8.9",
|
85
85
|
"koatty_core": "^1.8.2",
|
86
86
|
"koatty_exception": "^1.2.8",
|
87
87
|
"koatty_lib": "^1.3.4",
|
88
88
|
"koatty_loader": "^1.1.0",
|
89
89
|
"koatty_logger": "^2.1.2",
|
90
90
|
"koatty_proto": "^1.1.12",
|
91
|
-
"koatty_serve": "
|
91
|
+
"koatty_serve": "2.1.0-0",
|
92
92
|
"koatty_trace": "^1.10.2"
|
93
93
|
}
|
94
94
|
}
|