koatty_cacheable 3.0.0 → 3.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_cacheable@3.0.0 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
3
+ > koatty_cacheable@3.0.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
4
4
  > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
5
 
6
6
 
7
- > koatty_cacheable@3.0.0 build:js
7
+ > koatty_cacheable@3.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 3.6s
12
+ created ./dist/index.js, ./dist/index.mjs in 5.5s
13
13
  ⠙⠙
14
- > koatty_cacheable@3.0.0 build:dts
14
+ > koatty_cacheable@3.0.2 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty-cacheable...
@@ -67,7 +67,7 @@ Analysis will use the bundled TypeScript version 5.8.2
67
67
  API Extractor completed successfully
68
68
  ⠙✅ Type declarations built successfully
69
69
  ⠙
70
- > koatty_cacheable@3.0.0 build:doc
70
+ > koatty_cacheable@3.0.2 build:doc
71
71
  > npx api-documenter markdown --input temp --output docs/api
72
72
 
73
73
  ⠙
@@ -87,8 +87,8 @@ Unsupported block tag: @export
87
87
  Unsupported block tag: @export
88
88
  Unsupported block tag: @return
89
89
  Unsupported block tag: @return
90
- ⠙⠙⠙
91
- > koatty_cacheable@3.0.0 build:cp
90
+ ⠙⠙
91
+ > koatty_cacheable@3.0.2 build:cp
92
92
  > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
93
93
 
94
- ⠙⠙
94
+ ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.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_container@2.0.2
10
+ - koatty_core@2.1.2
11
+ - koatty_lib@1.4.6
12
+ - koatty_logger@2.4.2
13
+ - koatty_store@2.0.2
14
+
15
+ ## 3.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - koatty_container@2.0.1
21
+ - koatty_logger@2.4.1
22
+ - koatty_core@2.1.1
23
+ - koatty_store@2.0.1
24
+
3
25
  ## 3.0.0
4
26
 
5
27
  ### 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:22
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:06
3
+ * @Date: 2026-02-03 16:55:38
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:06
3
+ * @Date: 2026-02-03 16:55:38
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
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",
@@ -89,10 +89,10 @@
89
89
  "koatty_store": "workspace:*"
90
90
  },
91
91
  "peerDependencies": {
92
- "koatty_container": "^2.0.0",
93
- "koatty_core": "^2.1.0",
94
- "koatty_lib": "^1.4.5",
95
- "koatty_logger": "^2.4.0",
96
- "koatty_store": "^2.0.0"
92
+ "koatty_container": "^2.0.2",
93
+ "koatty_core": "^2.1.2",
94
+ "koatty_lib": "^1.4.6",
95
+ "koatty_logger": "^2.4.2",
96
+ "koatty_store": "^2.0.2"
97
97
  }
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_cacheable",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
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_core": "2.1.0",
73
- "koatty_container": "2.0.0",
74
- "koatty_logger": "2.4.0",
75
- "koatty_store": "2.0.0",
76
- "koatty_lib": "1.4.5"
72
+ "koatty_container": "2.0.2",
73
+ "koatty_lib": "1.4.6",
74
+ "koatty_logger": "2.4.2",
75
+ "koatty_core": "2.1.2",
76
+ "koatty_store": "2.0.2"
77
77
  },
78
78
  "peerDependencies": {
79
- "koatty_container": "^2.0.0",
80
- "koatty_core": "^2.1.0",
81
- "koatty_lib": "^1.4.5",
82
- "koatty_logger": "^2.4.0",
83
- "koatty_store": "^2.0.0"
79
+ "koatty_container": "^2.0.2",
80
+ "koatty_core": "^2.1.2",
81
+ "koatty_lib": "^1.4.6",
82
+ "koatty_logger": "^2.4.2",
83
+ "koatty_store": "^2.0.2"
84
84
  },
85
85
  "scripts": {
86
86
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",