@arkstack/jobs 0.17.15 → 0.17.17

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.
@@ -1,5 +1,4 @@
1
1
  import { Command } from "@h3ravel/musket";
2
-
3
2
  //#region src/commands/MakeJobCommand.d.ts
4
3
  /**
5
4
  * Generate a new dispatchable job class.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { JobPayload, Queueable } from "@arkstack/queue";
2
-
3
2
  //#region src/PendingDispatch.d.ts
4
3
  /**
5
4
  * A fluent, awaitable handle returned by `dispatch()` and `Job.dispatch()`.
package/dist/setup.d.ts CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkstack/jobs",
3
- "version": "0.17.15",
3
+ "version": "0.17.17",
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",
@@ -32,12 +32,12 @@
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@arkstack/common": "^0.17.15",
36
- "@arkstack/queue": "^0.17.15"
35
+ "@arkstack/common": "^0.17.17",
36
+ "@arkstack/queue": "^0.17.17"
37
37
  },
38
38
  "peerDependencies": {
39
- "@h3ravel/musket": "^2.2.2",
40
- "@arkstack/contract": "^0.17.15"
39
+ "@h3ravel/musket": "^2.2.13",
40
+ "@arkstack/contract": "^0.17.17"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsdown",