koatty_store 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty_store@2.0.0 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
3
+ > koatty_store@2.0.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
4
4
  > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
5
 
6
6
 
7
- > koatty_store@2.0.0 build:js
7
+ > koatty_store@2.0.2 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
10
  
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 1.3s
12
+ created ./dist/index.js, ./dist/index.mjs in 2.2s
13
13
  ⠙⠙
14
- > koatty_store@2.0.0 build:dts
14
+ > koatty_store@2.0.2 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty-store...
@@ -21,9 +21,9 @@
21
21
  ✓ koatty_lib type declarations ready
22
22
  ✓ koatty_logger type declarations ready
23
23
 
24
- ✅ All dependencies ready (waited 1ms)
24
+ ✅ All dependencies ready (waited 0ms)
25
25
  📝 Running TypeScript compiler...
26
- ⠙📦 Running API Extractor...
26
+ ⠙⠙📦 Running API Extractor...
27
27
  
28
28
  api-extractor 7.55.2  - https://api-extractor.com/
29
29
  
@@ -183,7 +183,7 @@ Analysis will use the bundled TypeScript version 5.8.2
183
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
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
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
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
187
  Warning: src/store/memory_cache.ts:311:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
188
188
  Warning: src/store/memory_cache.ts:312:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
189
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}'
@@ -520,10 +520,10 @@ Analysis will use the bundled TypeScript version 5.8.2
520
520
  API Extractor completed successfully
521
521
  ⠙✅ Type declarations built successfully
522
522
  ⠙
523
- > koatty_store@2.0.0 build:doc
523
+ > koatty_store@2.0.2 build:doc
524
524
  > npx api-documenter markdown --input temp --output docs/api
525
525
 
526
- ⠙
526
+ 
527
527
  api-documenter 7.28.2  - https://api-extractor.com/
528
528
  
529
529
  Reading koatty_store.api.json
@@ -545,7 +545,7 @@ Unsupported block tag: @static
545
545
  Unsupported block tag: @export
546
546
  Unsupported block tag: @class
547
547
  ⠙⠙
548
- > koatty_store@2.0.0 build:cp
548
+ > koatty_store@2.0.2 build:cp
549
549
  > node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
550
550
 
551
551
  ⠙⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - patch version bump for koatty, koatty_cacheable, koatty_config, koatty_container, koatty_core, koatty_exception, koatty_graphql, koatty_lib, koatty_loader, koatty_logger, koatty_proto, koatty_router, koatty_schedule, koatty_serve, koatty_store, koatty_trace, koatty_typeorm, koatty_validation
8
+ - Updated dependencies
9
+ - koatty_lib@1.4.6
10
+ - koatty_logger@2.4.2
11
+
12
+ ## 2.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - koatty_logger@2.4.1
18
+
3
19
  ## 2.0.0
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-31 09:51:18
3
+ * @Date: 2026-02-03 16:56:28
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-31 09:51:10
3
+ * @Date: 2026-02-03 16:56:10
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-31 09:51:10
3
+ * @Date: 2026-02-03 16:56:10
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
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",
@@ -97,7 +97,7 @@
97
97
  "lru-cache": "^11.2.5"
98
98
  },
99
99
  "peerDependencies": {
100
- "koatty_lib": "^1.4.5",
101
- "koatty_logger": "^2.4.0"
100
+ "koatty_lib": "^1.4.6",
101
+ "koatty_logger": "^2.4.2"
102
102
  }
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Cache store for koatty.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -81,12 +81,12 @@
81
81
  "ioredis": "^5.9.2",
82
82
  "lodash": "^4.17.23",
83
83
  "lru-cache": "^11.2.5",
84
- "koatty_lib": "1.4.5",
85
- "koatty_logger": "2.4.0"
84
+ "koatty_logger": "2.4.2",
85
+ "koatty_lib": "1.4.6"
86
86
  },
87
87
  "peerDependencies": {
88
- "koatty_lib": "^1.4.5",
89
- "koatty_logger": "^2.4.0"
88
+ "koatty_lib": "^1.4.6",
89
+ "koatty_logger": "^2.4.2"
90
90
  },
91
91
  "scripts": {
92
92
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",