koatty_cacheable 3.0.2 → 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.
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty_cacheable@3.0.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
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.2 build:js
7
+ > koatty_cacheable@3.0.3 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
- ⠙
10
+ 
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 5.5s
12
+ created ./dist/index.js, ./dist/index.mjs in 4.9s
13
13
  ⠙⠙
14
- > koatty_cacheable@3.0.2 build:dts
14
+ > koatty_cacheable@3.0.3 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 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 2ms)
27
+ ✅ All dependencies ready (waited 0ms)
28
28
  📝 Running TypeScript compiler...
29
29
  ⠙⠙📦 Running API Extractor...
30
30
  ⠙
@@ -66,11 +66,11 @@ Analysis will use the bundled TypeScript version 5.8.2
66
66
 
67
67
  API Extractor completed successfully
68
68
  ⠙✅ Type declarations built successfully
69
- ⠙
70
- > koatty_cacheable@3.0.2 build:doc
69
+ ⠙⠙
70
+ > koatty_cacheable@3.0.3 build:doc
71
71
  > npx api-documenter markdown --input temp --output docs/api
72
72
 
73
- ⠙
73
+ ⠙⠙
74
74
  api-documenter 7.28.2  - https://api-extractor.com/
75
75
  
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
  ⠙⠙
91
- > koatty_cacheable@3.0.2 build:cp
91
+ > koatty_cacheable@3.0.3 build:cp
92
92
  > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
93
93
 
94
94
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 3.0.2
4
13
 
5
14
  ### Patch Changes
@@ -81,44 +90,44 @@
81
90
 
82
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.
83
92
 
84
- ### [2.0.1](https://github.com/thinkkoa/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02)
93
+ ### [2.0.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02)
85
94
 
86
- ## [2.0.0](https://github.com/thinkkoa/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02)
95
+ ## [2.0.0](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02)
87
96
 
88
- ### [1.6.1](https://github.com/thinkkoa/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09)
97
+ ### [1.6.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09)
89
98
 
90
- ## [1.6.0](https://github.com/thinkkoa/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07)
99
+ ## [1.6.0](https://github.com/koatty/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07)
91
100
 
92
- ## [1.5.0](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01)
101
+ ## [1.5.0](https://github.com/koatty/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01)
93
102
 
94
103
  ### Features
95
104
 
96
- - delayedDoubleDeletion ([532f735](https://github.com/thinkkoa/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
105
+ - delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
97
106
 
98
- ### [1.4.3](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17)
107
+ ### [1.4.3](https://github.com/koatty/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17)
99
108
 
100
109
  ### Bug Fixes
101
110
 
102
- - 缓存 key 拼装 ([5d0b924](https://github.com/thinkkoa/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
111
+ - 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
103
112
 
104
- ### [1.4.2](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
113
+ ### [1.4.2](https://github.com/koatty/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
105
114
 
106
- ### [1.4.1](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
115
+ ### [1.4.1](https://github.com/koatty/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
107
116
 
108
117
  ### Bug Fixes
109
118
 
110
- - default value ([38f2e57](https://github.com/thinkkoa/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
111
- - 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/thinkkoa/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7))
119
+ - default value ([38f2e57](https://github.com/koatty/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
120
+ - 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/koatty/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7))
112
121
 
113
- ## [1.4.0](https://github.com/thinkkoa/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18)
122
+ ## [1.4.0](https://github.com/koatty/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18)
114
123
 
115
124
  ### Bug Fixes
116
125
 
117
- - cache subkey ([408e3c7](https://github.com/thinkkoa/koatty_cacheable/commit/408e3c709a4dfff6e7d224a22d26e58854a805ac))
118
- - 启动时链接 ([e7ec709](https://github.com/thinkkoa/koatty_cacheable/commit/e7ec7094be106e4e48783c9b214b8369e8a18297))
119
- - 支持引入变量做缓存 key ([4ce81aa](https://github.com/thinkkoa/koatty_cacheable/commit/4ce81aaaf9610f4a62ddf43e3c4389dd003c2db8))
120
- - 获取单例 ([0759972](https://github.com/thinkkoa/koatty_cacheable/commit/0759972adf7e86312f60f0bf77604bddf06ce0de))
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))
121
130
 
122
- ### [1.3.8](https://github.com/thinkkoa/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13)
131
+ ### [1.3.8](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13)
123
132
 
124
- ### [1.3.7](https://github.com/thinkkoa/koatty_cacheable/compare/v1.3.6...v1.3.7) (2022-05-27)
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:56:28
3
+ * @Date: 2026-02-04 10:50:08
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:55:38
3
+ * @Date: 2026-02-04 10:49:56
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:55:38
3
+ * @Date: 2026-02-04 10:49:56
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "3.0.2",
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/thinkkoa/koatty_cacheable.git"
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
- "thinkkoa"
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/thinkkoa/koatty_cacheable/issues"
43
+ "url": "https://github.com/koatty/koatty_cacheable/issues"
44
44
  },
45
- "homepage": "https://github.com/thinkkoa/koatty_cacheable",
45
+ "homepage": "https://github.com/koatty/koatty_cacheable",
46
46
  "maintainers": [
47
47
  {
48
48
  "name": "richenlin",
@@ -89,8 +89,8 @@
89
89
  "koatty_store": "workspace:*"
90
90
  },
91
91
  "peerDependencies": {
92
- "koatty_container": "^2.0.2",
93
- "koatty_core": "^2.1.2",
92
+ "koatty_container": "^2.0.3",
93
+ "koatty_core": "^2.1.3",
94
94
  "koatty_lib": "^1.4.6",
95
95
  "koatty_logger": "^2.4.2",
96
96
  "koatty_store": "^2.0.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "3.0.2",
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/thinkkoa/koatty_cacheable.git"
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
- "thinkkoa"
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/thinkkoa/koatty_cacheable/issues"
30
+ "url": "https://github.com/koatty/koatty_cacheable/issues"
31
31
  },
32
- "homepage": "https://github.com/thinkkoa/koatty_cacheable",
32
+ "homepage": "https://github.com/koatty/koatty_cacheable",
33
33
  "maintainers": [
34
34
  {
35
35
  "name": "richenlin",
@@ -69,15 +69,15 @@
69
69
  "typescript": "^5.x.x"
70
70
  },
71
71
  "dependencies": {
72
- "koatty_container": "2.0.2",
73
- "koatty_lib": "1.4.6",
72
+ "koatty_container": "2.0.3",
73
+ "koatty_core": "2.1.3",
74
74
  "koatty_logger": "2.4.2",
75
- "koatty_core": "2.1.2",
75
+ "koatty_lib": "1.4.6",
76
76
  "koatty_store": "2.0.2"
77
77
  },
78
78
  "peerDependencies": {
79
- "koatty_container": "^2.0.2",
80
- "koatty_core": "^2.1.2",
79
+ "koatty_container": "^2.0.3",
80
+ "koatty_core": "^2.1.3",
81
81
  "koatty_lib": "^1.4.6",
82
82
  "koatty_logger": "^2.4.2",
83
83
  "koatty_store": "^2.0.2"