croner 6.0.5-dev.0 → 6.0.5
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.
- package/README.md +1 -1
- package/package.json +7 -9
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "croner",
|
|
3
|
-
"version": "6.0.5
|
|
3
|
+
"version": "6.0.5",
|
|
4
4
|
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
|
|
5
5
|
"author": "Hexagon <github.com/hexagon>",
|
|
6
6
|
"homepage": "https://hexagon.github.io/croner",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"cron",
|
|
30
|
+
"front-end",
|
|
31
|
+
"backend",
|
|
30
32
|
"parser",
|
|
31
33
|
"croner",
|
|
32
34
|
"schedule",
|
|
33
|
-
"
|
|
34
|
-
"front-end",
|
|
35
|
-
"backend",
|
|
35
|
+
"scheduler",
|
|
36
36
|
"timer",
|
|
37
37
|
"task",
|
|
38
38
|
"job",
|
|
@@ -43,12 +43,11 @@
|
|
|
43
43
|
"test": "uvu test test.croner.js",
|
|
44
44
|
"test:dist": "uvu test/node/js && npm run test:ts",
|
|
45
45
|
"test:bun": "bun wiptest test/bun",
|
|
46
|
-
"test:coverage": "c8 --include=src npm test",
|
|
47
46
|
"test:lint": "eslint ./**/*.js ./**/*.cjs",
|
|
48
47
|
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs",
|
|
49
48
|
"test:ts": "tsc --strict --noEmit ./test/node/ts/basics.ts",
|
|
50
|
-
"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:
|
|
51
|
-
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:
|
|
49
|
+
"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",
|
|
50
|
+
"build:ci": "npm run test:lint && npm run build:dist && npm run build:typings && npm run test:dist",
|
|
52
51
|
"build:precleanup": "(rm -rf types/* || del /Q types\\*) && (rm -rf dist/* || del /Q dist\\*)",
|
|
53
52
|
"build:dist": "rollup -c ./rollup.config.js",
|
|
54
53
|
"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",
|
|
@@ -75,8 +74,7 @@
|
|
|
75
74
|
}
|
|
76
75
|
},
|
|
77
76
|
"devDependencies": {
|
|
78
|
-
"
|
|
79
|
-
"eslint": "^8.42.0",
|
|
77
|
+
"eslint": "^8.43.0",
|
|
80
78
|
"jsdoc": "^4.0.0",
|
|
81
79
|
"minitz": "^4.0.0",
|
|
82
80
|
"rollup": "^3.25.1",
|