koatty_cacheable 2.0.5 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty_cacheable@2.0.5 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
3
+ > koatty_cacheable@3.0.1 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
4
4
  > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
5
 
6
6
 
7
- > koatty_cacheable@2.0.5 build:js
7
+ > koatty_cacheable@3.0.1 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
10
  
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 4.8s
12
+ created ./dist/index.js, ./dist/index.mjs in 4.2s
13
13
  ⠙⠙
14
- > koatty_cacheable@2.0.5 build:dts
14
+ > koatty_cacheable@3.0.1 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty-cacheable...
@@ -19,18 +19,12 @@
19
19
 
20
20
  🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
21
21
  ✓ koatty_container type declarations ready
22
+ ✓ koatty_core type declarations ready
22
23
  ✓ koatty_lib type declarations ready
23
24
  ✓ koatty_logger type declarations ready
24
- ⏳ Waiting for: koatty_core, koatty_store (0s)
25
- ✗ koatty_core: not found
26
- ✗ koatty_store: missing .d.ts
27
- ⏳ Waiting for: koatty_core, koatty_store (5s)
28
- ✗ koatty_core: missing .d.ts
29
- ✗ koatty_store: missing .d.ts
30
25
  ✓ koatty_store type declarations ready
31
- ✓ koatty_core type declarations ready
32
26
 
33
- ✅ All dependencies ready (waited 9040ms)
27
+ ✅ All dependencies ready (waited 1ms)
34
28
  📝 Running TypeScript compiler...
35
29
  ⠙⠙📦 Running API Extractor...
36
30
  ⠙
@@ -73,7 +67,7 @@ Analysis will use the bundled TypeScript version 5.8.2
73
67
  API Extractor completed successfully
74
68
  ⠙✅ Type declarations built successfully
75
69
  ⠙
76
- > koatty_cacheable@2.0.5 build:doc
70
+ > koatty_cacheable@3.0.1 build:doc
77
71
  > npx api-documenter markdown --input temp --output docs/api
78
72
 
79
73
  ⠙
@@ -94,7 +88,7 @@ Unsupported block tag: @export
94
88
  Unsupported block tag: @return
95
89
  Unsupported block tag: @return
96
90
  ⠙⠙
97
- > koatty_cacheable@2.0.5 build:cp
91
+ > koatty_cacheable@3.0.1 build:cp
98
92
  > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
99
93
 
100
94
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_container@2.0.1
9
+ - koatty_logger@2.4.1
10
+ - koatty_core@2.1.1
11
+ - koatty_store@2.0.1
12
+
13
+ ## 3.0.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - koatty_container@2.0.0
19
+ - koatty_core@2.1.0
20
+ - koatty_logger@2.4.0
21
+ - koatty_store@2.0.0
22
+
3
23
  ## 2.0.5
4
24
 
5
25
  ### 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-02-03 15:24:02
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:21:42
3
+ * @Date: 2026-02-03 15:23:49
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:21:42
3
+ * @Date: 2026-02-03 15:23:49
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "2.0.5",
3
+ "version": "3.0.1",
4
4
  "description": "Cacheable for koatty.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
@@ -82,17 +82,17 @@
82
82
  "typescript": "^5.x.x"
83
83
  },
84
84
  "dependencies": {
85
- "koatty_container": "^1.17.4",
86
- "koatty_core": "^2.0.14",
87
- "koatty_lib": "^1.4.5",
88
- "koatty_logger": "^2.3.4",
89
- "koatty_store": "^1.9.4"
85
+ "koatty_container": "workspace:*",
86
+ "koatty_core": "workspace:*",
87
+ "koatty_lib": "workspace:*",
88
+ "koatty_logger": "workspace:*",
89
+ "koatty_store": "workspace:*"
90
90
  },
91
91
  "peerDependencies": {
92
- "koatty_container": "^1.17.4",
93
- "koatty_core": "^2.0.14",
92
+ "koatty_container": "^2.0.1",
93
+ "koatty_core": "^2.1.1",
94
94
  "koatty_lib": "^1.4.5",
95
- "koatty_logger": "^2.3.4",
96
- "koatty_store": "^1.9.4"
95
+ "koatty_logger": "^2.4.1",
96
+ "koatty_store": "^2.0.1"
97
97
  }
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "2.0.5",
3
+ "version": "3.0.1",
4
4
  "description": "Cacheable for koatty.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -69,18 +69,18 @@
69
69
  "typescript": "^5.x.x"
70
70
  },
71
71
  "dependencies": {
72
- "koatty_container": "^1.17.4",
73
- "koatty_core": "^2.0.14",
74
- "koatty_lib": "^1.4.5",
75
- "koatty_logger": "^2.3.4",
76
- "koatty_store": "^1.9.4"
72
+ "koatty_container": "2.0.1",
73
+ "koatty_core": "2.1.1",
74
+ "koatty_lib": "1.4.5",
75
+ "koatty_store": "2.0.1",
76
+ "koatty_logger": "2.4.1"
77
77
  },
78
78
  "peerDependencies": {
79
- "koatty_container": "^1.17.4",
80
- "koatty_core": "^2.0.14",
79
+ "koatty_container": "^2.0.1",
80
+ "koatty_core": "^2.1.1",
81
81
  "koatty_lib": "^1.4.5",
82
- "koatty_logger": "^2.3.4",
83
- "koatty_store": "^1.9.4"
82
+ "koatty_logger": "^2.4.1",
83
+ "koatty_store": "^2.0.1"
84
84
  },
85
85
  "scripts": {
86
86
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",