@tachybase/module-cron 0.23.8 → 0.23.14

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,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/database": "0.23.8",
4
- "@tachybase/server": "0.23.8",
2
+ "@tachybase/client": "0.23.14",
3
+ "@tachybase/database": "0.23.14",
4
+ "@tachybase/server": "0.23.14",
5
5
  "react": "18.3.1",
6
- "@tachybase/utils": "0.23.8",
6
+ "@tachybase/utils": "0.23.14",
7
7
  "antd": "5.22.5",
8
- "@tachybase/schema": "0.23.8",
9
- "@tachybase/module-workflow": "0.23.8",
10
- "@tachybase/actions": "0.23.8"
8
+ "@tachybase/schema": "0.23.14",
9
+ "@tachybase/module-workflow": "0.23.14",
10
+ "@tachybase/actions": "0.23.14"
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-22T16:07:33.302Z"}
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-26T05:55:43.938Z"}
package/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@tachybase/module-cron",
3
- "version": "0.23.8",
3
+ "version": "0.23.14",
4
4
  "main": "dist/server/index.js",
5
- "dependencies": {
5
+ "dependencies": {},
6
+ "devDependencies": {
6
7
  "antd": "5.22.5",
7
8
  "cron-parser": "4.9.0",
8
9
  "react-js-cron": "^3.2.0"
9
10
  },
10
11
  "peerDependencies": {
11
- "@tachybase/actions": "0.23.8",
12
- "@tachybase/client": "0.23.8",
13
- "@tachybase/database": "0.23.8",
14
- "@tachybase/schema": "0.23.8",
15
- "@tachybase/server": "0.23.8",
16
- "@tachybase/test": "0.23.8",
17
- "@tachybase/module-workflow": "0.23.8",
18
- "@tachybase/utils": "0.23.8"
12
+ "@tachybase/actions": "0.23.14",
13
+ "@tachybase/client": "0.23.14",
14
+ "@tachybase/database": "0.23.14",
15
+ "@tachybase/schema": "0.23.14",
16
+ "@tachybase/module-workflow": "0.23.14",
17
+ "@tachybase/server": "0.23.14",
18
+ "@tachybase/test": "0.23.14",
19
+ "@tachybase/utils": "0.23.14"
19
20
  },
20
21
  "scripts": {
21
22
  "build": "tachybase-build --no-dts @tachybase/module-cron"
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/module-cron@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/module-cron
4
- > tachybase-build --no-dts @tachybase/module-cron
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/module-cron: module-cron build start
8
- @tachybase/module-cron: build plugin client
9
- @tachybase/module-cron: build plugin server source
10
- @tachybase/module-cron: delete server files
11
- @tachybase/module-cron: build plugin server dependencies
12
- @tachybase/module-cron: These packages cron-parser will be bundled to dist/node_modules. These packages @tachybase/database, @tachybase/server, @tachybase/actions, @tachybase/utils, @tachybase/module-workflow will be exclude.
13
- @tachybase/module-cron: write external version
14
-