koatty_cacheable 3.0.6 → 3.0.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.
- package/.turbo/turbo-build.log +13 -13
- package/CHANGELOG.md +20 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +11 -11
- package/package.json +11 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
3
|
+
> koatty_cacheable@3.0.8 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
4
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.
|
|
7
|
+
> koatty_cacheable@3.0.8 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
8
8
|
> tsup
|
|
9
9
|
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
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
|
|
13
|
+
[34mCLI[39m Using tsup config: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/tsup.config.ts
|
|
14
14
|
[34mCLI[39m Target: node18
|
|
15
15
|
[34mCLI[39m Cleaning output folder
|
|
16
16
|
[34mCJS[39m Build start
|
|
17
17
|
[34mESM[39m Build start
|
|
18
18
|
[32mCJS[39m [1mdist/index.js [22m[32m8.44 KB[39m
|
|
19
19
|
[32mCJS[39m [1mdist/index.js.map [22m[32m23.63 KB[39m
|
|
20
|
-
[32mCJS[39m ⚡️ Build success in
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 235ms
|
|
21
21
|
[32mESM[39m [1mdist/index.mjs [22m[32m8.05 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m23.61 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 235ms
|
|
24
24
|
|
|
25
|
-
> koatty_cacheable@3.0.
|
|
25
|
+
> koatty_cacheable@3.0.8 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
26
26
|
> bash ../../scripts/build-dts.sh
|
|
27
27
|
|
|
28
28
|
🔨 Building type declarations for koatty-cacheable...
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
✓ koatty_logger type declarations ready
|
|
36
36
|
✓ koatty_store type declarations ready
|
|
37
37
|
|
|
38
|
-
✅ All dependencies ready (waited
|
|
38
|
+
✅ All dependencies ready (waited 1ms)
|
|
39
39
|
📝 Running TypeScript compiler...
|
|
40
|
-
[1G[0K
|
|
41
|
-
[1G[0K
|
|
40
|
+
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
41
|
+
[1G[0K
|
|
42
42
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
43
43
|
[22m
|
|
44
44
|
Using configuration from ./api-extractor.json
|
|
45
45
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
46
46
|
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
47
|
-
[36mWriting: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/temp/koatty_cacheable.api.json[39m
|
|
48
|
-
[36mWriting package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/dist/index.d.ts[39m
|
|
47
|
+
[36mWriting: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/temp/koatty_cacheable.api.json[39m
|
|
48
|
+
[36mWriting package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable/dist/index.d.ts[39m
|
|
49
49
|
[33mWarning: src/cache.ts:16:4 - (tsdoc-characters-after-block-tag) The token "@description" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@"[39m
|
|
50
50
|
[33mWarning: src/cache.ts:17:14 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
51
51
|
[33mWarning: src/cache.ts:17:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
@@ -78,7 +78,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
78
78
|
API Extractor completed successfully
|
|
79
79
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
80
80
|
|
|
81
|
-
> koatty_cacheable@3.0.
|
|
81
|
+
> koatty_cacheable@3.0.8 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
82
82
|
> api-documenter markdown --input temp --output docs/api
|
|
83
83
|
|
|
84
84
|
|
|
@@ -99,7 +99,7 @@ Unsupported block tag: @export
|
|
|
99
99
|
Unsupported block tag: @return
|
|
100
100
|
Unsupported block tag: @return
|
|
101
101
|
|
|
102
|
-
> koatty_cacheable@3.0.
|
|
102
|
+
> koatty_cacheable@3.0.8 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
103
103
|
> node ../../scripts/postBuild.js
|
|
104
104
|
|
|
105
105
|
📦 postBuild: koatty-cacheable
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- koatty_container@2.0.8
|
|
9
|
+
- koatty_core@2.1.9
|
|
10
|
+
|
|
11
|
+
## 3.0.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- koatty_container@2.0.7
|
|
17
|
+
- koatty_core@2.1.8
|
|
18
|
+
|
|
3
19
|
## 3.0.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
23
|
- Updated dependencies
|
|
24
|
+
- koatty_lib@1.4.8
|
|
8
25
|
- koatty_container@2.0.6
|
|
9
|
-
- koatty_core@2.1.
|
|
26
|
+
- koatty_core@2.1.7
|
|
27
|
+
- koatty_logger@2.8.4
|
|
28
|
+
- koatty_store@2.0.5
|
|
10
29
|
|
|
11
30
|
## 3.0.5
|
|
12
31
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp",
|
|
@@ -67,18 +67,18 @@
|
|
|
67
67
|
"tslib": "^2.x.x"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"koatty_container": "^2.0.
|
|
71
|
-
"koatty_core": "^2.1.
|
|
72
|
-
"koatty_lib": "^1.4.
|
|
73
|
-
"koatty_logger": "^2.8.
|
|
74
|
-
"koatty_store": "^2.0.
|
|
70
|
+
"koatty_container": "^2.0.8",
|
|
71
|
+
"koatty_core": "^2.1.9",
|
|
72
|
+
"koatty_lib": "^1.4.8",
|
|
73
|
+
"koatty_logger": "^2.8.4",
|
|
74
|
+
"koatty_store": "^2.0.5"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"koatty_container": "^2.0.
|
|
78
|
-
"koatty_core": "^2.1.
|
|
79
|
-
"koatty_lib": "^1.4.
|
|
80
|
-
"koatty_logger": "^2.8.
|
|
81
|
-
"koatty_store": "^2.0.
|
|
77
|
+
"koatty_container": "^2.0.8",
|
|
78
|
+
"koatty_core": "^2.1.9",
|
|
79
|
+
"koatty_lib": "^1.4.8",
|
|
80
|
+
"koatty_logger": "^2.8.4",
|
|
81
|
+
"koatty_store": "^2.0.5"
|
|
82
82
|
},
|
|
83
83
|
"types": "./index.d.ts"
|
|
84
84
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"tslib": "^2.x.x"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
59
|
+
"koatty_lib": "1.4.8",
|
|
60
|
+
"koatty_container": "2.0.8",
|
|
61
|
+
"koatty_logger": "2.8.4",
|
|
62
|
+
"koatty_store": "2.0.5",
|
|
63
|
+
"koatty_core": "2.1.9"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"koatty_container": "^2.0.
|
|
67
|
-
"koatty_core": "^2.1.
|
|
68
|
-
"koatty_lib": "^1.4.
|
|
69
|
-
"koatty_logger": "^2.8.
|
|
70
|
-
"koatty_store": "^2.0.
|
|
66
|
+
"koatty_container": "^2.0.8",
|
|
67
|
+
"koatty_core": "^2.1.9",
|
|
68
|
+
"koatty_lib": "^1.4.8",
|
|
69
|
+
"koatty_logger": "^2.8.4",
|
|
70
|
+
"koatty_store": "^2.0.5"
|
|
71
71
|
},
|
|
72
72
|
"types": "./dist/index.d.ts",
|
|
73
73
|
"scripts": {
|