koatty_cacheable 3.0.5 → 3.0.6
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 +8 -8
- package/CHANGELOG.md +8 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +5 -5
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
3
|
+
> koatty_cacheable@3.0.6 build /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.6 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
8
8
|
> tsup
|
|
9
9
|
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -17,12 +17,12 @@
|
|
|
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 260ms
|
|
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 260ms
|
|
24
24
|
|
|
25
|
-
> koatty_cacheable@3.0.
|
|
25
|
+
> koatty_cacheable@3.0.6 build:dts /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,7 +35,7 @@
|
|
|
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 0ms)
|
|
39
39
|
📝 Running TypeScript compiler...
|
|
40
40
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
41
41
|
[1G[0K⠙[1G[0K
|
|
@@ -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.6 build:doc /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.6 build:cp /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
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.6",
|
|
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,15 +67,15 @@
|
|
|
67
67
|
"tslib": "^2.x.x"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"koatty_container": "^2.0.
|
|
71
|
-
"koatty_core": "^2.1.
|
|
70
|
+
"koatty_container": "^2.0.6",
|
|
71
|
+
"koatty_core": "^2.1.6",
|
|
72
72
|
"koatty_lib": "^1.4.7",
|
|
73
73
|
"koatty_logger": "^2.8.3",
|
|
74
74
|
"koatty_store": "^2.0.4"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"koatty_container": "^2.0.
|
|
78
|
-
"koatty_core": "^2.1.
|
|
77
|
+
"koatty_container": "^2.0.6",
|
|
78
|
+
"koatty_core": "^2.1.6",
|
|
79
79
|
"koatty_lib": "^1.4.7",
|
|
80
80
|
"koatty_logger": "^2.8.3",
|
|
81
81
|
"koatty_store": "^2.0.4"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"tslib": "^2.x.x"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"koatty_container": "2.0.
|
|
59
|
+
"koatty_container": "2.0.6",
|
|
60
|
+
"koatty_core": "2.1.6",
|
|
60
61
|
"koatty_lib": "1.4.7",
|
|
61
62
|
"koatty_logger": "2.8.3",
|
|
62
|
-
"koatty_store": "2.0.4"
|
|
63
|
-
"koatty_core": "2.1.5"
|
|
63
|
+
"koatty_store": "2.0.4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"koatty_container": "^2.0.
|
|
67
|
-
"koatty_core": "^2.1.
|
|
66
|
+
"koatty_container": "^2.0.6",
|
|
67
|
+
"koatty_core": "^2.1.6",
|
|
68
68
|
"koatty_lib": "^1.4.7",
|
|
69
69
|
"koatty_logger": "^2.8.3",
|
|
70
70
|
"koatty_store": "^2.0.4"
|