@arkstack/queue 0.17.16 → 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/QueueClearCommand.d.ts
4
3
  /**
5
4
  * Delete all of the jobs from a queue.
@@ -1,5 +1,4 @@
1
1
  import { Command } from "@h3ravel/musket";
2
-
3
2
  //#region src/commands/QueueWorkCommand.d.ts
4
3
  /**
5
4
  * Process jobs from a queue connection.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { DotPath, DotPathValue } from "@arkstack/common";
2
-
3
2
  //#region src/Job.d.ts
4
3
  /**
5
4
  * A runtime handle to a job that has been popped (reserved) from a queue.
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/queue",
3
- "version": "0.17.16",
3
+ "version": "0.17.17",
4
4
  "type": "module",
5
5
  "description": "Queue module for Arkstack, providing a driver based queue transport and worker for background processing.",
6
6
  "homepage": "https://arkstack.toneflix.net/guide/queue",
@@ -34,13 +34,13 @@
34
34
  "./package.json": "./package.json"
35
35
  },
36
36
  "dependencies": {
37
- "@arkstack/common": "^0.17.16"
37
+ "@arkstack/common": "^0.17.17"
38
38
  },
39
39
  "peerDependencies": {
40
- "@h3ravel/musket": "^2.2.2",
40
+ "@h3ravel/musket": "^2.2.13",
41
41
  "ioredis": "^5.4.1",
42
- "@arkstack/contract": "^0.17.16",
43
- "@arkstack/database": "^0.17.16"
42
+ "@arkstack/contract": "^0.17.17",
43
+ "@arkstack/database": "^0.17.17"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@arkstack/database": {