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.
@@ -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.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.2 build:js
7
+ > koatty_cacheable@3.0.4 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 5.6s
13
13
  ⠙⠙
14
- > koatty_cacheable@3.0.2 build:dts
14
+ > koatty_cacheable@3.0.4 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 1ms)
28
28
  📝 Running TypeScript compiler...
29
29
  ⠙⠙📦 Running API Extractor...
30
30
  ⠙
@@ -67,7 +67,7 @@ Analysis will use the bundled TypeScript version 5.8.2
67
67
  API Extractor completed successfully
68
68
  ⠙✅ Type declarations built successfully
69
69
  ⠙
70
- > koatty_cacheable@3.0.2 build:doc
70
+ > koatty_cacheable@3.0.4 build:doc
71
71
  > npx api-documenter markdown --input temp --output docs/api
72
72
 
73
73
  ⠙
@@ -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.4 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,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/thinkkoa/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02)
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/thinkkoa/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02)
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/thinkkoa/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09)
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/thinkkoa/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07)
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/thinkkoa/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01)
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/thinkkoa/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
115
+ - delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
97
116
 
98
- ### [1.4.3](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17)
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/thinkkoa/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
121
+ - 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
103
122
 
104
- ### [1.4.2](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
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/thinkkoa/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
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/thinkkoa/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
111
- - 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/thinkkoa/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7))
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/thinkkoa/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18)
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/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))
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/thinkkoa/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13)
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/thinkkoa/koatty_cacheable/compare/v1.3.6...v1.3.7) (2022-05-27)
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:56:28
3
+ * @Date: 2026-02-04 10:58:41
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:58:15
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:58:15
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.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/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,10 +89,10 @@
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.4",
93
+ "koatty_core": "^2.1.4",
94
94
  "koatty_lib": "^1.4.6",
95
- "koatty_logger": "^2.4.2",
96
- "koatty_store": "^2.0.2"
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.2",
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/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,18 +69,18 @@
69
69
  "typescript": "^5.x.x"
70
70
  },
71
71
  "dependencies": {
72
- "koatty_container": "2.0.2",
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.4.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.2",
80
- "koatty_core": "^2.1.2",
79
+ "koatty_container": "^2.0.4",
80
+ "koatty_core": "^2.1.4",
81
81
  "koatty_lib": "^1.4.6",
82
- "koatty_logger": "^2.4.2",
83
- "koatty_store": "^2.0.2"
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",