koatty_cacheable 3.0.1 → 3.0.3
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 +9 -9
- package/CHANGELOG.md +40 -19
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +10 -10
- package/package.json +15 -15
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
3
|
+
> koatty_cacheable@3.0.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_cacheable@3.0.
|
|
7
|
+
> koatty_cacheable@3.0.3 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
10
|
[1G[0K[1G[0K[36m
|
|
11
11
|
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
-
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m4.
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m4.9s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_cacheable@3.0.
|
|
14
|
+
> koatty_cacheable@3.0.3 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-cacheable...
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
✓ koatty_logger type declarations ready
|
|
25
25
|
✓ koatty_store type declarations ready
|
|
26
26
|
|
|
27
|
-
✅ All dependencies ready (waited
|
|
27
|
+
✅ All dependencies ready (waited 0ms)
|
|
28
28
|
📝 Running TypeScript compiler...
|
|
29
29
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
30
|
[1G[0K⠙[1G[0K
|
|
@@ -66,11 +66,11 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
66
66
|
|
|
67
67
|
API Extractor completed successfully
|
|
68
68
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
69
|
-
[1G[0K⠙[1G[0K
|
|
70
|
-
> koatty_cacheable@3.0.
|
|
69
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
70
|
+
> koatty_cacheable@3.0.3 build:doc
|
|
71
71
|
> npx api-documenter markdown --input temp --output docs/api
|
|
72
72
|
|
|
73
|
-
[1G[0K[1G[0K⠙[1G[0K
|
|
73
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
74
74
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
75
75
|
[22m
|
|
76
76
|
Reading koatty_cacheable.api.json
|
|
@@ -88,7 +88,7 @@ Unsupported block tag: @export
|
|
|
88
88
|
Unsupported block tag: @return
|
|
89
89
|
Unsupported block tag: @return
|
|
90
90
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
91
|
-
> koatty_cacheable@3.0.
|
|
91
|
+
> koatty_cacheable@3.0.3 build:cp
|
|
92
92
|
> node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
|
|
93
93
|
|
|
94
94
|
[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- koatty_container@2.0.3
|
|
10
|
+
- koatty_core@2.1.3
|
|
11
|
+
|
|
12
|
+
## 3.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- patch version bump for koatty, koatty_cacheable, koatty_config, koatty_container, koatty_core, koatty_exception, koatty_graphql, koatty_lib, koatty_loader, koatty_logger, koatty_proto, koatty_router, koatty_schedule, koatty_serve, koatty_store, koatty_trace, koatty_typeorm, koatty_validation
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- koatty_container@2.0.2
|
|
19
|
+
- koatty_core@2.1.2
|
|
20
|
+
- koatty_lib@1.4.6
|
|
21
|
+
- koatty_logger@2.4.2
|
|
22
|
+
- koatty_store@2.0.2
|
|
23
|
+
|
|
3
24
|
## 3.0.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -69,44 +90,44 @@
|
|
|
69
90
|
|
|
70
91
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
71
92
|
|
|
72
|
-
### [2.0.1](https://github.com/
|
|
93
|
+
### [2.0.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02)
|
|
73
94
|
|
|
74
|
-
## [2.0.0](https://github.com/
|
|
95
|
+
## [2.0.0](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02)
|
|
75
96
|
|
|
76
|
-
### [1.6.1](https://github.com/
|
|
97
|
+
### [1.6.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09)
|
|
77
98
|
|
|
78
|
-
## [1.6.0](https://github.com/
|
|
99
|
+
## [1.6.0](https://github.com/koatty/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07)
|
|
79
100
|
|
|
80
|
-
## [1.5.0](https://github.com/
|
|
101
|
+
## [1.5.0](https://github.com/koatty/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01)
|
|
81
102
|
|
|
82
103
|
### Features
|
|
83
104
|
|
|
84
|
-
- delayedDoubleDeletion ([532f735](https://github.com/
|
|
105
|
+
- delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
|
|
85
106
|
|
|
86
|
-
### [1.4.3](https://github.com/
|
|
107
|
+
### [1.4.3](https://github.com/koatty/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17)
|
|
87
108
|
|
|
88
109
|
### Bug Fixes
|
|
89
110
|
|
|
90
|
-
- 缓存 key 拼装 ([5d0b924](https://github.com/
|
|
111
|
+
- 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
|
|
91
112
|
|
|
92
|
-
### [1.4.2](https://github.com/
|
|
113
|
+
### [1.4.2](https://github.com/koatty/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
|
|
93
114
|
|
|
94
|
-
### [1.4.1](https://github.com/
|
|
115
|
+
### [1.4.1](https://github.com/koatty/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
|
|
95
116
|
|
|
96
117
|
### Bug Fixes
|
|
97
118
|
|
|
98
|
-
- default value ([38f2e57](https://github.com/
|
|
99
|
-
- 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/
|
|
119
|
+
- default value ([38f2e57](https://github.com/koatty/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
|
|
120
|
+
- 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/koatty/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7))
|
|
100
121
|
|
|
101
|
-
## [1.4.0](https://github.com/
|
|
122
|
+
## [1.4.0](https://github.com/koatty/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18)
|
|
102
123
|
|
|
103
124
|
### Bug Fixes
|
|
104
125
|
|
|
105
|
-
- cache subkey ([408e3c7](https://github.com/
|
|
106
|
-
- 启动时链接 ([e7ec709](https://github.com/
|
|
107
|
-
- 支持引入变量做缓存 key ([4ce81aa](https://github.com/
|
|
108
|
-
- 获取单例 ([0759972](https://github.com/
|
|
126
|
+
- cache subkey ([408e3c7](https://github.com/koatty/koatty_cacheable/commit/408e3c709a4dfff6e7d224a22d26e58854a805ac))
|
|
127
|
+
- 启动时链接 ([e7ec709](https://github.com/koatty/koatty_cacheable/commit/e7ec7094be106e4e48783c9b214b8369e8a18297))
|
|
128
|
+
- 支持引入变量做缓存 key ([4ce81aa](https://github.com/koatty/koatty_cacheable/commit/4ce81aaaf9610f4a62ddf43e3c4389dd003c2db8))
|
|
129
|
+
- 获取单例 ([0759972](https://github.com/koatty/koatty_cacheable/commit/0759972adf7e86312f60f0bf77604bddf06ce0de))
|
|
109
130
|
|
|
110
|
-
### [1.3.8](https://github.com/
|
|
131
|
+
### [1.3.8](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13)
|
|
111
132
|
|
|
112
|
-
### [1.3.7](https://github.com/
|
|
133
|
+
### [1.3.7](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.7) (2022-05-27)
|
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.3",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/
|
|
26
|
+
"url": "git+https://github.com/koatty/koatty_cacheable.git"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"cache",
|
|
30
30
|
"store",
|
|
31
31
|
"koatty",
|
|
32
|
-
"
|
|
32
|
+
"koatty"
|
|
33
33
|
],
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">10.0.0"
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"license": "BSD-3-Clause",
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/koatty/koatty_cacheable/issues"
|
|
44
44
|
},
|
|
45
|
-
"homepage": "https://github.com/
|
|
45
|
+
"homepage": "https://github.com/koatty/koatty_cacheable",
|
|
46
46
|
"maintainers": [
|
|
47
47
|
{
|
|
48
48
|
"name": "richenlin",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"koatty_store": "workspace:*"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"koatty_container": "^2.0.
|
|
93
|
-
"koatty_core": "^2.1.
|
|
94
|
-
"koatty_lib": "^1.4.
|
|
95
|
-
"koatty_logger": "^2.4.
|
|
96
|
-
"koatty_store": "^2.0.
|
|
92
|
+
"koatty_container": "^2.0.3",
|
|
93
|
+
"koatty_core": "^2.1.3",
|
|
94
|
+
"koatty_lib": "^1.4.6",
|
|
95
|
+
"koatty_logger": "^2.4.2",
|
|
96
|
+
"koatty_store": "^2.0.2"
|
|
97
97
|
}
|
|
98
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/
|
|
13
|
+
"url": "git+https://github.com/koatty/koatty_cacheable.git"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"cache",
|
|
17
17
|
"store",
|
|
18
18
|
"koatty",
|
|
19
|
-
"
|
|
19
|
+
"koatty"
|
|
20
20
|
],
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">10.0.0"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "BSD-3-Clause",
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/koatty/koatty_cacheable/issues"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://github.com/
|
|
32
|
+
"homepage": "https://github.com/koatty/koatty_cacheable",
|
|
33
33
|
"maintainers": [
|
|
34
34
|
{
|
|
35
35
|
"name": "richenlin",
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"typescript": "^5.x.x"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"koatty_container": "2.0.
|
|
73
|
-
"koatty_core": "2.1.
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
72
|
+
"koatty_container": "2.0.3",
|
|
73
|
+
"koatty_core": "2.1.3",
|
|
74
|
+
"koatty_logger": "2.4.2",
|
|
75
|
+
"koatty_lib": "1.4.6",
|
|
76
|
+
"koatty_store": "2.0.2"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"koatty_container": "^2.0.
|
|
80
|
-
"koatty_core": "^2.1.
|
|
81
|
-
"koatty_lib": "^1.4.
|
|
82
|
-
"koatty_logger": "^2.4.
|
|
83
|
-
"koatty_store": "^2.0.
|
|
79
|
+
"koatty_container": "^2.0.3",
|
|
80
|
+
"koatty_core": "^2.1.3",
|
|
81
|
+
"koatty_lib": "^1.4.6",
|
|
82
|
+
"koatty_logger": "^2.4.2",
|
|
83
|
+
"koatty_store": "^2.0.2"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|