koatty 3.10.3-0 → 3.10.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 +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 +2 -2
- package/package.json +2 -2
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.3](https://github.com/thinkkoa/koatty/compare/v3.10.3-0...v3.10.3) (2023-12-06)
|
6
|
+
|
5
7
|
### [3.10.3-0](https://github.com/thinkkoa/koatty/compare/v3.10.2...v3.10.3-0) (2023-12-06)
|
6
8
|
|
7
9
|
### [3.10.2](https://github.com/thinkkoa/koatty/compare/v3.10.2-4...v3.10.2) (2023-11-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-12-
|
3
|
+
* @Date: 2023-12-07 00:35:50
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -650,7 +650,7 @@ class Loader {
|
|
650
650
|
}
|
651
651
|
}
|
652
652
|
|
653
|
-
var version = "3.10.3
|
653
|
+
var version = "3.10.3";
|
654
654
|
var engines = {
|
655
655
|
node: ">12.0.0"
|
656
656
|
};
|
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @Author: richen
|
3
|
-
* @Date: 2023-12-
|
3
|
+
* @Date: 2023-12-07 00:35:50
|
4
4
|
* @License: BSD (3-Clause)
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
6
6
|
* @HomePage: https://koatty.org/
|
@@ -636,7 +636,7 @@ class Loader {
|
|
636
636
|
}
|
637
637
|
}
|
638
638
|
|
639
|
-
var version = "3.10.3
|
639
|
+
var version = "3.10.3";
|
640
640
|
var engines = {
|
641
641
|
node: ">12.0.0"
|
642
642
|
};
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.10.3
|
3
|
+
"version": "3.10.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",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"dependencies": {
|
81
81
|
"koa": "^2.14.2",
|
82
82
|
"koatty_config": "^1.1.6",
|
83
|
-
"koatty_container": "^1.8.
|
83
|
+
"koatty_container": "^1.8.7",
|
84
84
|
"koatty_core": "^1.8.2",
|
85
85
|
"koatty_exception": "^1.2.8",
|
86
86
|
"koatty_lib": "^1.3.4",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.10.3
|
3
|
+
"version": "3.10.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",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"dependencies": {
|
81
81
|
"koa": "^2.14.2",
|
82
82
|
"koatty_config": "^1.1.6",
|
83
|
-
"koatty_container": "^1.8.
|
83
|
+
"koatty_container": "^1.8.7",
|
84
84
|
"koatty_core": "^1.8.2",
|
85
85
|
"koatty_exception": "^1.2.8",
|
86
86
|
"koatty_lib": "^1.3.4",
|