koatty_cacheable 3.0.2 → 3.0.4
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 +38 -19
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +9 -9
- package/package.json +13 -13
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
3
|
+
> koatty_cacheable@3.0.4 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.4 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
|
-
[1G[0K[1G[0K
|
|
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 [1m5.
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m5.6s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_cacheable@3.0.
|
|
14
|
+
> koatty_cacheable@3.0.4 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 1ms)
|
|
28
28
|
📝 Running TypeScript compiler...
|
|
29
29
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
30
|
[1G[0K⠙[1G[0K
|
|
@@ -67,7 +67,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
67
67
|
API Extractor completed successfully
|
|
68
68
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
69
69
|
[1G[0K⠙[1G[0K
|
|
70
|
-
> koatty_cacheable@3.0.
|
|
70
|
+
> koatty_cacheable@3.0.4 build:doc
|
|
71
71
|
> npx api-documenter markdown --input temp --output docs/api
|
|
72
72
|
|
|
73
73
|
[1G[0K[1G[0K⠙[1G[0K
|
|
@@ -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.4 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,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- koatty_logger@2.8.2
|
|
9
|
+
- koatty_container@2.0.4
|
|
10
|
+
- koatty_core@2.1.4
|
|
11
|
+
- koatty_store@2.0.3
|
|
12
|
+
|
|
13
|
+
## 3.0.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- koatty_container@2.0.3
|
|
20
|
+
- koatty_core@2.1.3
|
|
21
|
+
|
|
3
22
|
## 3.0.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -81,44 +100,44 @@
|
|
|
81
100
|
|
|
82
101
|
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.
|
|
83
102
|
|
|
84
|
-
### [2.0.1](https://github.com/
|
|
103
|
+
### [2.0.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02)
|
|
85
104
|
|
|
86
|
-
## [2.0.0](https://github.com/
|
|
105
|
+
## [2.0.0](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02)
|
|
87
106
|
|
|
88
|
-
### [1.6.1](https://github.com/
|
|
107
|
+
### [1.6.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09)
|
|
89
108
|
|
|
90
|
-
## [1.6.0](https://github.com/
|
|
109
|
+
## [1.6.0](https://github.com/koatty/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07)
|
|
91
110
|
|
|
92
|
-
## [1.5.0](https://github.com/
|
|
111
|
+
## [1.5.0](https://github.com/koatty/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01)
|
|
93
112
|
|
|
94
113
|
### Features
|
|
95
114
|
|
|
96
|
-
- delayedDoubleDeletion ([532f735](https://github.com/
|
|
115
|
+
- delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
|
|
97
116
|
|
|
98
|
-
### [1.4.3](https://github.com/
|
|
117
|
+
### [1.4.3](https://github.com/koatty/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17)
|
|
99
118
|
|
|
100
119
|
### Bug Fixes
|
|
101
120
|
|
|
102
|
-
- 缓存 key 拼装 ([5d0b924](https://github.com/
|
|
121
|
+
- 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
|
|
103
122
|
|
|
104
|
-
### [1.4.2](https://github.com/
|
|
123
|
+
### [1.4.2](https://github.com/koatty/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
|
|
105
124
|
|
|
106
|
-
### [1.4.1](https://github.com/
|
|
125
|
+
### [1.4.1](https://github.com/koatty/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
|
|
107
126
|
|
|
108
127
|
### Bug Fixes
|
|
109
128
|
|
|
110
|
-
- default value ([38f2e57](https://github.com/
|
|
111
|
-
- 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/
|
|
129
|
+
- default value ([38f2e57](https://github.com/koatty/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
|
|
130
|
+
- 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/koatty/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7))
|
|
112
131
|
|
|
113
|
-
## [1.4.0](https://github.com/
|
|
132
|
+
## [1.4.0](https://github.com/koatty/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18)
|
|
114
133
|
|
|
115
134
|
### Bug Fixes
|
|
116
135
|
|
|
117
|
-
- cache subkey ([408e3c7](https://github.com/
|
|
118
|
-
- 启动时链接 ([e7ec709](https://github.com/
|
|
119
|
-
- 支持引入变量做缓存 key ([4ce81aa](https://github.com/
|
|
120
|
-
- 获取单例 ([0759972](https://github.com/
|
|
136
|
+
- cache subkey ([408e3c7](https://github.com/koatty/koatty_cacheable/commit/408e3c709a4dfff6e7d224a22d26e58854a805ac))
|
|
137
|
+
- 启动时链接 ([e7ec709](https://github.com/koatty/koatty_cacheable/commit/e7ec7094be106e4e48783c9b214b8369e8a18297))
|
|
138
|
+
- 支持引入变量做缓存 key ([4ce81aa](https://github.com/koatty/koatty_cacheable/commit/4ce81aaaf9610f4a62ddf43e3c4389dd003c2db8))
|
|
139
|
+
- 获取单例 ([0759972](https://github.com/koatty/koatty_cacheable/commit/0759972adf7e86312f60f0bf77604bddf06ce0de))
|
|
121
140
|
|
|
122
|
-
### [1.3.8](https://github.com/
|
|
141
|
+
### [1.3.8](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13)
|
|
123
142
|
|
|
124
|
-
### [1.3.7](https://github.com/
|
|
143
|
+
### [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.4",
|
|
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.
|
|
92
|
+
"koatty_container": "^2.0.4",
|
|
93
|
+
"koatty_core": "^2.1.4",
|
|
94
94
|
"koatty_lib": "^1.4.6",
|
|
95
|
-
"koatty_logger": "^2.
|
|
96
|
-
"koatty_store": "^2.0.
|
|
95
|
+
"koatty_logger": "^2.8.2",
|
|
96
|
+
"koatty_store": "^2.0.3"
|
|
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.4",
|
|
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.
|
|
72
|
+
"koatty_container": "2.0.4",
|
|
73
|
+
"koatty_core": "2.1.4",
|
|
74
|
+
"koatty_store": "2.0.3",
|
|
73
75
|
"koatty_lib": "1.4.6",
|
|
74
|
-
"koatty_logger": "2.
|
|
75
|
-
"koatty_core": "2.1.2",
|
|
76
|
-
"koatty_store": "2.0.2"
|
|
76
|
+
"koatty_logger": "2.8.2"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"koatty_container": "^2.0.
|
|
80
|
-
"koatty_core": "^2.1.
|
|
79
|
+
"koatty_container": "^2.0.4",
|
|
80
|
+
"koatty_core": "^2.1.4",
|
|
81
81
|
"koatty_lib": "^1.4.6",
|
|
82
|
-
"koatty_logger": "^2.
|
|
83
|
-
"koatty_store": "^2.0.
|
|
82
|
+
"koatty_logger": "^2.8.2",
|
|
83
|
+
"koatty_store": "^2.0.3"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|