koatty_schedule 4.0.6 → 4.0.8

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,28 +1,28 @@
1
1
 
2
2
  
3
- > koatty_schedule@4.0.6 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
3
+ > koatty_schedule@4.0.8 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
4
4
  > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
5
5
 
6
6
 
7
- > koatty_schedule@4.0.6 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
7
+ > koatty_schedule@4.0.8 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
8
8
  > tsup
9
9
 
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.json
12
12
  CLI tsup v8.5.1
13
- CLI Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/tsup.config.ts
13
+ CLI Using tsup config: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/tsup.config.ts
14
14
  CLI Target: node18
15
15
  CLI Cleaning output folder
16
16
  CJS Build start
17
17
  ESM Build start
18
18
  CJS dist/index.js 36.77 KB
19
19
  CJS dist/index.js.map 92.32 KB
20
- CJS ⚡️ Build success in 180ms
20
+ CJS ⚡️ Build success in 332ms
21
21
  ESM dist/index.mjs 35.33 KB
22
22
  ESM dist/index.mjs.map 92.24 KB
23
- ESM ⚡️ Build success in 181ms
23
+ ESM ⚡️ Build success in 332ms
24
24
 
25
- > koatty_schedule@4.0.6 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
25
+ > koatty_schedule@4.0.8 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
26
26
  > bash ../../scripts/build-dts.sh
27
27
 
28
28
  🔨 Building type declarations for koatty-schedule...
@@ -44,8 +44,8 @@
44
44
  Using configuration from ./api-extractor.json
45
45
  Analysis will use the bundled TypeScript version 5.8.2
46
46
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
47
- Writing: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/temp/koatty_schedule.api.json
48
- Writing package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/dist/index.d.ts
47
+ Writing: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/temp/koatty_schedule.api.json
48
+ Writing package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/dist/index.d.ts
49
49
  Warning: src/decorator/redlock.ts:18:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
50
50
  Warning: src/decorator/redlock.ts:19:20 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
51
51
  Warning: src/decorator/redlock.ts:19:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
@@ -75,7 +75,7 @@ Analysis will use the bundled TypeScript version 5.8.2
75
75
  API Extractor completed successfully
76
76
  ⠙✅ Type declarations built successfully
77
77
 
78
- > koatty_schedule@4.0.6 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
78
+ > koatty_schedule@4.0.8 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
79
79
  > api-documenter markdown --input temp --output docs/api
80
80
 
81
81
 
@@ -96,7 +96,7 @@ Unsupported block tag: @export
96
96
  Unsupported block tag: @export
97
97
  Unsupported block tag: @export
98
98
 
99
- > koatty_schedule@4.0.6 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
99
+ > koatty_schedule@4.0.8 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
100
100
  > node ../../scripts/postBuild.js
101
101
 
102
102
  📦 postBuild: koatty-schedule
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_container@2.0.8
9
+ - koatty_core@2.1.9
10
+
11
+ ## 4.0.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - koatty_container@2.0.7
17
+ - koatty_core@2.1.8
18
+
3
19
  ## 4.0.6
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - Updated dependencies
24
+ - koatty_lib@1.4.8
8
25
  - koatty_container@2.0.6
9
- - koatty_core@2.1.6
26
+ - koatty_core@2.1.7
27
+ - koatty_logger@2.8.4
28
+ - koatty_store@2.0.5
10
29
 
11
30
  ## 4.0.5
12
31
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-11 11:42:08
3
+ * @Date: 2026-03-08 12:45:14
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
@@ -13,7 +13,7 @@ var Redis__default = /*#__PURE__*/_interopDefault(Redis);
13
13
 
14
14
  /*!
15
15
  * @Author: richen
16
- * @Date: 2026-02-11 03:41:57
16
+ * @Date: 2026-03-08 04:45:07
17
17
  * @License: BSD (3-Clause)
18
18
  * @Copyright (c) - <richenlin(at)gmail.com>
19
19
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import { CronJob } from 'cron';
7
7
 
8
8
  /*!
9
9
  * @Author: richen
10
- * @Date: 2026-02-11 03:41:57
10
+ * @Date: 2026-03-08 04:45:07
11
11
  * @License: BSD (3-Clause)
12
12
  * @Copyright (c) - <richenlin(at)gmail.com>
13
13
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_schedule",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "description": "Schedule for koatty.",
5
5
  "scripts": {
6
6
  "build": "pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp",
@@ -71,17 +71,17 @@
71
71
  "@sesamecare-oss/redlock": "^1.4.0",
72
72
  "cron": "^4.4.0",
73
73
  "ioredis": "^5.9.2",
74
- "koatty_container": "^2.0.6",
75
- "koatty_core": "^2.1.6",
76
- "koatty_lib": "^1.4.7",
77
- "koatty_logger": "^2.8.3",
78
- "koatty_store": "^2.0.4"
74
+ "koatty_container": "^2.0.8",
75
+ "koatty_core": "^2.1.9",
76
+ "koatty_lib": "^1.4.8",
77
+ "koatty_logger": "^2.8.4",
78
+ "koatty_store": "^2.0.5"
79
79
  },
80
80
  "peerDependencies": {
81
- "koatty_container": "^2.0.6",
82
- "koatty_core": "^2.1.6",
83
- "koatty_lib": "^1.4.7",
84
- "koatty_logger": "^2.8.3"
81
+ "koatty_container": "^2.0.8",
82
+ "koatty_core": "^2.1.9",
83
+ "koatty_lib": "^1.4.8",
84
+ "koatty_logger": "^2.8.4"
85
85
  },
86
86
  "types": "./index.d.ts"
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_schedule",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "description": "Schedule for koatty.",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -60,17 +60,17 @@
60
60
  "@sesamecare-oss/redlock": "^1.4.0",
61
61
  "cron": "^4.4.0",
62
62
  "ioredis": "^5.9.2",
63
- "koatty_container": "2.0.6",
64
- "koatty_lib": "1.4.7",
65
- "koatty_logger": "2.8.3",
66
- "koatty_store": "2.0.4",
67
- "koatty_core": "2.1.6"
63
+ "koatty_container": "2.0.8",
64
+ "koatty_core": "2.1.9",
65
+ "koatty_lib": "1.4.8",
66
+ "koatty_logger": "2.8.4",
67
+ "koatty_store": "2.0.5"
68
68
  },
69
69
  "peerDependencies": {
70
- "koatty_container": "^2.0.6",
71
- "koatty_core": "^2.1.6",
72
- "koatty_lib": "^1.4.7",
73
- "koatty_logger": "^2.8.3"
70
+ "koatty_container": "^2.0.8",
71
+ "koatty_core": "^2.1.9",
72
+ "koatty_lib": "^1.4.8",
73
+ "koatty_logger": "^2.8.4"
74
74
  },
75
75
  "types": "./dist/index.d.ts",
76
76
  "scripts": {