Comparing version 3.2.0 to 3.2.1
@@ -0,1 +1,7 @@ | ||
## [3.2.1](https://github.com/kelektiv/node-cron/compare/v3.2.0...v3.2.1) (2024-11-12) | ||
### π Builds | ||
* migrate eslint config to flat style ([#913](https://github.com/kelektiv/node-cron/issues/913)) ([38c1044](https://github.com/kelektiv/node-cron/commit/38c104492a229123bbbaf0dad943fee2122ece72)), closes [#899](https://github.com/kelektiv/node-cron/issues/899) | ||
## [3.2.0](https://github.com/kelektiv/node-cron/compare/v3.1.9...v3.2.0) (2024-11-12) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "cron", | ||
"description": "Cron jobs for your node", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)", | ||
@@ -17,3 +17,3 @@ "bugs": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"lint:eslint": "eslint src/ tests/ --ext .ts", | ||
"lint:eslint": "eslint src/ tests/", | ||
"lint:prettier": "prettier ./**/*.{json,md,yml} --check", | ||
@@ -33,2 +33,3 @@ "lint": "npm run lint:eslint && npm run lint:prettier", | ||
"@commitlint/cli": "19.5.0", | ||
"@eslint/js": "^9.14.0", | ||
"@fast-check/jest": "2.0.3", | ||
@@ -46,3 +47,2 @@ "@insurgent/commitlint-config": "20.0.0", | ||
"@types/sinon": "17.0.3", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"chai": "4.5.0", | ||
@@ -59,3 +59,4 @@ "eslint": "8.57.1", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.6.3" | ||
"typescript": "5.6.3", | ||
"typescript-eslint": "^7.2.0" | ||
}, | ||
@@ -62,0 +63,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113194
27