bullmq 5.66.0 → 5.66.2
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/dist/cjs/classes/queue-getters.js +0 -1
- package/dist/cjs/classes/queue-getters.js.map +1 -1
- package/dist/cjs/classes/worker.js +15 -8
- package/dist/cjs/classes/worker.js.map +1 -1
- package/dist/cjs/tsconfig-cjs.tsbuildinfo +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/classes/queue-getters.d.ts +0 -1
- package/dist/esm/classes/queue-getters.js +0 -1
- package/dist/esm/classes/queue-getters.js.map +1 -1
- package/dist/esm/classes/worker.js +15 -8
- package/dist/esm/classes/worker.js.map +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +61 -61
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bullmq",
|
|
3
|
-
"version": "5.66.
|
|
3
|
+
"version": "5.66.2",
|
|
4
4
|
"description": "Queue for messages and jobs based on Redis",
|
|
5
5
|
"homepage": "https://bullmq.io/",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -55,66 +55,66 @@
|
|
|
55
55
|
"tsc:all": "tsc && tsc -p tsconfig-cjs.json"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"cron-parser": "
|
|
59
|
-
"ioredis": "
|
|
60
|
-
"msgpackr": "
|
|
61
|
-
"node-abort-controller": "
|
|
62
|
-
"semver": "
|
|
63
|
-
"tslib": "
|
|
64
|
-
"uuid": "
|
|
58
|
+
"cron-parser": "4.9.0",
|
|
59
|
+
"ioredis": "5.8.2",
|
|
60
|
+
"msgpackr": "1.11.5",
|
|
61
|
+
"node-abort-controller": "3.1.1",
|
|
62
|
+
"semver": "7.7.3",
|
|
63
|
+
"tslib": "2.8.1",
|
|
64
|
+
"uuid": "11.1.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@commitlint/cli": "
|
|
68
|
-
"@commitlint/config-conventional": "
|
|
69
|
-
"@semantic-release/changelog": "
|
|
70
|
-
"@semantic-release/commit-analyzer": "
|
|
71
|
-
"@semantic-release/exec": "
|
|
72
|
-
"@semantic-release/git": "
|
|
73
|
-
"@semantic-release/github": "
|
|
74
|
-
"@semantic-release/npm": "
|
|
75
|
-
"@semantic-release/release-notes-generator": "
|
|
76
|
-
"@types/chai": "
|
|
77
|
-
"@types/chai-as-promised": "
|
|
78
|
-
"@types/lodash.defaults": "
|
|
79
|
-
"@types/lodash.isarguments": "
|
|
80
|
-
"@types/mocha": "
|
|
81
|
-
"@types/msgpack": "
|
|
82
|
-
"@types/node": "
|
|
83
|
-
"@types/semver": "
|
|
84
|
-
"@types/sinon": "
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "
|
|
86
|
-
"@typescript-eslint/parser": "
|
|
87
|
-
"c8": "
|
|
88
|
-
"chai": "
|
|
89
|
-
"chai-as-promised": "
|
|
90
|
-
"coveralls-next": "
|
|
91
|
-
"cpx2": "
|
|
92
|
-
"eslint": "
|
|
93
|
-
"eslint-config-prettier": "
|
|
94
|
-
"eslint-plugin-mocha": "
|
|
95
|
-
"eslint-plugin-prettier": "4.2.
|
|
96
|
-
"eslint-plugin-promise": "
|
|
97
|
-
"eslint-plugin-tsdoc": "
|
|
98
|
-
"fast-glob": "
|
|
99
|
-
"husky": "
|
|
100
|
-
"lint-staged": "
|
|
101
|
-
"madge": "
|
|
102
|
-
"minimatch": "
|
|
103
|
-
"mocha": "
|
|
104
|
-
"mocha-lcov-reporter": "
|
|
105
|
-
"moment": "
|
|
106
|
-
"prettier": "
|
|
107
|
-
"pretty-quick": "
|
|
108
|
-
"progress": "
|
|
109
|
-
"rimraf": "
|
|
110
|
-
"rrule": "
|
|
111
|
-
"semantic-release": "
|
|
112
|
-
"sinon": "
|
|
113
|
-
"test-console": "
|
|
114
|
-
"ts-mocha": "
|
|
115
|
-
"ts-node": "
|
|
116
|
-
"typedoc": "
|
|
117
|
-
"typescript": "
|
|
67
|
+
"@commitlint/cli": "20.2.0",
|
|
68
|
+
"@commitlint/config-conventional": "20.2.0",
|
|
69
|
+
"@semantic-release/changelog": "6.0.3",
|
|
70
|
+
"@semantic-release/commit-analyzer": "13.0.1",
|
|
71
|
+
"@semantic-release/exec": "7.1.0",
|
|
72
|
+
"@semantic-release/git": "10.0.1",
|
|
73
|
+
"@semantic-release/github": "12.0.2",
|
|
74
|
+
"@semantic-release/npm": "13.1.2",
|
|
75
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
76
|
+
"@types/chai": "4.3.20",
|
|
77
|
+
"@types/chai-as-promised": "7.1.8",
|
|
78
|
+
"@types/lodash.defaults": "4.2.9",
|
|
79
|
+
"@types/lodash.isarguments": "3.1.9",
|
|
80
|
+
"@types/mocha": "5.2.7",
|
|
81
|
+
"@types/msgpack": "0.0.31",
|
|
82
|
+
"@types/node": "18.19.130",
|
|
83
|
+
"@types/semver": "7.7.1",
|
|
84
|
+
"@types/sinon": "10.0.20",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "8.49.0",
|
|
86
|
+
"@typescript-eslint/parser": "8.49.0",
|
|
87
|
+
"c8": "10.1.3",
|
|
88
|
+
"chai": "4.5.0",
|
|
89
|
+
"chai-as-promised": "7.1.2",
|
|
90
|
+
"coveralls-next": "6.0.1",
|
|
91
|
+
"cpx2": "8.0.0",
|
|
92
|
+
"eslint": "9.39.1",
|
|
93
|
+
"eslint-config-prettier": "8.10.2",
|
|
94
|
+
"eslint-plugin-mocha": "10.5.0",
|
|
95
|
+
"eslint-plugin-prettier": "4.2.5",
|
|
96
|
+
"eslint-plugin-promise": "7.2.1",
|
|
97
|
+
"eslint-plugin-tsdoc": "0.4.0",
|
|
98
|
+
"fast-glob": "3.3.3",
|
|
99
|
+
"husky": "8.0.3",
|
|
100
|
+
"lint-staged": "16.2.7",
|
|
101
|
+
"madge": "8.0.0",
|
|
102
|
+
"minimatch": "9.0.5",
|
|
103
|
+
"mocha": "11.7.5",
|
|
104
|
+
"mocha-lcov-reporter": "1.3.0",
|
|
105
|
+
"moment": "2.30.1",
|
|
106
|
+
"prettier": "3.7.4",
|
|
107
|
+
"pretty-quick": "4.2.2",
|
|
108
|
+
"progress": "2.0.3",
|
|
109
|
+
"rimraf": "6.1.2",
|
|
110
|
+
"rrule": "2.8.1",
|
|
111
|
+
"semantic-release": "25.0.2",
|
|
112
|
+
"sinon": "21.0.0",
|
|
113
|
+
"test-console": "2.0.0",
|
|
114
|
+
"ts-mocha": "11.1.0",
|
|
115
|
+
"ts-node": "10.9.2",
|
|
116
|
+
"typedoc": "0.28.15",
|
|
117
|
+
"typescript": "5.9.3"
|
|
118
118
|
},
|
|
119
119
|
"c8": {
|
|
120
120
|
"all": true,
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"resolutions": {
|
|
140
|
-
"glob": "
|
|
141
|
-
"js-yaml": "
|
|
140
|
+
"glob": "13.0.0",
|
|
141
|
+
"js-yaml": "4.1.1"
|
|
142
142
|
},
|
|
143
143
|
"lint-staged": {
|
|
144
144
|
"*.{js,ts}": "npm run eslint:fix"
|