@arkstack/jobs 0.14.19 → 0.14.21
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkstack/jobs",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.21",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Jobs module for Arkstack, providing dispatchable job classes and a dispatcher on top of @arkstack/queue.",
|
|
6
6
|
"homepage": "https://arkstack.toneflix.net/guide/jobs",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"./package.json": "./package.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@arkstack/common": "^0.14.
|
|
35
|
-
"@arkstack/queue": "^0.14.
|
|
34
|
+
"@arkstack/common": "^0.14.21",
|
|
35
|
+
"@arkstack/queue": "^0.14.21"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@h3ravel/musket": "^2.2.1",
|
|
39
|
-
"@arkstack/contract": "^0.14.
|
|
39
|
+
"@arkstack/contract": "^0.14.21"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsdown",
|