Comparing version 6.0.5-dev.0 to 6.0.5
{ | ||
"name": "croner", | ||
"version": "6.0.5-dev.0", | ||
"version": "6.0.5", | ||
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.", | ||
@@ -30,8 +30,8 @@ "author": "Hexagon <github.com/hexagon>", | ||
"cron", | ||
"front-end", | ||
"backend", | ||
"parser", | ||
"croner", | ||
"schedule", | ||
"sheduler", | ||
"front-end", | ||
"backend", | ||
"scheduler", | ||
"timer", | ||
@@ -47,8 +47,7 @@ "task", | ||
"test:bun": "bun wiptest test/bun", | ||
"test:coverage": "c8 --include=src npm test", | ||
"test:lint": "eslint ./**/*.js ./**/*.cjs", | ||
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs", | ||
"test:ts": "tsc --strict --noEmit ./test/node/ts/basics.ts", | ||
"build": "npm update && npm run build:precleanup && npm run test:lint && npm run build:dist && npm run build:typings && npm run build:minify && npm run test:coverage && npm run test:dist", | ||
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:coverage && npm run test:dist", | ||
"build": "npm update && npm run build:precleanup && npm run test:lint && npm run build:dist && npm run build:typings && npm run build:minify && npm run test:dist", | ||
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:dist", | ||
"build:precleanup": "(rm -rf types/* || del /Q types\\*) && (rm -rf dist/* || del /Q dist\\*)", | ||
@@ -80,4 +79,3 @@ "build:dist": "rollup -c ./rollup.config.js", | ||
"devDependencies": { | ||
"c8": "^7.14.0", | ||
"eslint": "^8.42.0", | ||
"eslint": "^8.43.0", | ||
"jsdoc": "^4.0.0", | ||
@@ -84,0 +82,0 @@ "minitz": "^4.0.0", |
@@ -47,3 +47,3 @@ <p align="center"> | ||
More [examples](#examples)... | ||
More [examples](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md)... | ||
@@ -50,0 +50,0 @@ ## Installation |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7
0
107449