Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "arehs", | ||
"version": "1.1.3", | ||
"description": "The ares ensures the best possible large batch processing, which is oriented towards event-driven chunk processing.", | ||
"version": "1.1.4", | ||
"description": "The arehs ensures the best possible large batch processing, which is oriented towards event-driven chunk processing.", | ||
"main": "dist/cjs/index.js", | ||
@@ -32,17 +32,26 @@ "module": "dist/mjs/index.js", | ||
"async", | ||
"asynciterator", | ||
"await", | ||
"promise", | ||
"promisepool", | ||
"promise-pool", | ||
"event", | ||
"promiseall", | ||
"typescript", | ||
"batch", | ||
"large", | ||
"bluebird", | ||
"chunk", | ||
"bluebird", | ||
"p-map", | ||
"concurrency", | ||
"concurrently", | ||
"cron", | ||
"event", | ||
"job", | ||
"large", | ||
"parallel", | ||
"parallelism", | ||
"promise", | ||
"promise-pool", | ||
"promiseall", | ||
"promisepool", | ||
"promises", | ||
"p-map", | ||
"queue", | ||
"schedule", | ||
"scheduler", | ||
"task", | ||
"typescript", | ||
"wait" | ||
@@ -61,9 +70,9 @@ ], | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^8.0.0", | ||
"husky": "^9.0.11", | ||
"jest": "^29.7.0", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.2.2", | ||
"ts-jest": "^29.1.1", | ||
@@ -70,0 +79,0 @@ "ts-node": "^10.9.1", |
68167
31