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.
- package/.turbo/turbo-build.log +36 -18
- package/CHANGELOG.md +12 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +224 -332
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +223 -331
- package/dist/index.mjs.map +1 -0
- package/dist/package.json +32 -46
- package/package.json +30 -43
- package/tsup.config.ts +6 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
4
|
-
>
|
|
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.
|
|
8
|
-
>
|
|
7
|
+
> koatty_cacheable@3.0.5 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
8
|
+
> tsup
|
|
9
9
|
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
|
|
10
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
11
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
|
+
[34mCLI[39m tsup v8.5.1
|
|
13
|
+
[34mCLI[39m Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/tsup.config.ts
|
|
14
|
+
[34mCLI[39m Target: node18
|
|
15
|
+
[34mCLI[39m Cleaning output folder
|
|
16
|
+
[34mCJS[39m Build start
|
|
17
|
+
[34mESM[39m Build start
|
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m8.44 KB[39m
|
|
19
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m23.63 KB[39m
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 262ms
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m8.05 KB[39m
|
|
22
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m23.61 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ 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
|
-
|
|
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
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
69
|
-
[1G[0K⠙[1G[0K
|
|
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
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
75
86
|
[22m
|
|
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
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
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