koatty_store 1.9.4 → 2.0.0

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@1.9.4 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
3
+ > koatty_store@2.0.0 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@1.9.4 build:js
7
+ > koatty_store@2.0.0 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
10
  
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 5.5s
12
+ created ./dist/index.js, ./dist/index.mjs in 1.3s
13
13
  ⠙⠙
14
- > koatty_store@1.9.4 build:dts
14
+ > koatty_store@2.0.0 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty-store...
@@ -21,10 +21,10 @@
21
21
  ✓ koatty_lib type declarations ready
22
22
  ✓ koatty_logger type declarations ready
23
23
 
24
- ✅ All dependencies ready (waited 2ms)
24
+ ✅ All dependencies ready (waited 1ms)
25
25
  📝 Running TypeScript compiler...
26
- ⠙⠙📦 Running API Extractor...
27
- ⠙
26
+ ⠙📦 Running API Extractor...
27
+ 
28
28
  api-extractor 7.55.2  - https://api-extractor.com/
29
29
  
30
30
  Using configuration from ./api-extractor.json
@@ -520,7 +520,7 @@ 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@1.9.4 build:doc
523
+ > koatty_store@2.0.0 build:doc
524
524
  > npx api-documenter markdown --input temp --output docs/api
525
525
 
526
526
  ⠙
@@ -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@1.9.4 build:cp
548
+ > koatty_store@2.0.0 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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_logger@2.4.0
9
+
3
10
  ## 1.9.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-01-28 17:22:16
3
+ * @Date: 2026-01-31 09:51:18
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-28 17:22:04
3
+ * @Date: 2026-01-31 09:51: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-28 17:22:04
3
+ * @Date: 2026-01-31 09:51: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": "1.9.4",
3
+ "version": "2.0.0",
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",
@@ -91,13 +91,13 @@
91
91
  "async-lock": "^1.4.1",
92
92
  "generic-pool": "^3.9.0",
93
93
  "ioredis": "^5.9.2",
94
- "koatty_lib": "^1.4.5",
95
- "koatty_logger": "^2.3.4",
94
+ "koatty_lib": "workspace:*",
95
+ "koatty_logger": "workspace:*",
96
96
  "lodash": "^4.17.23",
97
97
  "lru-cache": "^11.2.5"
98
98
  },
99
99
  "peerDependencies": {
100
100
  "koatty_lib": "^1.4.5",
101
- "koatty_logger": "^2.3.4"
101
+ "koatty_logger": "^2.4.0"
102
102
  }
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "1.9.4",
3
+ "version": "2.0.0",
4
4
  "description": "Cache store for koatty.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -79,14 +79,14 @@
79
79
  "async-lock": "^1.4.1",
80
80
  "generic-pool": "^3.9.0",
81
81
  "ioredis": "^5.9.2",
82
- "koatty_lib": "^1.4.5",
83
- "koatty_logger": "^2.3.4",
84
82
  "lodash": "^4.17.23",
85
- "lru-cache": "^11.2.5"
83
+ "lru-cache": "^11.2.5",
84
+ "koatty_lib": "1.4.5",
85
+ "koatty_logger": "2.4.0"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "koatty_lib": "^1.4.5",
89
- "koatty_logger": "^2.3.4"
89
+ "koatty_logger": "^2.4.0"
90
90
  },
91
91
  "scripts": {
92
92
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",