koatty_schedule 4.0.0 → 4.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.
- package/.turbo/turbo-build.log +9 -9
- package/CHANGELOG.md +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +6 -6
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_schedule@4.0.
|
|
3
|
+
> koatty_schedule@4.0.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_schedule@4.0.
|
|
7
|
+
> koatty_schedule@4.0.2 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
|
-
[1G[0K[1G[0K[36m
|
|
10
|
+
[1G[0K[1G[0K⠙[1G[0K[36m
|
|
11
11
|
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
-
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m3.3s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_schedule@4.0.
|
|
14
|
+
> koatty_schedule@4.0.2 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-schedule...
|
|
@@ -64,10 +64,10 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
64
64
|
API Extractor completed successfully
|
|
65
65
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
66
66
|
[1G[0K⠙[1G[0K
|
|
67
|
-
> koatty_schedule@4.0.
|
|
67
|
+
> koatty_schedule@4.0.2 build:doc
|
|
68
68
|
> npx api-documenter markdown --input temp --output docs/api
|
|
69
69
|
|
|
70
|
-
[1G[0K[1G[0K
|
|
70
|
+
[1G[0K[1G[0K⠙[1G[0K
|
|
71
71
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
72
72
|
[22m
|
|
73
73
|
Reading koatty_schedule.api.json
|
|
@@ -85,7 +85,7 @@ Unsupported block tag: @export
|
|
|
85
85
|
Unsupported block tag: @export
|
|
86
86
|
Unsupported block tag: @export
|
|
87
87
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
88
|
-
> koatty_schedule@4.0.
|
|
88
|
+
> koatty_schedule@4.0.2 build:cp
|
|
89
89
|
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
90
90
|
|
|
91
|
-
[1G[0K[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
91
|
+
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.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
|
+
## 4.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
|
## 4.0.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"build:dts": "bash ../../scripts/build-dts.sh",
|
|
11
11
|
"eslint": "eslint --ext .ts,.js ./",
|
|
12
12
|
"lock": "npm i --package-lock-only",
|
|
13
|
-
"prepublishOnly": "npm test && npm run build
|
|
13
|
+
"prepublishOnly": "npm test && npm run build",
|
|
14
14
|
"prerelease": "npm test && npm run build",
|
|
15
15
|
"test": "npm run eslint && jest --passWithNoTests",
|
|
16
16
|
"test:cov": "jest --collectCoverage --detectOpenHandles"
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"koatty_store": "workspace:*"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"koatty_container": "^2.0.
|
|
97
|
-
"koatty_core": "^2.1.
|
|
98
|
-
"koatty_lib": "^1.4.
|
|
99
|
-
"koatty_logger": "^2.4.
|
|
96
|
+
"koatty_container": "^2.0.2",
|
|
97
|
+
"koatty_core": "^2.1.2",
|
|
98
|
+
"koatty_lib": "^1.4.6",
|
|
99
|
+
"koatty_logger": "^2.4.2"
|
|
100
100
|
}
|
|
101
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"@sesamecare-oss/redlock": "^1.4.0",
|
|
74
74
|
"cron": "^4.4.0",
|
|
75
75
|
"ioredis": "^5.9.2",
|
|
76
|
-
"koatty_container": "2.0.
|
|
77
|
-
"
|
|
78
|
-
"koatty_lib": "1.4.
|
|
79
|
-
"
|
|
80
|
-
"
|
|
76
|
+
"koatty_container": "2.0.2",
|
|
77
|
+
"koatty_core": "2.1.2",
|
|
78
|
+
"koatty_lib": "1.4.6",
|
|
79
|
+
"koatty_logger": "2.4.2",
|
|
80
|
+
"koatty_store": "2.0.2"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"koatty_container": "^2.0.
|
|
84
|
-
"koatty_core": "^2.1.
|
|
85
|
-
"koatty_lib": "^1.4.
|
|
86
|
-
"koatty_logger": "^2.4.
|
|
83
|
+
"koatty_container": "^2.0.2",
|
|
84
|
+
"koatty_core": "^2.1.2",
|
|
85
|
+
"koatty_lib": "^1.4.6",
|
|
86
|
+
"koatty_logger": "^2.4.2"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|