koatty 4.1.6 → 4.1.7

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,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty@4.1.6 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
3
+ > koatty@4.1.7 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.1.6 build:js
7
+ > koatty@4.1.7 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.3s
12
+ created ./dist/index.js, ./dist/index.mjs in 996ms
13
13
  ⠙⠙
14
- > koatty@4.1.6 build:dts
14
+ > koatty@4.1.7 build:dts
15
15
  > bash scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty...
@@ -30,7 +30,7 @@
30
30
  ✓ koatty_trace type declarations ready
31
31
  ✓ koatty_validation type declarations ready
32
32
 
33
- ✅ All dependencies ready (waited 1ms)
33
+ ✅ All dependencies ready (waited 2ms)
34
34
  📝 Running TypeScript compiler...
35
35
  ⠙📦 Running API Extractor...
36
36
  
@@ -63,7 +63,7 @@ Analysis will use the bundled TypeScript version 5.8.2
63
63
  API Extractor completed successfully
64
64
  ⠙✅ Type declarations built successfully
65
65
  ⠙
66
- > koatty@4.1.6 build:doc
66
+ > koatty@4.1.7 build:doc
67
67
  > npx api-documenter markdown --input temp --output docs/api
68
68
 
69
69
  
@@ -74,7 +74,7 @@ Reading koatty.api.json
74
74
  Deleting old output from docs/api
75
75
  Writing koatty package
76
76
  ⠙⠙
77
- > koatty@4.1.6 build:cp
77
+ > koatty@4.1.7 build:cp
78
78
  > node scripts/copyFiles && node scripts/postBuild
79
79
 
80
80
  Copied package.json to dist/
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_loader@1.1.6
9
+ - koatty_config@1.2.14
10
+
3
11
  ## 4.1.6
4
12
 
5
13
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-04 10:57:42
3
+ * @Date: 2026-02-04 11:40:19
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-02-04 10:57:35
3
+ * @Date: 2026-02-04 11:40:13
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-04 10:57:35
3
+ * @Date: 2026-02-04 11:40:13
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
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",
@@ -106,12 +106,12 @@
106
106
  },
107
107
  "dependencies": {
108
108
  "koa": "^3.1.1",
109
- "koatty_config": "^1.2.13",
109
+ "koatty_config": "^1.2.14",
110
110
  "koatty_container": "^2.0.4",
111
111
  "koatty_core": "^2.1.4",
112
112
  "koatty_exception": "^2.1.4",
113
113
  "koatty_lib": "^1.4.6",
114
- "koatty_loader": "^1.1.5",
114
+ "koatty_loader": "^1.1.6",
115
115
  "koatty_logger": "^2.8.2",
116
116
  "koatty_router": "^2.1.4",
117
117
  "koatty_serve": "^3.1.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "Koa + Typescript = koatty. Use Typescript's decorator implement auto injection.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -97,16 +97,16 @@
97
97
  "dependencies": {
98
98
  "koa": "^3.1.1",
99
99
  "ts-morph": "^27.0.2",
100
- "koatty_config": "1.2.13",
100
+ "koatty_config": "1.2.14",
101
101
  "koatty_lib": "1.4.6",
102
- "koatty_logger": "2.8.2",
103
- "koatty_exception": "2.1.4",
102
+ "koatty_core": "2.1.4",
103
+ "koatty_loader": "1.1.6",
104
104
  "koatty_container": "2.0.4",
105
- "koatty_router": "2.1.4",
105
+ "koatty_exception": "2.1.4",
106
+ "koatty_logger": "2.8.2",
106
107
  "koatty_serve": "3.1.5",
107
108
  "koatty_trace": "2.1.5",
108
- "koatty_core": "2.1.4",
109
- "koatty_loader": "1.1.5"
109
+ "koatty_router": "2.1.4"
110
110
  },
111
111
  "scripts": {
112
112
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",