Comparing version 6.0.6 to 6.0.7
{ | ||
"name": "croner", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.", | ||
@@ -54,4 +54,3 @@ "author": "Hexagon <github.com/hexagon>", | ||
"build:minify": "uglifyjs dist/croner.umd.js --source-map -o dist/croner.umd.min.js && uglifyjs dist/croner.js --source-map -o dist/croner.min.js && uglifyjs dist/croner.cjs --source-map -o dist/croner.min.cjs", | ||
"build:typings": "tsc && tsc --build tsconfig.cjs.json", | ||
"build:docs": "((rm -rf dist-docs/* || rd /S /Q dist-docs) && jsdoc -c .jsdoc.json) || jsdoc -c .jsdoc.json" | ||
"build:typings": "tsc && tsc --build tsconfig.cjs.json" | ||
}, | ||
@@ -78,8 +77,7 @@ "type": "module", | ||
"devDependencies": { | ||
"eslint": "^8.43.0", | ||
"jsdoc": "^4.0.0", | ||
"minitz": "^4.0.0", | ||
"rollup": "^3.25.1", | ||
"typescript": "^5.1.3", | ||
"uglify-js": "^3.17.1", | ||
"eslint": "^8.45.0", | ||
"minitz": "^4.0.5", | ||
"rollup": "^3.26.3", | ||
"typescript": "^5.1.6", | ||
"uglify-js": "^3.17.4", | ||
"uvu": "^0.5.6" | ||
@@ -86,0 +84,0 @@ }, |
<p align="center"> | ||
<img src="https://cdn.jsdelivr.net/gh/hexagon/croner@master/croner.png" alt="Croner" width="150" height="150"><br> | ||
Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. All features. Node. Deno. Bun. Browser. <br><br>Try it live on <a href="https://jsfiddle.net/hexag0n/hoa8kwsb/">jsfiddle</a>.<br> | ||
Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. All features. Node. Deno. Bun. Browser. <br><br>Try it live on <a href="https://jsfiddle.net/hexag0n/hoa8kwsb/">jsfiddle</a>, and check out the full documentation on <a href="https://hexagon.github.io/croner">hexagon.github.io/croner</a>.<br> | ||
</p> | ||
@@ -16,5 +16,5 @@ | ||
* Works in browsers as standalone, UMD or ES-module. | ||
* Target different [time zones](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md#time-zone). | ||
* Built-in [overrun protection](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md#overrun-protection) | ||
* Built-in [error handling](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md#error-handling) | ||
* Target different [time zones](https://hexagon.github.io/croner/usage/examples.html#time-zone). | ||
* Built-in [overrun protection](https://hexagon.github.io/croner/usage/examples.html#overrun-protection) | ||
* Built-in [error handling](https://hexagon.github.io/croner/usage/examples.html#error-handling) | ||
* Includes [TypeScript](https://www.typescriptlang.org/) typings. | ||
@@ -48,8 +48,10 @@ * Support for asynchronous functions. | ||
More [examples](https://github.com/Hexagon/croner/blob/master/docs/EXAMPLES.md)... | ||
More [examples](https://hexagon.github.io/croner/usage/examples.html)... | ||
## Installation | ||
Full documentation on installation and usage is found at <https://hexagon.github.io/croner> | ||
> **Note** | ||
> If you are migrating from a different library such as `cron` or `node-cron`, or upgrading from a older version of croner, see [MIGRATION.md](https://github.com/Hexagon/croner/blob/master/docs/MIGRATION.md). | ||
> If you are migrating from a different library such as `cron` or `node-cron`, or upgrading from a older version of croner, see the [migration section](https://hexagon.github.io/croner/migration.html) of the manual. | ||
@@ -300,3 +302,3 @@ Install croner using your favorite package manager or CDN. then include it in you project: | ||
See [Contribution Guide](https://github.com/Hexagon/croner/blob/master/docs/CONTRIBUTING.md) | ||
See [Contribution Guide](https://hexagon.github.io/croner/contributing.html) | ||
@@ -303,0 +305,0 @@ ... or ... |
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
107433
6
309