@aalis/plugin-cron-engine 0.2.0 → 0.5.0

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@aalis/plugin-cron-engine",
3
- "version": "0.2.0",
3
+ "version": "0.5.0",
4
4
  "license": "MIT",
5
5
  "description": "Cron 定时引擎:解析与触发 cron 表达式任务",
6
6
  "type": "module",
7
7
  "keywords": [
8
+ "aalis",
8
9
  "aalis-plugin"
9
10
  ],
10
11
  "main": "dist/index.js",
@@ -13,15 +14,15 @@
13
14
  "dist"
14
15
  ],
15
16
  "dependencies": {
16
- "@aalis/plugin-cron-engine-api": "^0.2.0"
17
+ "@aalis/plugin-cron-engine-api": "^0.5.0"
17
18
  },
18
19
  "devDependencies": {
19
20
  "@types/node": "^22.0.0",
20
21
  "typescript": "^5.7.0",
21
- "@aalis/core": "0.2.0"
22
+ "@aalis/core": "0.5.0"
22
23
  },
23
24
  "peerDependencies": {
24
- "@aalis/core": "^0.2.0"
25
+ "@aalis/core": ">=0.2.0 <1.0.0"
25
26
  },
26
27
  "aalis": {
27
28
  "service": {