koatty_schedule 4.0.3 → 4.0.5

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,20 +1,31 @@
1
1
 
2
2
  
3
- > koatty_schedule@4.0.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
4
- > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
3
+ > koatty_schedule@4.0.5 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
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.3 build:js
8
- > npx rollup --bundleConfigAsCjs -c .rollup.config.js
7
+ > koatty_schedule@4.0.5 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
8
+ > tsup
9
9
 
10
- 
11
- ./src/index.ts ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 5.4s
13
- ⠙⠙
14
- > koatty_schedule@4.0.3 build:dts
10
+ CLI Building entry: src/index.ts
11
+ CLI Using tsconfig: tsconfig.json
12
+ CLI tsup v8.5.1
13
+ CLI Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/tsup.config.ts
14
+ CLI Target: node18
15
+ CLI Cleaning output folder
16
+ CJS Build start
17
+ ESM Build start
18
+ ESM dist/index.mjs 35.33 KB
19
+ ESM dist/index.mjs.map 92.24 KB
20
+ ESM ⚡️ Build success in 479ms
21
+ CJS dist/index.js 36.77 KB
22
+ CJS dist/index.js.map 92.32 KB
23
+ CJS ⚡️ Build success in 481ms
24
+
25
+ > koatty_schedule@4.0.5 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
15
26
  > bash ../../scripts/build-dts.sh
16
27
 
17
- 🔨 Building type declarations for koatty-schedule...
28
+ 🔨 Building type declarations for koatty-schedule...
18
29
  ⏳ Waiting for dependencies to be ready...
19
30
 
20
31
  🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
@@ -24,7 +35,7 @@
24
35
  ✓ koatty_logger type declarations ready
25
36
  ✓ koatty_store type declarations ready
26
37
 
27
- ✅ All dependencies ready (waited 2ms)
38
+ ✅ All dependencies ready (waited 1ms)
28
39
  📝 Running TypeScript compiler...
29
40
  ⠙⠙📦 Running API Extractor...
30
41
  ⠙
@@ -53,7 +64,7 @@ Analysis will use the bundled TypeScript version 5.8.2
53
64
  Warning: src/decorator/scheduled.ts:30:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
54
65
  Warning: src/decorator/scheduled.ts:31:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
55
66
  Warning: src/decorator/scheduled.ts:31:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
56
- Warning: src/index.ts:62:1 - (ae-forgotten-export) The symbol "ScheduledOptions" needs to be exported by the entry point index.d.ts
67
+ Warning: src/index.ts:63:1 - (ae-forgotten-export) The symbol "ScheduledOptions" needs to be exported by the entry point index.d.ts
57
68
  Warning: src/locker/interface.ts:50:1 - (ae-forgotten-export) The symbol "BaseRedisConfig" needs to be exported by the entry point index.d.ts
58
69
  Warning: src/locker/redlock.ts:79:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
59
70
  Warning: src/locker/redlock.ts:96:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
@@ -63,11 +74,11 @@ Analysis will use the bundled TypeScript version 5.8.2
63
74
 
64
75
  API Extractor completed successfully
65
76
  ⠙✅ Type declarations built successfully
66
- ⠙
67
- > koatty_schedule@4.0.3 build:doc
68
- > npx api-documenter markdown --input temp --output docs/api
69
77
 
70
- ⠙
78
+ > koatty_schedule@4.0.5 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
79
+ > api-documenter markdown --input temp --output docs/api
80
+
81
+
71
82
  api-documenter 7.28.2  - https://api-extractor.com/
72
83
  
73
84
  Reading koatty_schedule.api.json
@@ -84,8 +95,15 @@ Unsupported block tag: @static
84
95
  Unsupported block tag: @export
85
96
  Unsupported block tag: @export
86
97
  Unsupported block tag: @export
87
- ⠙⠙
88
- > koatty_schedule@4.0.3 build:cp
89
- > node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
90
98
 
91
- ⠙⠙⠙
99
+ > koatty_schedule@4.0.5 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
100
+ > node ../../scripts/postBuild.js
101
+
102
+ 📦 postBuild: koatty-schedule
103
+ ✓ Copied package.json to dist/
104
+ ✓ Copied LICENSE to dist/
105
+ ✓ Copied README.md to dist/
106
+ ✓ Fixed paths in dist/package.json
107
+ ✓ Cleaned DTS declarations
108
+ ✅ Done
109
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - build
8
+ - Updated dependencies
9
+ - koatty_container@2.0.5
10
+ - koatty_lib@1.4.7
11
+ - koatty_logger@2.8.3
12
+ - koatty_store@2.0.4
13
+ - koatty_core@2.1.5
14
+
15
+ ## 4.0.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - koatty_logger@2.8.2
21
+ - koatty_container@2.0.4
22
+ - koatty_core@2.1.4
23
+ - koatty_store@2.0.3
24
+
3
25
  ## 4.0.3
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-02-04 10:50:12
3
+ * @Date: 2026-02-10 17:12:32
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/