koatty_store 1.9.0 → 1.9.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/.rollup.config.js CHANGED
@@ -46,9 +46,12 @@ export default [
46
46
  compilerOptions: {
47
47
  declaration: false,
48
48
  declarationMap: false,
49
- module: "ESNext"
49
+ module: "ESNext",
50
+ skipLibCheck: true
50
51
  }
51
- }
52
+ },
53
+ useTsconfigDeclarationDir: false,
54
+ check: false
52
55
  })
53
56
  ],
54
57
  external: [
@@ -0,0 +1,551 @@
1
+
2
+ 
3
+ > koatty_store@1.9.4 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
4
+ > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
+
6
+
7
+ > koatty_store@1.9.4 build:js
8
+ > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
+
10
+ 
11
+ ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
+ created ./dist/index.js, ./dist/index.mjs in 5.5s
13
+ ⠙⠙
14
+ > koatty_store@1.9.4 build:dts
15
+ > bash ../../scripts/build-dts.sh
16
+
17
+ 🔨 Building type declarations for koatty-store...
18
+ ⏳ Waiting for dependencies to be ready...
19
+
20
+ 🔍 Checking dependencies: koatty_lib, koatty_logger
21
+ ✓ koatty_lib type declarations ready
22
+ ✓ koatty_logger type declarations ready
23
+
24
+ ✅ All dependencies ready (waited 2ms)
25
+ 📝 Running TypeScript compiler...
26
+ ⠙⠙📦 Running API Extractor...
27
+ ⠙
28
+ api-extractor 7.55.2  - https://api-extractor.com/
29
+ 
30
+ Using configuration from ./api-extractor.json
31
+ Analysis will use the bundled TypeScript version 5.8.2
32
+ *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
33
+ Writing: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/temp/koatty_store.api.json
34
+ Writing package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/dist/index.d.ts
35
+ Warning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "MemoryStoreOpt" needs to be exported by the entry point index.d.ts
36
+ Warning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "RedisStoreOpt" needs to be exported by the entry point index.d.ts
37
+ Warning: src/index.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
38
+ Warning: src/index.ts:29:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration
39
+ Warning: src/index.ts:31:1 - (ae-forgotten-export) The symbol "CacheStoreInterface" needs to be exported by the entry point index.d.ts
40
+ Warning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "MemoryStore" needs to be exported by the entry point index.d.ts
41
+ Warning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "RedisStore" needs to be exported by the entry point index.d.ts
42
+ Warning: src/index.ts:38:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
43
+ Warning: src/index.ts:39:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
44
+ Warning: src/index.ts:57:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
45
+ Warning: src/index.ts:58:28 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
46
+ Warning: src/index.ts:58:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
47
+ Warning: src/index.ts:59:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
48
+ Warning: src/index.ts:59:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
49
+ Warning: src/index.ts:60:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
50
+ Warning: src/index.ts:60:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
51
+ Warning: src/index.ts:78:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
52
+ Warning: src/index.ts:79:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
53
+ Warning: src/index.ts:80:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
54
+ Warning: src/index.ts:81:22 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
55
+ Warning: src/index.ts:81:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
56
+ Warning: src/index.ts:103:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
57
+ Warning: src/index.ts:104:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
58
+ Warning: src/index.ts:104:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
59
+ Warning: src/index.ts:122:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
60
+ Warning: src/index.ts:130:3 - (ae-forgotten-export) The symbol "MemoryCache" needs to be exported by the entry point index.d.ts
61
+ Warning: src/index.ts:143:40 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
62
+ Warning: src/index.ts:143:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
63
+ Warning: src/index.ts:152:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
64
+ Warning: src/index.ts:153:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
65
+ Warning: src/index.ts:154:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
66
+ Warning: src/index.ts:154:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
67
+ Warning: src/index.ts:155:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
68
+ Warning: src/index.ts:194:23 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
69
+ Warning: src/index.ts:194:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
70
+ Warning: src/index.ts:206:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
71
+ Warning: src/index.ts:206:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
72
+ Warning: src/index.ts:224:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
73
+ Warning: src/index.ts:250:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
74
+ Warning: src/index.ts:250:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
75
+ Warning: src/index.ts:260:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
76
+ Warning: src/index.ts:260:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
77
+ Warning: src/index.ts:269:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
78
+ Warning: src/index.ts:270:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
79
+ Warning: src/index.ts:292:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
80
+ Warning: src/index.ts:292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
81
+ Warning: src/index.ts:303:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
82
+ Warning: src/index.ts:303:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
83
+ Warning: src/index.ts:314:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
84
+ Warning: src/index.ts:314:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
85
+ Warning: src/index.ts:324:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
86
+ Warning: src/index.ts:324:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
87
+ Warning: src/index.ts:335:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
88
+ Warning: src/index.ts:335:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
89
+ Warning: src/index.ts:344:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
90
+ Warning: src/index.ts:344:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
91
+ Warning: src/index.ts:353:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
92
+ Warning: src/index.ts:353:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
93
+ Warning: src/index.ts:362:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
94
+ Warning: src/index.ts:362:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
95
+ Warning: src/index.ts:371:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
96
+ Warning: src/index.ts:371:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
97
+ Warning: src/index.ts:381:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
98
+ Warning: src/index.ts:381:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
99
+ Warning: src/index.ts:390:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
100
+ Warning: src/index.ts:391:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
101
+ Warning: src/index.ts:392:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
102
+ Warning: src/index.ts:392:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
103
+ Warning: src/index.ts:393:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
104
+ Warning: src/index.ts:402:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
105
+ Warning: src/index.ts:402:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
106
+ Warning: src/index.ts:411:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
107
+ Warning: src/index.ts:412:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
108
+ Warning: src/index.ts:412:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
109
+ Warning: src/index.ts:413:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
110
+ Warning: src/index.ts:424:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
111
+ Warning: src/index.ts:424:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
112
+ Warning: src/index.ts:435:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
113
+ Warning: src/index.ts:435:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
114
+ Warning: src/index.ts:448:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
115
+ Warning: src/index.ts:448:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
116
+ Warning: src/index.ts:458:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
117
+ Warning: src/index.ts:458:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
118
+ Warning: src/index.ts:467:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
119
+ Warning: src/index.ts:467:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
120
+ Warning: src/index.ts:476:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
121
+ Warning: src/index.ts:476:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
122
+ Warning: src/index.ts:486:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
123
+ Warning: src/index.ts:486:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
124
+ Warning: src/index.ts:497:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
125
+ Warning: src/index.ts:497:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
126
+ Warning: src/store/memory.ts:27:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
127
+ Warning: src/store/memory.ts:28:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
128
+ Warning: src/store/memory.ts:51:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
129
+ Warning: src/store/memory.ts:51:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
130
+ Warning: src/store/memory.ts:52:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
131
+ Warning: src/store/memory.ts:62:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
132
+ Warning: src/store/memory.ts:62:34 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
133
+ Warning: src/store/memory.ts:62:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
134
+ Warning: src/store/memory.ts:62:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
135
+ Warning: src/store/memory.ts:63:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
136
+ Warning: src/store/memory.ts:74:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
137
+ Warning: src/store/memory.ts:75:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
138
+ Warning: src/store/memory.ts:75:34 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
139
+ Warning: src/store/memory.ts:75:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
140
+ Warning: src/store/memory.ts:75:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
141
+ Warning: src/store/memory.ts:76:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
142
+ Warning: src/store/memory.ts:86:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
143
+ Warning: src/store/memory.ts:87:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
144
+ Warning: src/store/memory.ts:88:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
145
+ Warning: src/store/memory.ts:97:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
146
+ Warning: src/store/memory.ts:98:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
147
+ Warning: src/store/memory.ts:99:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
148
+ Warning: src/store/memory.ts:99:33 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
149
+ Warning: src/store/memory.ts:99:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
150
+ Warning: src/store/memory.ts:99:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
151
+ Warning: src/store/memory.ts:100:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
152
+ Warning: src/store/memory_cache.ts:58:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
153
+ Warning: src/store/memory_cache.ts:83:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
154
+ Warning: src/store/memory_cache.ts:84:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
155
+ Warning: src/store/memory_cache.ts:177:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
156
+ Warning: src/store/memory_cache.ts:188:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
157
+ Warning: src/store/memory_cache.ts:188:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
158
+ Warning: src/store/memory_cache.ts:189:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
159
+ Warning: src/store/memory_cache.ts:207:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
160
+ Warning: src/store/memory_cache.ts:207:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
161
+ Warning: src/store/memory_cache.ts:208:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
162
+ Warning: src/store/memory_cache.ts:222:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
163
+ Warning: src/store/memory_cache.ts:222:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
164
+ Warning: src/store/memory_cache.ts:223:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
165
+ Warning: src/store/memory_cache.ts:272:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
166
+ Warning: src/store/memory_cache.ts:273:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
167
+ Warning: src/store/memory_cache.ts:273:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
168
+ Warning: src/store/memory_cache.ts:274:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
169
+ Warning: src/store/memory_cache.ts:274:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
170
+ Warning: src/store/memory_cache.ts:275:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
171
+ Warning: src/store/memory_cache.ts:284:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
172
+ Warning: src/store/memory_cache.ts:285:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
173
+ Warning: src/store/memory_cache.ts:285:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
174
+ Warning: src/store/memory_cache.ts:286:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
175
+ Warning: src/store/memory_cache.ts:286:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
176
+ Warning: src/store/memory_cache.ts:287:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
177
+ Warning: src/store/memory_cache.ts:297:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
178
+ Warning: src/store/memory_cache.ts:298:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
179
+ Warning: src/store/memory_cache.ts:298:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
180
+ Warning: src/store/memory_cache.ts:299:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
181
+ Warning: src/store/memory_cache.ts:299:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
182
+ Warning: src/store/memory_cache.ts:300:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
183
+ Warning: src/store/memory_cache.ts:309:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
184
+ Warning: src/store/memory_cache.ts:310:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
185
+ Warning: src/store/memory_cache.ts:310:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
186
+ Warning: src/store/memory_cache.ts:311:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
187
+ Warning: src/store/memory_cache.ts:311:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
188
+ Warning: src/store/memory_cache.ts:312:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
189
+ Warning: src/store/memory_cache.ts:343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
190
+ Warning: src/store/memory_cache.ts:344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
191
+ Warning: src/store/memory_cache.ts:345:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
192
+ Warning: src/store/memory_cache.ts:346:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
193
+ Warning: src/store/memory_cache.ts:346:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
194
+ Warning: src/store/memory_cache.ts:347:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
195
+ Warning: src/store/memory_cache.ts:415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
196
+ Warning: src/store/memory_cache.ts:416:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
197
+ Warning: src/store/memory_cache.ts:416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
198
+ Warning: src/store/memory_cache.ts:417:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
199
+ Warning: src/store/memory_cache.ts:417:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
200
+ Warning: src/store/memory_cache.ts:418:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
201
+ Warning: src/store/memory_cache.ts:431:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
202
+ Warning: src/store/memory_cache.ts:432:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
203
+ Warning: src/store/memory_cache.ts:433:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
204
+ Warning: src/store/memory_cache.ts:433:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
205
+ Warning: src/store/memory_cache.ts:434:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
206
+ Warning: src/store/memory_cache.ts:434:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
207
+ Warning: src/store/memory_cache.ts:435:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
208
+ Warning: src/store/memory_cache.ts:450:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
209
+ Warning: src/store/memory_cache.ts:451:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
210
+ Warning: src/store/memory_cache.ts:451:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
211
+ Warning: src/store/memory_cache.ts:452:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
212
+ Warning: src/store/memory_cache.ts:474:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
213
+ Warning: src/store/memory_cache.ts:475:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
214
+ Warning: src/store/memory_cache.ts:475:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
215
+ Warning: src/store/memory_cache.ts:476:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
216
+ Warning: src/store/memory_cache.ts:494:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
217
+ Warning: src/store/memory_cache.ts:495:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
218
+ Warning: src/store/memory_cache.ts:495:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
219
+ Warning: src/store/memory_cache.ts:496:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
220
+ Warning: src/store/memory_cache.ts:496:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
221
+ Warning: src/store/memory_cache.ts:497:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
222
+ Warning: src/store/memory_cache.ts:516:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
223
+ Warning: src/store/memory_cache.ts:517:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
224
+ Warning: src/store/memory_cache.ts:518:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
225
+ Warning: src/store/memory_cache.ts:518:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
226
+ Warning: src/store/memory_cache.ts:519:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
227
+ Warning: src/store/memory_cache.ts:519:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
228
+ Warning: src/store/memory_cache.ts:520:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
229
+ Warning: src/store/memory_cache.ts:539:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
230
+ Warning: src/store/memory_cache.ts:540:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
231
+ Warning: src/store/memory_cache.ts:540:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
232
+ Warning: src/store/memory_cache.ts:541:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
233
+ Warning: src/store/memory_cache.ts:541:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
234
+ Warning: src/store/memory_cache.ts:542:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
235
+ Warning: src/store/memory_cache.ts:561:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
236
+ Warning: src/store/memory_cache.ts:562:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
237
+ Warning: src/store/memory_cache.ts:563:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
238
+ Warning: src/store/memory_cache.ts:563:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
239
+ Warning: src/store/memory_cache.ts:564:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
240
+ Warning: src/store/memory_cache.ts:564:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
241
+ Warning: src/store/memory_cache.ts:565:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
242
+ Warning: src/store/memory_cache.ts:615:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
243
+ Warning: src/store/memory_cache.ts:616:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
244
+ Warning: src/store/memory_cache.ts:617:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
245
+ Warning: src/store/memory_cache.ts:617:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
246
+ Warning: src/store/memory_cache.ts:618:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
247
+ Warning: src/store/memory_cache.ts:618:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
248
+ Warning: src/store/memory_cache.ts:619:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
249
+ Warning: src/store/memory_cache.ts:646:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
250
+ Warning: src/store/memory_cache.ts:647:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
251
+ Warning: src/store/memory_cache.ts:648:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
252
+ Warning: src/store/memory_cache.ts:648:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
253
+ Warning: src/store/memory_cache.ts:649:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
254
+ Warning: src/store/memory_cache.ts:649:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
255
+ Warning: src/store/memory_cache.ts:650:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
256
+ Warning: src/store/memory_cache.ts:677:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
257
+ Warning: src/store/memory_cache.ts:678:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
258
+ Warning: src/store/memory_cache.ts:679:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
259
+ Warning: src/store/memory_cache.ts:679:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
260
+ Warning: src/store/memory_cache.ts:680:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
261
+ Warning: src/store/memory_cache.ts:706:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
262
+ Warning: src/store/memory_cache.ts:707:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
263
+ Warning: src/store/memory_cache.ts:707:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
264
+ Warning: src/store/memory_cache.ts:708:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
265
+ Warning: src/store/memory_cache.ts:708:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
266
+ Warning: src/store/memory_cache.ts:709:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
267
+ Warning: src/store/memory_cache.ts:719:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
268
+ Warning: src/store/memory_cache.ts:720:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
269
+ Warning: src/store/memory_cache.ts:721:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
270
+ Warning: src/store/memory_cache.ts:722:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
271
+ Warning: src/store/memory_cache.ts:722:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
272
+ Warning: src/store/memory_cache.ts:723:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
273
+ Warning: src/store/memory_cache.ts:723:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
274
+ Warning: src/store/memory_cache.ts:724:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
275
+ Warning: src/store/memory_cache.ts:743:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
276
+ Warning: src/store/memory_cache.ts:744:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
277
+ Warning: src/store/memory_cache.ts:744:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
278
+ Warning: src/store/memory_cache.ts:745:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
279
+ Warning: src/store/memory_cache.ts:745:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
280
+ Warning: src/store/memory_cache.ts:746:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
281
+ Warning: src/store/memory_cache.ts:764:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
282
+ Warning: src/store/memory_cache.ts:765:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
283
+ Warning: src/store/memory_cache.ts:765:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
284
+ Warning: src/store/memory_cache.ts:766:16 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
285
+ Warning: src/store/memory_cache.ts:766:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
286
+ Warning: src/store/memory_cache.ts:767:5 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
287
+ Warning: src/store/memory_cache.ts:784:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
288
+ Warning: src/store/memory_cache.ts:785:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
289
+ Warning: src/store/memory_cache.ts:785:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
290
+ Warning: src/store/memory_cache.ts:786:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
291
+ Warning: src/store/memory_cache.ts:786:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
292
+ Warning: src/store/memory_cache.ts:787:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
293
+ Warning: src/store/memory_cache.ts:810:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
294
+ Warning: src/store/memory_cache.ts:811:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
295
+ Warning: src/store/memory_cache.ts:811:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
296
+ Warning: src/store/memory_cache.ts:812:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
297
+ Warning: src/store/memory_cache.ts:812:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
298
+ Warning: src/store/memory_cache.ts:813:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
299
+ Warning: src/store/memory_cache.ts:828:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
300
+ Warning: src/store/memory_cache.ts:829:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
301
+ Warning: src/store/memory_cache.ts:830:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
302
+ Warning: src/store/memory_cache.ts:830:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
303
+ Warning: src/store/memory_cache.ts:831:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
304
+ Warning: src/store/memory_cache.ts:831:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
305
+ Warning: src/store/memory_cache.ts:832:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
306
+ Warning: src/store/memory_cache.ts:893:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
307
+ Warning: src/store/memory_cache.ts:894:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
308
+ Warning: src/store/memory_cache.ts:894:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
309
+ Warning: src/store/memory_cache.ts:895:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
310
+ Warning: src/store/memory_cache.ts:895:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
311
+ Warning: src/store/memory_cache.ts:896:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
312
+ Warning: src/store/memory_cache.ts:914:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
313
+ Warning: src/store/memory_cache.ts:915:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
314
+ Warning: src/store/memory_cache.ts:915:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
315
+ Warning: src/store/memory_cache.ts:916:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
316
+ Warning: src/store/memory_cache.ts:916:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
317
+ Warning: src/store/memory_cache.ts:917:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
318
+ Warning: src/store/memory_cache.ts:935:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
319
+ Warning: src/store/memory_cache.ts:936:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
320
+ Warning: src/store/memory_cache.ts:937:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
321
+ Warning: src/store/memory_cache.ts:938:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
322
+ Warning: src/store/memory_cache.ts:938:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
323
+ Warning: src/store/memory_cache.ts:939:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
324
+ Warning: src/store/memory_cache.ts:939:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
325
+ Warning: src/store/memory_cache.ts:940:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
326
+ Warning: src/store/memory_cache.ts:976:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
327
+ Warning: src/store/memory_cache.ts:977:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
328
+ Warning: src/store/memory_cache.ts:978:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
329
+ Warning: src/store/memory_cache.ts:978:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
330
+ Warning: src/store/memory_cache.ts:979:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
331
+ Warning: src/store/memory_cache.ts:1002:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
332
+ Warning: src/store/memory_cache.ts:1003:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
333
+ Warning: src/store/memory_cache.ts:1003:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
334
+ Warning: src/store/memory_cache.ts:1004:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
335
+ Warning: src/store/memory_cache.ts:1004:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
336
+ Warning: src/store/memory_cache.ts:1005:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
337
+ Warning: src/store/memory_cache.ts:1019:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
338
+ Warning: src/store/memory_cache.ts:1020:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
339
+ Warning: src/store/memory_cache.ts:1021:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
340
+ Warning: src/store/memory_cache.ts:1021:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
341
+ Warning: src/store/memory_cache.ts:1022:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
342
+ Warning: src/store/memory_cache.ts:1022:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
343
+ Warning: src/store/memory_cache.ts:1023:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
344
+ Warning: src/store/memory_cache.ts:1041:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
345
+ Warning: src/store/memory_cache.ts:1042:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
346
+ Warning: src/store/memory_cache.ts:1042:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
347
+ Warning: src/store/memory_cache.ts:1043:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
348
+ Warning: src/store/memory_cache.ts:1043:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
349
+ Warning: src/store/memory_cache.ts:1044:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
350
+ Warning: src/store/memory_cache.ts:1058:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
351
+ Warning: src/store/memory_cache.ts:1059:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
352
+ Warning: src/store/memory_cache.ts:1059:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
353
+ Warning: src/store/memory_cache.ts:1060:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
354
+ Warning: src/store/memory_cache.ts:1060:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
355
+ Warning: src/store/memory_cache.ts:1061:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
356
+ Warning: src/store/memory_cache.ts:1061:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
357
+ Warning: src/store/memory_cache.ts:1062:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
358
+ Warning: src/store/memory_cache.ts:1096:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
359
+ Warning: src/store/memory_cache.ts:1097:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
360
+ Warning: src/store/memory_cache.ts:1098:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
361
+ Warning: src/store/memory_cache.ts:1098:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
362
+ Warning: src/store/memory_cache.ts:1099:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
363
+ Warning: src/store/memory_cache.ts:1125:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
364
+ Warning: src/store/memory_cache.ts:1126:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
365
+ Warning: src/store/memory_cache.ts:1127:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
366
+ Warning: src/store/memory_cache.ts:1128:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
367
+ Warning: src/store/memory_cache.ts:1128:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
368
+ Warning: src/store/memory_cache.ts:1129:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
369
+ Warning: src/store/memory_cache.ts:1129:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
370
+ Warning: src/store/memory_cache.ts:1130:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
371
+ Warning: src/store/memory_cache.ts:1174:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
372
+ Warning: src/store/memory_cache.ts:1175:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
373
+ Warning: src/store/memory_cache.ts:1175:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
374
+ Warning: src/store/memory_cache.ts:1176:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
375
+ Warning: src/store/memory_cache.ts:1176:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
376
+ Warning: src/store/memory_cache.ts:1177:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
377
+ Warning: src/store/memory_cache.ts:1198:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
378
+ Warning: src/store/memory_cache.ts:1199:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
379
+ Warning: src/store/memory_cache.ts:1200:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
380
+ Warning: src/store/memory_cache.ts:1200:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
381
+ Warning: src/store/memory_cache.ts:1201:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
382
+ Warning: src/store/memory_cache.ts:1201:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
383
+ Warning: src/store/memory_cache.ts:1202:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
384
+ Warning: src/store/memory_cache.ts:1218:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
385
+ Warning: src/store/memory_cache.ts:1219:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
386
+ Warning: src/store/memory_cache.ts:1220:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
387
+ Warning: src/store/memory_cache.ts:1220:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
388
+ Warning: src/store/memory_cache.ts:1220:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
389
+ Warning: src/store/memory_cache.ts:1220:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
390
+ Warning: src/store/memory_cache.ts:1221:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
391
+ Warning: src/store/memory_cache.ts:1230:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
392
+ Warning: src/store/memory_cache.ts:1231:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
393
+ Warning: src/store/memory_cache.ts:1232:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
394
+ Warning: src/store/memory_cache.ts:1233:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
395
+ Warning: src/store/memory_cache.ts:1234:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
396
+ Warning: src/store/memory_cache.ts:1234:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
397
+ Warning: src/store/memory_cache.ts:1235:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
398
+ Warning: src/store/memory_cache.ts:1244:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
399
+ Warning: src/store/memory_cache.ts:1245:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
400
+ Warning: src/store/memory_cache.ts:1246:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
401
+ Warning: src/store/memory_cache.ts:1246:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
402
+ Warning: src/store/memory_cache.ts:1247:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
403
+ Warning: src/store/memory_cache.ts:1257:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
404
+ Warning: src/store/memory_cache.ts:1258:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
405
+ Warning: src/store/memory_cache.ts:1259:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
406
+ Warning: src/store/memory_cache.ts:1260:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
407
+ Warning: src/store/memory_cache.ts:1260:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
408
+ Warning: src/store/memory_cache.ts:1261:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
409
+ Warning: src/store/memory_cache.ts:1261:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
410
+ Warning: src/store/memory_cache.ts:1262:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
411
+ Warning: src/store/memory_cache.ts:1287:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
412
+ Warning: src/store/memory_cache.ts:1288:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
413
+ Warning: src/store/memory_cache.ts:1289:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
414
+ Warning: src/store/memory_cache.ts:1290:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
415
+ Warning: src/store/memory_cache.ts:1290:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
416
+ Warning: src/store/memory_cache.ts:1291:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
417
+ Warning: src/store/memory_cache.ts:1291:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
418
+ Warning: src/store/memory_cache.ts:1292:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
419
+ Warning: src/store/memory_cache.ts:1292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
420
+ Warning: src/store/memory_cache.ts:1293:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
421
+ Warning: src/store/memory_cache.ts:1310:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
422
+ Warning: src/store/memory_cache.ts:1311:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
423
+ Warning: src/store/memory_cache.ts:1312:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
424
+ Warning: src/store/memory_cache.ts:1312:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
425
+ Warning: src/store/memory_cache.ts:1313:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
426
+ Warning: src/store/memory_cache.ts:1327:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
427
+ Warning: src/store/memory_cache.ts:1328:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
428
+ Warning: src/store/memory_cache.ts:1329:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
429
+ Warning: src/store/memory_cache.ts:1330:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
430
+ Warning: src/store/memory_cache.ts:1339:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
431
+ Warning: src/store/memory_cache.ts:1340:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
432
+ Warning: src/store/memory_cache.ts:1341:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
433
+ Warning: src/store/memory_cache.ts:1342:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
434
+ Warning: src/store/memory_cache.ts:1342:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
435
+ Warning: src/store/memory_cache.ts:1343:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
436
+ Warning: src/store/memory_cache.ts:1343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
437
+ Warning: src/store/memory_cache.ts:1344:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
438
+ Warning: src/store/memory_cache.ts:1344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
439
+ Warning: src/store/memory_cache.ts:1345:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
440
+ Warning: src/store/memory_cache.ts:1345:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
441
+ Warning: src/store/memory_cache.ts:1346:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
442
+ Warning: src/store/memory_cache.ts:1380:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
443
+ Warning: src/store/memory_cache.ts:1381:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
444
+ Warning: src/store/memory_cache.ts:1382:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
445
+ Warning: src/store/memory_cache.ts:1383:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
446
+ Warning: src/store/memory_cache.ts:1383:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
447
+ Warning: src/store/memory_cache.ts:1384:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
448
+ Warning: src/store/memory_cache.ts:1393:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
449
+ Warning: src/store/memory_cache.ts:1394:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
450
+ Warning: src/store/memory_cache.ts:1395:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
451
+ Warning: src/store/memory_cache.ts:1396:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
452
+ Warning: src/store/memory_cache.ts:1396:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
453
+ Warning: src/store/memory_cache.ts:1396:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
454
+ Warning: src/store/memory_cache.ts:1396:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
455
+ Warning: src/store/memory_cache.ts:1397:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
456
+ Warning: src/store/memory_cache.ts:1414:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
457
+ Warning: src/store/memory_cache.ts:1415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
458
+ Warning: src/store/memory_cache.ts:1416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
459
+ Warning: src/store/memory_cache.ts:1417:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
460
+ Warning: src/store/memory_cache.ts:1426:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
461
+ Warning: src/store/memory_cache.ts:1427:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
462
+ Warning: src/store/memory_cache.ts:1427:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
463
+ Warning: src/store/memory_cache.ts:1428:21 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
464
+ Warning: src/store/memory_cache.ts:1428:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
465
+ Warning: src/store/memory_cache.ts:1429:17 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
466
+ Warning: src/store/memory_cache.ts:1429:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
467
+ Warning: src/store/memory_cache.ts:1430:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
468
+ Warning: src/store/memory_cache.ts:1430:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
469
+ Warning: src/store/memory_cache.ts:1431:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
470
+ Warning: src/store/memory_cache.ts:1431:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
471
+ Warning: src/store/memory_cache.ts:1432:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
472
+ Warning: src/store/memory_cache.ts:1470:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
473
+ Warning: src/store/memory_cache.ts:1471:21 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
474
+ Warning: src/store/memory_cache.ts:1471:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
475
+ Warning: src/store/memory_cache.ts:1472:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
476
+ Warning: src/store/memory_cache.ts:1472:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
477
+ Warning: src/store/memory_cache.ts:1473:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
478
+ Warning: src/store/redis.ts:15:4 - (tsdoc-characters-after-block-tag) The token "@description" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@"
479
+ Warning: src/store/redis.ts:16:14 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
480
+ Warning: src/store/redis.ts:16:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
481
+ Warning: src/store/redis.ts:16:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
482
+ Warning: src/store/redis.ts:27:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
483
+ Warning: src/store/redis.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration
484
+ Warning: src/store/redis.ts:40:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
485
+ Warning: src/store/redis.ts:41:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
486
+ Warning: src/store/redis.ts:100:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
487
+ Warning: src/store/redis.ts:100:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
488
+ Warning: src/store/redis.ts:101:44 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
489
+ Warning: src/store/redis.ts:101:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
490
+ Warning: src/store/redis.ts:101:45 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
491
+ Warning: src/store/redis.ts:101:28 - (tsdoc-html-tag-missing-greater-than) The HTML tag has invalid syntax: Expecting an attribute or ">" or "/>"
492
+ Warning: src/store/redis.ts:101:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
493
+ Warning: src/store/redis.ts:101:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
494
+ Warning: src/store/redis.ts:102:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
495
+ Warning: src/store/redis.ts:172:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
496
+ Warning: src/store/redis.ts:173:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
497
+ Warning: src/store/redis.ts:191:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
498
+ Warning: src/store/redis.ts:191:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
499
+ Warning: src/store/redis.ts:192:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
500
+ Warning: src/store/redis.ts:236:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
501
+ Warning: src/store/redis.ts:236:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
502
+ Warning: src/store/redis.ts:237:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
503
+ Warning: src/store/redis.ts:261:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
504
+ Warning: src/store/redis.ts:262:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
505
+ Warning: src/store/redis.ts:262:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
506
+ Warning: src/store/redis.ts:263:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
507
+ Warning: src/store/redis.ts:275:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
508
+ Warning: src/store/redis.ts:276:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
509
+ Warning: src/store/redis.ts:277:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
510
+ Warning: src/store/redis.ts:277:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
511
+ Warning: src/store/redis.ts:278:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
512
+ Warning: src/store/redis.ts:292:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
513
+ Warning: src/store/redis.ts:293:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
514
+ Warning: src/store/redis.ts:294:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
515
+ Warning: src/store/redis.ts:294:33 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
516
+ Warning: src/store/redis.ts:294:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
517
+ Warning: src/store/redis.ts:294:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
518
+ Warning: src/store/redis.ts:295:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
519
+
520
+ API Extractor completed successfully
521
+ ⠙✅ Type declarations built successfully
522
+ ⠙
523
+ > koatty_store@1.9.4 build:doc
524
+ > npx api-documenter markdown --input temp --output docs/api
525
+
526
+ ⠙
527
+ api-documenter 7.28.2  - https://api-extractor.com/
528
+ 
529
+ Reading koatty_store.api.json
530
+
531
+ Deleting old output from docs/api
532
+ Writing koatty_store package
533
+ Unsupported block tag: @memberof
534
+ Unsupported block tag: @static
535
+ Unsupported block tag: @static
536
+ Unsupported block tag: @static
537
+ Unsupported block tag: @memberof
538
+ Unsupported block tag: @memberof
539
+ Unsupported block tag: @memberof
540
+ Unsupported block tag: @export
541
+ Unsupported block tag: @class
542
+ Unsupported block tag: @static
543
+ Unsupported block tag: @static
544
+ Unsupported block tag: @static
545
+ Unsupported block tag: @export
546
+ Unsupported block tag: @class
547
+ ⠙⠙
548
+ > koatty_store@1.9.4 build:cp
549
+ > node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
550
+
551
+ ⠙⠙⠙
@@ -0,0 +1,61 @@
1
+
2
+ > koatty_store@1.9.1 test /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
3
+ > npm run eslint && jest --passWithNoTests
4
+
5
+
6
+ > koatty_store@1.9.1 eslint
7
+ > eslint --ext .ts,.js ./
8
+
9
+ PASS test/concurrent_operations.test.ts
10
+ PASS test/interface_consistency.test.ts
11
+ PASS test/memory_store_simplified.test.ts
12
+ PASS test/memory_cache_cleanup.test.ts
13
+ PASS test/lrange_fix.test.ts
14
+ PASS test/redis.test.ts
15
+ ● Console
16
+
17
+ console.log
18
+ 111
19
+
20
+ at Object.<anonymous> (test/redis.test.ts:31:17)
21
+
22
+ console.log
23
+ 222
24
+
25
+ at Object.<anonymous> (test/redis.test.ts:38:17)
26
+
27
+ console.log
28
+ 1
29
+
30
+ at Object.<anonymous> (test/redis.test.ts:46:17)
31
+
32
+ PASS test/error_handling.test.ts
33
+ PASS test/hash_ttl_memory.test.ts
34
+ PASS test/hash_ttl_cachestore.test.ts
35
+ PASS test/edge_cases.test.ts (5.889 s)
36
+ A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
37
+ 📦 report is created on: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/jest_html_reporters.html
38
+ ------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39
+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
40
+ ------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41
+ All files | 56.96 | 49.06 | 62.56 | 57.2 |
42
+ src | 86.81 | 57.14 | 86.36 | 86.51 |
43
+ index.ts | 86.81 | 57.14 | 86.36 | 86.51 | 107-115,175,356-365,384,461
44
+ src/store | 53.47 | 46.73 | 54.81 | 53.79 |
45
+ memory.ts | 47.61 | 37.5 | 57.14 | 47.61 | 91-121
46
+ memory_cache.ts | 59.45 | 52.81 | 61.46 | 59.87 | 137,141-160,193,233-303,316,359-363,366,370,374-383,388,392,402,405,530,552,575,734,790-800,875-887,901-905,922-926,1026-1035,1068-1069,1072-1084,1112-1113,1135-1141,1157-1159,1162,1186-1189,1208-1209,1267,1302,1354,1369,1443-1444,1455-1458,1477,1489-1851
47
+ redis.ts | 15.84 | 21.15 | 15.78 | 16 | 64-91,105-230,242-244,248-317
48
+ ------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
49
+
50
+ =============================== Coverage summary ===============================
51
+ Statements : 56.96% ( 495/869 )
52
+ Branches : 49.06% ( 184/375 )
53
+ Functions : 62.56% ( 112/179 )
54
+ Lines : 57.2% ( 488/853 )
55
+
56
+ ================================================================================
57
+ Test Suites: 10 passed, 10 total
58
+ Tests: 61 passed, 61 total
59
+ Snapshots: 0 total
60
+ Time: 11.328 s, estimated 19 s
61
+ Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,73 +1,104 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - build
8
+ - Updated dependencies
9
+ - koatty_lib@1.4.5
10
+ - koatty_logger@2.3.4
11
+
12
+ ## 1.9.3
13
+
14
+ ### Patch Changes
15
+
16
+ - build
17
+ - Updated dependencies
18
+ - koatty_lib@1.4.4
19
+ - koatty_logger@2.3.3
20
+
21
+ ## 1.9.2
22
+
23
+ ### Patch Changes
24
+
25
+ - build
26
+ - Updated dependencies
27
+ - koatty_lib@1.4.3
28
+ - koatty_logger@2.3.2
29
+
30
+ ## 1.9.1
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+ - koatty_lib@1.4.2
36
+ - koatty_logger@2.3.1
37
+
3
38
  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.
4
39
 
5
40
  ## [1.9.0](https://github.com/koatty/koatty_store/compare/v1.7.0...v1.9.0) (2025-11-02)
6
41
 
7
-
8
42
  ### Features
9
43
 
10
- * enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
11
- * enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
12
- * implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
13
- * implement field-level TTL, concurrency control and cleanup; fix lrange logic and hash TTL issues; improve type safety and error handling ([2f2c547](https://github.com/koatty/koatty_store/commit/2f2c54703ca224d89eb065cc6ed1a3c8f7fe533e))
14
- * implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
15
- * implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
16
- * improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
17
- * optimize hash operations with field-level TTL in MemoryCache and improve error handling ([676772b](https://github.com/koatty/koatty_store/commit/676772b08fd2cb68d42388feb57d6ca2c3b8c6af))
18
-
44
+ - enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
45
+ - enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
46
+ - implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
47
+ - implement field-level TTL, concurrency control and cleanup; fix lrange logic and hash TTL issues; improve type safety and error handling ([2f2c547](https://github.com/koatty/koatty_store/commit/2f2c54703ca224d89eb065cc6ed1a3c8f7fe533e))
48
+ - implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
49
+ - implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
50
+ - improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
51
+ - optimize hash operations with field-level TTL in MemoryCache and improve error handling ([676772b](https://github.com/koatty/koatty_store/commit/676772b08fd2cb68d42388feb57d6ca2c3b8c6af))
19
52
 
20
53
  ### Bug Fixes
21
54
 
22
- * ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
55
+ - ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
23
56
 
24
57
  ## [1.8.1](https://github.com/koatty/koatty_store/compare/v1.8.0...v1.8.1) (2024-12-XX)
25
58
 
26
59
  ### Bug Fixes
27
60
 
28
- * **memory_cache**: fix lrange method loop logic error that caused incomplete results ([#issue](https://github.com/koatty/koatty_store/issues/xxx))
29
- * **hash**: fix hash TTL implementation to prevent data inconsistency in concurrent scenarios
30
- * **memory_store**: simplify connection management design to remove unnecessary pool concept
61
+ - **memory_cache**: fix lrange method loop logic error that caused incomplete results ([#issue](https://github.com/koatty/koatty_store/issues/xxx))
62
+ - **hash**: fix hash TTL implementation to prevent data inconsistency in concurrent scenarios
63
+ - **memory_store**: simplify connection management design to remove unnecessary pool concept
31
64
 
32
65
  ### Features
33
66
 
34
- * **hash**: implement field-level TTL support for hash operations
35
- * **concurrency**: add lock protection for atomic operations (incr, decr, incrby, decrby, hincrby)
36
- * **cleanup**: add comprehensive resource cleanup method to prevent memory leaks
37
- * **error**: improve error handling with detailed context information
38
- * **types**: make interface methods required for better type safety
67
+ - **hash**: implement field-level TTL support for hash operations
68
+ - **concurrency**: add lock protection for atomic operations (incr, decr, incrby, decrby, hincrby)
69
+ - **cleanup**: add comprehensive resource cleanup method to prevent memory leaks
70
+ - **error**: improve error handling with detailed context information
71
+ - **types**: make interface methods required for better type safety
39
72
 
40
73
  ### Performance Improvements
41
74
 
42
- * **hash**: reduce hash TTL operations from 2 queries to 1 query
43
- * **connection**: remove unnecessary connection pool overhead in MemoryStore
75
+ - **hash**: reduce hash TTL operations from 2 queries to 1 query
76
+ - **connection**: remove unnecessary connection pool overhead in MemoryStore
44
77
 
45
78
  ### BREAKING CHANGES
46
79
 
47
- * MemoryStore and RedisStore no longer directly implement CacheStoreInterface (internal change, no API impact)
48
- * All CacheStoreInterface methods are now required (improves type safety)
80
+ - MemoryStore and RedisStore no longer directly implement CacheStoreInterface (internal change, no API impact)
81
+ - All CacheStoreInterface methods are now required (improves type safety)
49
82
 
50
83
  ### Dependencies
51
84
 
52
- * add `async-lock` for concurrency control
53
- * add `@types/async-lock` for TypeScript support
85
+ - add `async-lock` for concurrency control
86
+ - add `@types/async-lock` for TypeScript support
54
87
 
55
88
  ## [1.8.0](https://github.com/koatty/koatty_store/compare/v1.7.0...v1.8.0) (2025-06-09)
56
89
 
57
-
58
90
  ### Features
59
91
 
60
- * enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
61
- * enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
62
- * implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
63
- * implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
64
- * implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
65
- * improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
66
-
92
+ - enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
93
+ - enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
94
+ - implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
95
+ - implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
96
+ - implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
97
+ - improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
67
98
 
68
99
  ### Bug Fixes
69
100
 
70
- * ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
101
+ - ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
71
102
 
72
103
  ## [1.7.0](https://github.com/koatty/koatty_store/compare/v1.6.2...v1.7.0) (2024-11-07)
73
104
 
@@ -75,10 +106,9 @@ All notable changes to this project will be documented in this file. See [standa
75
106
 
76
107
  ### [1.6.1](https://github.com/koatty/koatty_store/compare/v1.6.0...v1.6.1) (2023-07-28)
77
108
 
78
-
79
109
  ### Bug Fixes
80
110
 
81
- * remove words ([604d31d](https://github.com/koatty/koatty_store/commit/604d31df38814a530b32605668542821b608cb7d))
111
+ - remove words ([604d31d](https://github.com/koatty/koatty_store/commit/604d31df38814a530b32605668542821b608cb7d))
82
112
 
83
113
  ## [1.6.0](https://github.com/koatty/koatty_store/compare/v1.5.8...v1.6.0) (2023-02-18)
84
114
 
@@ -86,10 +116,9 @@ All notable changes to this project will be documented in this file. See [standa
86
116
 
87
117
  ### [1.5.6](https://github.com/koatty/koatty_store/compare/v1.5.5...v1.5.6) (2022-11-03)
88
118
 
89
-
90
119
  ### Bug Fixes
91
120
 
92
- * upgrade deps ([cf54da2](https://github.com/koatty/koatty_store/commit/cf54da2c9e13ba843efa44b4631f3144946ebdff))
121
+ - upgrade deps ([cf54da2](https://github.com/koatty/koatty_store/commit/cf54da2c9e13ba843efa44b4631f3144946ebdff))
93
122
 
94
123
  ### [1.5.5](https://github.com/koatty/koatty_store/compare/v1.5.4...v1.5.5) (2022-05-27)
95
124
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2025-11-02 08:37:37
3
+ * @Date: 2026-01-28 17:22:16
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: 2025-11-02 08:37:33
3
+ * @Date: 2026-01-28 17:22:04
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: 2025-11-02 08:37:33
3
+ * @Date: 2026-01-28 17:22:04
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,21 +1,17 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "1.9.0",
3
+ "version": "1.9.4",
4
4
  "description": "Cache store for koatty.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
7
7
  "build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/",
8
8
  "build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
9
9
  "build:doc": "npx api-documenter markdown --input temp --output docs/api",
10
- "build:dts": "npx tsc && npx api-extractor run --local --verbose",
10
+ "build:dts": "bash ../../scripts/build-dts.sh",
11
11
  "eslint": "eslint --ext .ts,.js ./",
12
12
  "prepublishOnly": "npm test && npm run build",
13
13
  "prerelease": "npm test && npm run build",
14
14
  "pub": "git push --follow-tags origin && npm publish",
15
- "release": "standard-version",
16
- "release:pre": "npm run release -- --prerelease",
17
- "release:major": "npm run release -- --release-as major",
18
- "release:minor": "npm run release -- --release-as minor",
19
15
  "test": "npm run eslint && jest --passWithNoTests"
20
16
  },
21
17
  "main": "./dist/index.js",
@@ -94,14 +90,14 @@
94
90
  "dependencies": {
95
91
  "async-lock": "^1.4.1",
96
92
  "generic-pool": "^3.9.0",
97
- "ioredis": "^5.8.2",
98
- "koatty_lib": "^1.x.x",
99
- "koatty_logger": "^2.x.x",
100
- "lodash": "^4.17.21",
101
- "lru-cache": "^11.2.2"
93
+ "ioredis": "^5.9.2",
94
+ "koatty_lib": "^1.4.5",
95
+ "koatty_logger": "^2.3.4",
96
+ "lodash": "^4.17.23",
97
+ "lru-cache": "^11.2.5"
102
98
  },
103
99
  "peerDependencies": {
104
- "koatty_lib": "^1.x.x",
105
- "koatty_logger": "^2.x.x"
100
+ "koatty_lib": "^1.4.5",
101
+ "koatty_logger": "^2.3.4"
106
102
  }
107
103
  }
package/package.json CHANGED
@@ -1,23 +1,7 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "1.9.0",
3
+ "version": "1.9.4",
4
4
  "description": "Cache store for koatty.",
5
- "scripts": {
6
- "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
7
- "build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/",
8
- "build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
9
- "build:doc": "npx api-documenter markdown --input temp --output docs/api",
10
- "build:dts": "npx tsc && npx api-extractor run --local --verbose",
11
- "eslint": "eslint --ext .ts,.js ./",
12
- "prepublishOnly": "npm test && npm run build",
13
- "prerelease": "npm test && npm run build",
14
- "pub": "git push --follow-tags origin && npm publish",
15
- "release": "standard-version",
16
- "release:pre": "npm run release -- --prerelease",
17
- "release:major": "npm run release -- --release-as major",
18
- "release:minor": "npm run release -- --release-as minor",
19
- "test": "npm run eslint && jest --passWithNoTests"
20
- },
21
5
  "main": "./dist/index.js",
22
6
  "exports": {
23
7
  "require": "./dist/index.js",
@@ -94,14 +78,25 @@
94
78
  "dependencies": {
95
79
  "async-lock": "^1.4.1",
96
80
  "generic-pool": "^3.9.0",
97
- "ioredis": "^5.8.2",
98
- "koatty_lib": "^1.x.x",
99
- "koatty_logger": "^2.x.x",
100
- "lodash": "^4.17.21",
101
- "lru-cache": "^11.2.2"
81
+ "ioredis": "^5.9.2",
82
+ "koatty_lib": "^1.4.5",
83
+ "koatty_logger": "^2.3.4",
84
+ "lodash": "^4.17.23",
85
+ "lru-cache": "^11.2.5"
102
86
  },
103
87
  "peerDependencies": {
104
- "koatty_lib": "^1.x.x",
105
- "koatty_logger": "^2.x.x"
88
+ "koatty_lib": "^1.4.5",
89
+ "koatty_logger": "^2.3.4"
90
+ },
91
+ "scripts": {
92
+ "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
93
+ "build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/",
94
+ "build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
95
+ "build:doc": "npx api-documenter markdown --input temp --output docs/api",
96
+ "build:dts": "bash ../../scripts/build-dts.sh",
97
+ "eslint": "eslint --ext .ts,.js ./",
98
+ "prerelease": "npm test && npm run build",
99
+ "pub": "git push --follow-tags origin && npm publish",
100
+ "test": "npm run eslint && jest --passWithNoTests"
106
101
  }
107
- }
102
+ }