@tachybase/module-cron 0.23.22 → 0.23.35
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.
|
@@ -237,6 +237,18 @@ export declare const table: {
|
|
|
237
237
|
};
|
|
238
238
|
};
|
|
239
239
|
properties: {
|
|
240
|
+
filter: {
|
|
241
|
+
type: string;
|
|
242
|
+
title: string;
|
|
243
|
+
"x-action": string;
|
|
244
|
+
"x-designer": string;
|
|
245
|
+
"x-component": string;
|
|
246
|
+
"x-use-component-props": string;
|
|
247
|
+
"x-component-props": {
|
|
248
|
+
icon: string;
|
|
249
|
+
};
|
|
250
|
+
"x-align": string;
|
|
251
|
+
};
|
|
240
252
|
refresher: {
|
|
241
253
|
type: string;
|
|
242
254
|
title: string;
|
|
@@ -857,6 +869,18 @@ export declare const schema: {
|
|
|
857
869
|
};
|
|
858
870
|
};
|
|
859
871
|
properties: {
|
|
872
|
+
filter: {
|
|
873
|
+
type: string;
|
|
874
|
+
title: string;
|
|
875
|
+
"x-action": string;
|
|
876
|
+
"x-designer": string;
|
|
877
|
+
"x-component": string;
|
|
878
|
+
"x-use-component-props": string;
|
|
879
|
+
"x-component-props": {
|
|
880
|
+
icon: string;
|
|
881
|
+
};
|
|
882
|
+
"x-align": string;
|
|
883
|
+
};
|
|
860
884
|
refresher: {
|
|
861
885
|
type: string;
|
|
862
886
|
title: string;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/database": "0.23.
|
|
4
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.35",
|
|
3
|
+
"@tachybase/database": "0.23.35",
|
|
4
|
+
"@tachybase/server": "0.23.35",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/utils": "0.23.
|
|
6
|
+
"@tachybase/utils": "0.23.35",
|
|
7
7
|
"antd": "5.22.5",
|
|
8
|
-
"@tachybase/schema": "0.23.
|
|
9
|
-
"@tachybase/module-workflow": "0.23.
|
|
10
|
-
"@tachybase/actions": "0.23.
|
|
8
|
+
"@tachybase/schema": "0.23.35",
|
|
9
|
+
"@tachybase/module-workflow": "0.23.35",
|
|
10
|
+
"@tachybase/actions": "0.23.35"
|
|
11
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"
|
|
1
|
+
{"name":"cron-parser","version":"4.9.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"types/index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^3.2.1"},"devDependencies":{"eslint":"^8.27.0","sinon":"^15.0.1","tap":"^16.3.3","tsd":"^0.26.0"},"engines":{"node":">=12.0.0"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"files":["lib","types","LICENSE","README.md"],"_lastModified":"2025-01-16T06:28:03.781Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-cron",
|
|
3
|
-
"
|
|
3
|
+
"displayName": "Cron job",
|
|
4
|
+
"version": "0.23.35",
|
|
5
|
+
"description": "Schedule tasks to run at specific times, using a workflow approach",
|
|
4
6
|
"main": "dist/server/index.js",
|
|
5
7
|
"dependencies": {},
|
|
6
8
|
"devDependencies": {
|
|
@@ -9,15 +11,17 @@
|
|
|
9
11
|
"react-js-cron": "^3.2.0"
|
|
10
12
|
},
|
|
11
13
|
"peerDependencies": {
|
|
12
|
-
"@tachybase/actions": "0.23.
|
|
13
|
-
"@tachybase/client": "0.23.
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/utils": "0.23.
|
|
14
|
+
"@tachybase/actions": "0.23.35",
|
|
15
|
+
"@tachybase/client": "0.23.35",
|
|
16
|
+
"@tachybase/database": "0.23.35",
|
|
17
|
+
"@tachybase/schema": "0.23.35",
|
|
18
|
+
"@tachybase/server": "0.23.35",
|
|
19
|
+
"@tachybase/module-workflow": "0.23.35",
|
|
20
|
+
"@tachybase/test": "0.23.35",
|
|
21
|
+
"@tachybase/utils": "0.23.35"
|
|
20
22
|
},
|
|
23
|
+
"description.zh-CN": "安排任务在特定时间运行,采用工作流的方式",
|
|
24
|
+
"displayName.zh-CN": "定时任务",
|
|
21
25
|
"scripts": {
|
|
22
26
|
"build": "tachybase-build --no-dts @tachybase/module-cron"
|
|
23
27
|
}
|