@tachybase/module-cron 0.23.18 → 0.23.20
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/dist/client/components/EndsByField.d.ts +1 -2
- package/dist/client/components/OnField.d.ts +1 -2
- package/dist/client/components/RepeatField.d.ts +1 -2
- package/dist/client/cron-jobs-table/CronJobsTable.d.ts +2 -3
- package/dist/client/cron-jobs-table/CronJobsTable.schema.d.ts +2 -3
- package/dist/externalVersion.js +7 -7
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/package.json +9 -9
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const ExecutionResourceProvider: ({ params, filter, ...others }: {
|
|
3
2
|
[x: string]: any;
|
|
4
3
|
params: any;
|
|
5
4
|
filter?: {};
|
|
6
|
-
}) =>
|
|
7
|
-
export declare const CronJobsTable: () =>
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const CronJobsTable: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { ISchema } from '@tachybase/schema';
|
|
3
2
|
export declare const table: {
|
|
4
3
|
type: string;
|
|
@@ -198,7 +197,7 @@ export declare const table: {
|
|
|
198
197
|
component: ({ children, onClick }: {
|
|
199
198
|
children: any;
|
|
200
199
|
onClick: any;
|
|
201
|
-
}) =>
|
|
200
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
202
201
|
};
|
|
203
202
|
properties: {
|
|
204
203
|
drawer: {
|
|
@@ -818,7 +817,7 @@ export declare const schema: {
|
|
|
818
817
|
component: ({ children, onClick }: {
|
|
819
818
|
children: any;
|
|
820
819
|
onClick: any;
|
|
821
|
-
}) =>
|
|
820
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
822
821
|
};
|
|
823
822
|
properties: {
|
|
824
823
|
drawer: {
|
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.20",
|
|
3
|
+
"@tachybase/database": "0.23.20",
|
|
4
|
+
"@tachybase/server": "0.23.20",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/utils": "0.23.
|
|
6
|
+
"@tachybase/utils": "0.23.20",
|
|
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.20",
|
|
9
|
+
"@tachybase/module-workflow": "0.23.20",
|
|
10
|
+
"@tachybase/actions": "0.23.20"
|
|
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":"2024-12-
|
|
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":"2024-12-29T06:01:36.136Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-cron",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.20",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"dependencies": {},
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"react-js-cron": "^3.2.0"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@tachybase/actions": "0.23.
|
|
13
|
-
"@tachybase/
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/test": "0.23.
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/utils": "0.23.
|
|
12
|
+
"@tachybase/actions": "0.23.20",
|
|
13
|
+
"@tachybase/client": "0.23.20",
|
|
14
|
+
"@tachybase/database": "0.23.20",
|
|
15
|
+
"@tachybase/module-workflow": "0.23.20",
|
|
16
|
+
"@tachybase/schema": "0.23.20",
|
|
17
|
+
"@tachybase/test": "0.23.20",
|
|
18
|
+
"@tachybase/server": "0.23.20",
|
|
19
|
+
"@tachybase/utils": "0.23.20"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tachybase-build --no-dts @tachybase/module-cron"
|