koatty_cacheable 3.0.4 → 3.0.5

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_cacheable@3.0.4 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
4
- > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
3
+ > koatty_cacheable@3.0.5 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
4
+ > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
5
5
 
6
6
 
7
- > koatty_cacheable@3.0.4 build:js
8
- > npx rollup --bundleConfigAsCjs -c .rollup.config.js
7
+ > koatty_cacheable@3.0.5 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
8
+ > tsup
9
9
 
10
- 
11
- ./src/index.ts ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 5.6s
13
- ⠙⠙
14
- > koatty_cacheable@3.0.4 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-cacheable/tsup.config.ts
14
+ CLI Target: node18
15
+ CLI Cleaning output folder
16
+ CJS Build start
17
+ ESM Build start
18
+ CJS dist/index.js 8.44 KB
19
+ CJS dist/index.js.map 23.63 KB
20
+ CJS ⚡️ Build success in 262ms
21
+ ESM dist/index.mjs 8.05 KB
22
+ ESM dist/index.mjs.map 23.61 KB
23
+ ESM ⚡️ Build success in 262ms
24
+
25
+ > koatty_cacheable@3.0.5 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
15
26
  > bash ../../scripts/build-dts.sh
16
27
 
17
- 🔨 Building type declarations for koatty-cacheable...
28
+ 🔨 Building type declarations for koatty-cacheable...
18
29
  ⏳ Waiting for dependencies to be ready...
19
30
 
20
31
  🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
@@ -66,11 +77,11 @@ Analysis will use the bundled TypeScript version 5.8.2
66
77
 
67
78
  API Extractor completed successfully
68
79
  ⠙✅ Type declarations built successfully
69
- ⠙
70
- > koatty_cacheable@3.0.4 build:doc
71
- > npx api-documenter markdown --input temp --output docs/api
72
80
 
73
- ⠙
81
+ > koatty_cacheable@3.0.5 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
82
+ > api-documenter markdown --input temp --output docs/api
83
+
84
+
74
85
  api-documenter 7.28.2  - https://api-extractor.com/
75
86
  
76
87
  Reading koatty_cacheable.api.json
@@ -87,8 +98,15 @@ Unsupported block tag: @export
87
98
  Unsupported block tag: @export
88
99
  Unsupported block tag: @return
89
100
  Unsupported block tag: @return
90
- ⠙⠙
91
- > koatty_cacheable@3.0.4 build:cp
92
- > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
93
101
 
94
- ⠙
102
+ > koatty_cacheable@3.0.5 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
103
+ > node ../../scripts/postBuild.js
104
+
105
+ 📦 postBuild: koatty-cacheable
106
+ ✓ Copied package.json to dist/
107
+ ✓ Copied LICENSE to dist/
108
+ ✓ Copied README.md to dist/
109
+ ✓ Fixed paths in dist/package.json
110
+ ✓ Cleaned DTS declarations
111
+ ✅ Done
112
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - build
8
+ - Updated dependencies
9
+ - koatty_container@2.0.5
10
+ - koatty_lib@1.4.7
11
+ - koatty_logger@2.8.3
12
+ - koatty_store@2.0.4
13
+ - koatty_core@2.1.5
14
+
3
15
  ## 3.0.4
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-04 10:58:41
3
+ * @Date: 2026-02-10 17:12:29
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/