expressots-cron
Advanced tools
Comparing version 1.0.2 to 1.1.0
## 1.1.0 (2024-09-25) | ||
### Features | ||
* add constants ([012c0bd](https://github.com/LhonRafaat/expressots-cron/commit/012c0bd5aa1c305be4deb70a071bca8b3e45f71d)) | ||
* add create cron helper ([2647dbf](https://github.com/LhonRafaat/expressots-cron/commit/2647dbf81a213fa4ff67562608b96b67f233753a)) | ||
* add cron db ([8547bc0](https://github.com/LhonRafaat/expressots-cron/commit/8547bc00d5d41293e56608941755a93f3b45cd89)) | ||
* add cron decorator ([1588693](https://github.com/LhonRafaat/expressots-cron/commit/1588693b4cf72b971a07681b436cf06c9ffe79fd)) | ||
* add cron decorator init ([89cf18a](https://github.com/LhonRafaat/expressots-cron/commit/89cf18aae0979b4c553ffd0f5fe22578d8a3ba48)) | ||
* add cron metadata helpers ([633fbce](https://github.com/LhonRafaat/expressots-cron/commit/633fbcee62fb070c208e600add0569f9a438d3a7)) | ||
* add cron package and its types ([af44196](https://github.com/LhonRafaat/expressots-cron/commit/af4419630bdc00a42787f30734abd51a6143dca3)) | ||
* add cron provider ([c76858f](https://github.com/LhonRafaat/expressots-cron/commit/c76858f8305cb88b51fbe6ce68a7c4d20def4220)) | ||
* add getTask function ([3de9340](https://github.com/LhonRafaat/expressots-cron/commit/3de93407a3b62b2580a91feb17270e39e31e8fe8)) | ||
* add getTask type ([4cd7875](https://github.com/LhonRafaat/expressots-cron/commit/4cd787525124b7dd66f5685667e92e89d816b702)) | ||
* add uuid ([7a58d98](https://github.com/LhonRafaat/expressots-cron/commit/7a58d98b6296f375926221143866d30201d33561)) | ||
* bump @codecov/vite-plugin from 0.0.1-beta.10 to 1.1.0 ([f6cd74a](https://github.com/LhonRafaat/expressots-cron/commit/f6cd74aad8c253843413bc161da95d57f915f28b)) | ||
* bump @commitlint/cli from 19.4.0 to 19.5.0 ([83f8ba9](https://github.com/LhonRafaat/expressots-cron/commit/83f8ba90215936ddb2d58cc00e0098fc1fc5e9af)) | ||
* bump @expressots/core from 2.16.1 to 2.16.2 ([097946b](https://github.com/LhonRafaat/expressots-cron/commit/097946b4bc306bcd7e5de2a8c4ce848d59d504c3)) | ||
* bump @release-it/conventional-changelog from 8.0.1 to 8.0.2 ([6d41f88](https://github.com/LhonRafaat/expressots-cron/commit/6d41f88eaedc2a6bd06df54a53443b783471ed6f)) | ||
* bump @typescript-eslint/eslint-plugin from 8.2.0 to 8.6.0 ([6209385](https://github.com/LhonRafaat/expressots-cron/commit/6209385ef3620caed2b0db05b0162ee8ba6ccd68)) | ||
* bump eslint from 8.57.0 to 9.10.0 ([690b31c](https://github.com/LhonRafaat/expressots-cron/commit/690b31c6417d8bd66e5a112840d46ed56a631f72)) | ||
* bump husky from 9.1.5 to 9.1.6 ([22d3324](https://github.com/LhonRafaat/expressots-cron/commit/22d3324232715ae8227b44a3522cdc8f0b1a4f4e)) | ||
* bump vite from 5.4.2 to 5.4.6 ([3577f45](https://github.com/LhonRafaat/expressots-cron/commit/3577f455ac283144186b569cb7d8978250ae5fce)) | ||
* export types and provider ([a154847](https://github.com/LhonRafaat/expressots-cron/commit/a15484706ebd4e36fb8d3aeb0d811227793cb089)) | ||
* migrate eslintrc ([dd9c7b2](https://github.com/LhonRafaat/expressots-cron/commit/dd9c7b24701959f2ae4ddc3a45dcf648f83310fe)) | ||
### Bug Fixes | ||
* fix cron interface name ([67039db](https://github.com/LhonRafaat/expressots-cron/commit/67039dbc97481dde451a7011a97521f21eb69cd5)) | ||
* remove test pckg ([9d9fff2](https://github.com/LhonRafaat/expressots-cron/commit/9d9fff20c58bb307807e264a81478eaebfead2ef)) | ||
* resolve expressots/core in vitest config ([9895905](https://github.com/LhonRafaat/expressots-cron/commit/98959054194a3e917bd626df5f9ab49db441a83f)) | ||
* test folder location pointing ([6cab77a](https://github.com/LhonRafaat/expressots-cron/commit/6cab77a19e66a1c8322f71cf43bca89804e99aa4)) | ||
### Documentation | ||
* update readme ([8c86b98](https://github.com/LhonRafaat/expressots-cron/commit/8c86b9844e43fb188da34c635786a5462ff65f48)) | ||
* update readme ([28b48e1](https://github.com/LhonRafaat/expressots-cron/commit/28b48e15989ec6594cbd913267e4eb5b8a4089cc)) | ||
### Code Refactoring | ||
* adapt set metadata to new implementation ([a6c86e1](https://github.com/LhonRafaat/expressots-cron/commit/a6c86e1e72e40ad0cf49744f626e0be1b9b716d2)) | ||
* adapt the decorator and provider to the new inferface implementation ([5f07da5](https://github.com/LhonRafaat/expressots-cron/commit/5f07da596d119b552860228a55fd41aa3ac9b022)) | ||
* folder structure ([007d925](https://github.com/LhonRafaat/expressots-cron/commit/007d925537be172d9365d7f2c3cde52799db8a9c)) | ||
* ignore eslintrc ([f31deed](https://github.com/LhonRafaat/expressots-cron/commit/f31deed0f35f4eef1ead25162516c0f3ddfb2617)) | ||
* initialize jobs in cron db ([43b92cc](https://github.com/LhonRafaat/expressots-cron/commit/43b92ccf51a6c52fd3ffab45c20c240cd7aeefdd)) | ||
* refactor cron decorator ([f6c59ec](https://github.com/LhonRafaat/expressots-cron/commit/f6c59ec9f6e1723305de8daf86d0fbc9d97013f3)) | ||
* refactor cron interface ([1d6eff4](https://github.com/LhonRafaat/expressots-cron/commit/1d6eff48a67bdb46ded249fb10e4cdd84bdcd8f8)) | ||
* refactoring provider wip ([047adb2](https://github.com/LhonRafaat/expressots-cron/commit/047adb2a8a6763afee252f565eb2f79ad7a308a3)) | ||
* remove cron init decorator ([b4c5cf5](https://github.com/LhonRafaat/expressots-cron/commit/b4c5cf5bd99cd2e8b10137fc74f448d3594297e5)) | ||
* remove extra param ([7cd175c](https://github.com/LhonRafaat/expressots-cron/commit/7cd175ca150df28d0713b09975fed87892b4bd71)) | ||
* remove generated files ([3b4fe82](https://github.com/LhonRafaat/expressots-cron/commit/3b4fe82ee4c0220f260fb70d76cd9855b1a89503)) | ||
* removed extra types and add new ones ([6c053d2](https://github.com/LhonRafaat/expressots-cron/commit/6c053d2836cac872099b6dc6b8abc504c25b8914)) | ||
* update cron symbol name ([aaefefc](https://github.com/LhonRafaat/expressots-cron/commit/aaefefc4f0445539fc122f6a43be7efba43b17e5)) | ||
* update keywords ([ae79494](https://github.com/LhonRafaat/expressots-cron/commit/ae7949463365b9259672691660f09445be860780)) | ||
* update package json information ([23dc5b5](https://github.com/LhonRafaat/expressots-cron/commit/23dc5b56062b261a52be4c0fc6f66fc71a4da8c4)) | ||
* update package name and some consistency ([de54078](https://github.com/LhonRafaat/expressots-cron/commit/de540789900e91c3995c853d2b429ebcc0cf71dd)) | ||
### Tests | ||
* add cron provider tests ([d738496](https://github.com/LhonRafaat/expressots-cron/commit/d7384966ada4325f7b7f319bd6bc0533bffa631d)) | ||
* add express and dotenv as dev for tests (?) ([ea1400a](https://github.com/LhonRafaat/expressots-cron/commit/ea1400a54e2f6687dd9301adf2d6e98c775662bc)) | ||
* add more test cases ([06e5db0](https://github.com/LhonRafaat/expressots-cron/commit/06e5db01dd0747b031bc63defab314b6ab0144ef)) | ||
* some more checks ([59ac3ef](https://github.com/LhonRafaat/expressots-cron/commit/59ac3ef9af322694273ee5c6a881802929c10a6e)), closes [#11](https://github.com/LhonRafaat/expressots-cron/issues/11) | ||
### Build System | ||
* update version ([a664e9d](https://github.com/LhonRafaat/expressots-cron/commit/a664e9d337282ce516a9e42c7d3712176b4be06c)) | ||
## 0.0.1 (2023-09-05) | ||
@@ -8,2 +82,2 @@ | ||
* testing commitlint ([0e78653](https://github.com/expressots/<<repo_name>>/commit/0e786539402f69fdca3fe5b684d850e523db7698)) | ||
* testing commitlint ([0e78653](https://github.com/expressots/<<repo_name>>/commit/0e786539402f69fdca3fe5b684d850e523db7698)) |
@@ -21,3 +21,2 @@ "use strict"; | ||
const constants_1 = require("./constants"); | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
let CronProvider = class CronProvider { | ||
@@ -24,0 +23,0 @@ constructor() { |
{ | ||
"name": "expressots-cron", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Expressots - Cron Provider (expressots-cron)", | ||
@@ -62,3 +62,3 @@ "author": "Lhon Rafaat Mohammed", | ||
"dependencies": { | ||
"@expressots/core": "2.16.1", | ||
"@expressots/core": "2.16.2", | ||
"cron": "^3.1.7", | ||
@@ -70,19 +70,21 @@ "inversify": "6.0.2", | ||
"devDependencies": { | ||
"@codecov/vite-plugin": "0.0.1-beta.10", | ||
"@commitlint/cli": "19.4.0", | ||
"@codecov/vite-plugin": "1.1.0", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@release-it/conventional-changelog": "8.0.1", | ||
"@release-it/conventional-changelog": "8.0.2", | ||
"@types/express": "4.17.21", | ||
"@types/node": "^22.5.1", | ||
"@types/reflect-metadata": "^0.1.0", | ||
"@typescript-eslint/eslint-plugin": "8.2.0", | ||
"@typescript-eslint/eslint-plugin": "8.6.0", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"@vitest/coverage-v8": "2.0.5", | ||
"eslint": "8.57.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "9.10.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"husky": "9.1.5", | ||
"express": "^4.19.2", | ||
"husky": "9.1.6", | ||
"prettier": "3.3.3", | ||
"release-it": "17.6.0", | ||
"typescript": "^5.5.4", | ||
"vite": "5.4.2", | ||
"vite": "5.4.6", | ||
"vite-tsconfig-paths": "5.0.1", | ||
@@ -89,0 +91,0 @@ "vitest": "2.0.5" |
@@ -1,2 +0,2 @@ | ||
# Expressots-cron Package | ||
# Expressots-cron | ||
@@ -3,0 +3,0 @@ ## About |
{ | ||
"name": "expressots-cron", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Expressots - Cron Provider (expressots-cron)", | ||
@@ -62,3 +62,3 @@ "author": "Lhon Rafaat Mohammed", | ||
"dependencies": { | ||
"@expressots/core": "2.16.1", | ||
"@expressots/core": "2.16.2", | ||
"cron": "^3.1.7", | ||
@@ -70,19 +70,21 @@ "inversify": "6.0.2", | ||
"devDependencies": { | ||
"@codecov/vite-plugin": "0.0.1-beta.10", | ||
"@commitlint/cli": "19.4.0", | ||
"@codecov/vite-plugin": "1.1.0", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@release-it/conventional-changelog": "8.0.1", | ||
"@release-it/conventional-changelog": "8.0.2", | ||
"@types/express": "4.17.21", | ||
"@types/node": "^22.5.1", | ||
"@types/reflect-metadata": "^0.1.0", | ||
"@typescript-eslint/eslint-plugin": "8.2.0", | ||
"@typescript-eslint/eslint-plugin": "8.6.0", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"@vitest/coverage-v8": "2.0.5", | ||
"eslint": "8.57.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "9.10.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"husky": "9.1.5", | ||
"express": "^4.19.2", | ||
"husky": "9.1.6", | ||
"prettier": "3.3.3", | ||
"release-it": "17.6.0", | ||
"typescript": "^5.5.4", | ||
"vite": "5.4.2", | ||
"vite": "5.4.6", | ||
"vite-tsconfig-paths": "5.0.1", | ||
@@ -89,0 +91,0 @@ "vitest": "2.0.5" |
@@ -1,2 +0,2 @@ | ||
# Expressots-cron Package | ||
# Expressots-cron | ||
@@ -3,0 +3,0 @@ ## About |
39589
21
303
+ Added@expressots/core@2.16.2(transitive)
- Removed@expressots/core@2.16.1(transitive)
Updated@expressots/core@2.16.2