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.
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty_cacheable@3.0.1 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.1 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 4.2s
12
+ created ./dist/index.js, ./dist/index.mjs in 4.9s
13
13
  ⠙⠙
14
- > koatty_cacheable@3.0.1 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 1ms)
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.1 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.1 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,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/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)
73
94
 
74
- ## [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)
75
96
 
76
- ### [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)
77
98
 
78
- ## [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)
79
100
 
80
- ## [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)
81
102
 
82
103
  ### Features
83
104
 
84
- - delayedDoubleDeletion ([532f735](https://github.com/thinkkoa/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
105
+ - delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba))
85
106
 
86
- ### [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)
87
108
 
88
109
  ### Bug Fixes
89
110
 
90
- - 缓存 key 拼装 ([5d0b924](https://github.com/thinkkoa/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
111
+ - 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23))
91
112
 
92
- ### [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)
93
114
 
94
- ### [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)
95
116
 
96
117
  ### Bug Fixes
97
118
 
98
- - default value ([38f2e57](https://github.com/thinkkoa/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd))
99
- - 初始化缓存改为 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))
100
121
 
101
- ## [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)
102
123
 
103
124
  ### Bug Fixes
104
125
 
105
- - cache subkey ([408e3c7](https://github.com/thinkkoa/koatty_cacheable/commit/408e3c709a4dfff6e7d224a22d26e58854a805ac))
106
- - 启动时链接 ([e7ec709](https://github.com/thinkkoa/koatty_cacheable/commit/e7ec7094be106e4e48783c9b214b8369e8a18297))
107
- - 支持引入变量做缓存 key ([4ce81aa](https://github.com/thinkkoa/koatty_cacheable/commit/4ce81aaaf9610f4a62ddf43e3c4389dd003c2db8))
108
- - 获取单例 ([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))
109
130
 
110
- ### [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)
111
132
 
112
- ### [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 15:24:02
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 15:23:49
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 15:23:49
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.1",
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,10 +89,10 @@
89
89
  "koatty_store": "workspace:*"
90
90
  },
91
91
  "peerDependencies": {
92
- "koatty_container": "^2.0.1",
93
- "koatty_core": "^2.1.1",
94
- "koatty_lib": "^1.4.5",
95
- "koatty_logger": "^2.4.1",
96
- "koatty_store": "^2.0.1"
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.1",
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,18 +69,18 @@
69
69
  "typescript": "^5.x.x"
70
70
  },
71
71
  "dependencies": {
72
- "koatty_container": "2.0.1",
73
- "koatty_core": "2.1.1",
74
- "koatty_lib": "1.4.5",
75
- "koatty_store": "2.0.1",
76
- "koatty_logger": "2.4.1"
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.1",
80
- "koatty_core": "^2.1.1",
81
- "koatty_lib": "^1.4.5",
82
- "koatty_logger": "^2.4.1",
83
- "koatty_store": "^2.0.1"
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",