koatty 4.0.3 → 4.0.4

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.
@@ -1,20 +1,20 @@
1
1
 
2
2
  
3
- > koatty@4.0.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
3
+ > koatty@4.0.4 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
4
4
  > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
5
 
6
6
 
7
- > koatty@4.0.3 build:js
7
+ > koatty@4.0.4 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
10
  ⠙
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 1.1s
12
+ created ./dist/index.js, ./dist/index.mjs in 1.8s
13
13
  ⠙⠙
14
- > koatty@4.0.3 build:dts
14
+ > koatty@4.0.4 build:dts
15
15
  > npx tsc --skipLibCheck && npx api-extractor run --local --verbose
16
16
 
17
- ⠙
17
+ ⠙⠙⠙
18
18
  api-extractor 7.55.2  - https://api-extractor.com/
19
19
  
20
20
  Using configuration from ./api-extractor.json
@@ -58,7 +58,7 @@ Analysis will use the bundled TypeScript version 5.8.2
58
58
 
59
59
  API Extractor completed successfully
60
60
  ⠙⠙
61
- > koatty@4.0.3 build:doc
61
+ > koatty@4.0.4 build:doc
62
62
  > npx api-documenter markdown --input temp --output docs/api
63
63
 
64
64
  
@@ -69,7 +69,7 @@ Reading koatty.api.json
69
69
  Deleting old output from docs/api
70
70
  Writing koatty package
71
71
  ⠙⠙
72
- > koatty@4.0.3 build:cp
72
+ > koatty@4.0.4 build:cp
73
73
  > node scripts/copyFiles && node scripts/postBuild
74
74
 
75
75
  Copied package.json to dist/
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - koatty_router@2.0.6
8
+ - koatty_serve@3.0.4
9
+
3
10
  ## 4.0.3
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-28 11:05:09
3
+ * @Date: 2026-01-28 16:08:37
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-28 11:05:04
3
+ * @Date: 2026-01-28 16:08:28
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -48,7 +48,7 @@ function d(e) {
48
48
 
49
49
  var f = d(c);
50
50
 
51
- var u = "4.0.3";
51
+ var u = "4.0.4";
52
52
 
53
53
  var g = {
54
54
  node: ">=18.0.0"
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-28 11:05:04
3
+ * @Date: 2026-01-28 16:08:28
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -37,7 +37,7 @@ import { Trace as v } from "koatty_trace";
37
37
 
38
38
  import * as w from "path";
39
39
 
40
- var C = "4.0.3";
40
+ var C = "4.0.4";
41
41
 
42
42
  var E = {
43
43
  node: ">=18.0.0"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Koa + 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,7 +82,7 @@
82
82
  "typescript": "^5.x.x"
83
83
  },
84
84
  "dependencies": {
85
- "koa": "^3.0.3",
85
+ "koa": "^3.1.1",
86
86
  "koatty_config": "workspace:*",
87
87
  "koatty_container": "workspace:*",
88
88
  "koatty_core": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Koa + Typescript = koatty. Use Typescript's decorator implement auto injection.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -72,18 +72,18 @@
72
72
  "typescript": "^5.x.x"
73
73
  },
74
74
  "dependencies": {
75
- "koa": "^3.0.3",
75
+ "koa": "^3.1.1",
76
76
  "ts-morph": "^27.0.2",
77
- "koatty_loader": "1.3.0",
78
- "koatty_exception": "2.0.7",
79
- "koatty_logger": "2.8.1",
80
- "koatty_container": "1.18.0",
81
- "koatty_lib": "1.4.3",
82
- "koatty_router": "2.0.5",
83
- "koatty_serve": "3.0.3",
84
77
  "koatty_config": "1.2.5",
85
78
  "koatty_core": "2.0.11",
86
- "koatty_trace": "2.0.3"
79
+ "koatty_container": "1.18.0",
80
+ "koatty_exception": "2.0.7",
81
+ "koatty_lib": "1.4.3",
82
+ "koatty_loader": "1.3.0",
83
+ "koatty_router": "2.0.6",
84
+ "koatty_logger": "2.8.1",
85
+ "koatty_trace": "2.0.3",
86
+ "koatty_serve": "3.0.4"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",