@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.
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare function EndsByField({ value, onChange }: {
3
2
  value: any;
4
3
  onChange: any;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare function OnField({ value: propsValue, onChange }: {
3
2
  value: any;
4
3
  onChange: any;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare function RepeatField({ value, onChange }: {
3
2
  value?: any;
4
3
  onChange: any;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -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
- }) => React.JSX.Element;
7
- export declare const CronJobsTable: () => React.JSX.Element;
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
- }) => React.JSX.Element;
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
- }) => React.JSX.Element;
820
+ }) => import("react/jsx-runtime").JSX.Element;
822
821
  };
823
822
  properties: {
824
823
  drawer: {
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.18",
3
- "@tachybase/database": "0.23.18",
4
- "@tachybase/server": "0.23.18",
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.18",
6
+ "@tachybase/utils": "0.23.20",
7
7
  "antd": "5.22.5",
8
- "@tachybase/schema": "0.23.18",
9
- "@tachybase/module-workflow": "0.23.18",
10
- "@tachybase/actions": "0.23.18"
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-26T09:20:03.038Z"}
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.18",
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.18",
13
- "@tachybase/database": "0.23.18",
14
- "@tachybase/schema": "0.23.18",
15
- "@tachybase/server": "0.23.18",
16
- "@tachybase/client": "0.23.18",
17
- "@tachybase/test": "0.23.18",
18
- "@tachybase/module-workflow": "0.23.18",
19
- "@tachybase/utils": "0.23.18"
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"