koatty 4.1.7 → 4.1.8

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,31 @@
1
1
 
2
2
  
3
- > koatty@4.1.7 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
4
- > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
3
+ > koatty@4.1.8 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
4
+ > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
5
5
 
6
6
 
7
- > koatty@4.1.7 build:js
8
- > npx rollup --bundleConfigAsCjs -c .rollup.config.js
7
+ > koatty@4.1.8 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
8
+ > tsup
9
9
 
10
- 
11
- ./src/index.ts ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 996ms
13
- ⠙⠙
14
- > koatty@4.1.7 build:dts
10
+ CLI Building entry: src/index.ts
11
+ CLI Using tsconfig: tsconfig.json
12
+ CLI tsup v8.5.1
13
+ CLI Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/tsup.config.ts
14
+ CLI Target: node18
15
+ CLI Cleaning output folder
16
+ CJS Build start
17
+ ESM Build start
18
+ ESM dist/index.mjs 26.91 KB
19
+ ESM dist/index.mjs.map 62.51 KB
20
+ ESM ⚡️ Build success in 170ms
21
+ CJS dist/index.js 30.78 KB
22
+ CJS dist/index.js.map 62.66 KB
23
+ CJS ⚡️ Build success in 170ms
24
+
25
+ > koatty@4.1.8 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
15
26
  > bash scripts/build-dts.sh
16
27
 
17
- 🔨 Building type declarations for koatty...
28
+ 🔨 Building type declarations for koatty...
18
29
  ⏳ Waiting for dependencies to be ready...
19
30
 
20
31
  🔍 Checking dependencies: koatty_config, koatty_container, koatty_core, koatty_exception, koatty_lib, koatty_loader, koatty_logger, koatty_router, koatty_serve, koatty_trace, koatty_validation
@@ -30,7 +41,7 @@
30
41
  ✓ koatty_trace type declarations ready
31
42
  ✓ koatty_validation type declarations ready
32
43
 
33
- ✅ All dependencies ready (waited 2ms)
44
+ ✅ All dependencies ready (waited 1ms)
34
45
  📝 Running TypeScript compiler...
35
46
  ⠙📦 Running API Extractor...
36
47
  
@@ -41,8 +52,8 @@ Analysis will use the bundled TypeScript version 5.8.2
41
52
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
42
53
  Writing: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/temp/koatty.api.json
43
54
  Writing package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/dist/index.d.ts
44
- Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:866:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
45
- Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:867:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration
55
+ Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:865:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
56
+ Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:866:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration
46
57
  Warning: src/core/Bootstrap.ts:21:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
47
58
  Warning: src/core/Bootstrap.ts:30:1 - (ae-missing-release-tag) "ExecBootStrap" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
48
59
  Warning: src/core/Decorator.ts:17:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
@@ -62,23 +73,30 @@ Analysis will use the bundled TypeScript version 5.8.2
62
73
 
63
74
  API Extractor completed successfully
64
75
  ⠙✅ Type declarations built successfully
65
- ⠙
66
- > koatty@4.1.7 build:doc
67
- > npx api-documenter markdown --input temp --output docs/api
68
76
 
69
- 
77
+ > koatty@4.1.8 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
78
+ > api-documenter markdown --input temp --output docs/api
79
+
80
+
70
81
  api-documenter 7.28.2  - https://api-extractor.com/
71
82
  
72
83
  Reading koatty.api.json
73
84
 
74
85
  Deleting old output from docs/api
75
86
  Writing koatty package
76
- ⠙⠙
77
- > koatty@4.1.7 build:cp
78
- > node scripts/copyFiles && node scripts/postBuild
79
87
 
80
- Copied package.json to dist/
88
+ > koatty@4.1.8 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
89
+ > node scripts/copyFiles && node ../../scripts/postBuild.js
90
+
91
+ Copied package.json to dist/
81
92
  Copied LICENSE to dist/
82
93
  Copied README.md to dist/
83
94
  File copy completed
84
- ⠙
95
+ 📦 postBuild: koatty
96
+ ✓ Copied package.json to dist/
97
+ ✓ Copied LICENSE to dist/
98
+ ✓ Copied README.md to dist/
99
+ ✓ Fixed paths in dist/package.json
100
+ ✓ Cleaned DTS declarations
101
+ ✅ Done
102
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - build
8
+ - Updated dependencies
9
+ - koatty_container@2.0.5
10
+ - koatty_lib@1.4.7
11
+ - koatty_loader@1.1.7
12
+ - koatty_logger@2.8.3
13
+ - koatty_config@1.2.15
14
+ - koatty_core@2.1.5
15
+ - koatty_exception@2.1.5
16
+ - koatty_router@2.1.5
17
+ - koatty_serve@3.1.6
18
+ - koatty_trace@2.1.6
19
+
3
20
  ## 4.1.7
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-04 11:40:19
3
+ * @Date: 2026-02-10 17:13:34
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/