@stacksjs/queue 0.74.32 → 0.74.34
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/index.d.ts +4 -0
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
// The generated name union and its payload type. Exported because a caller
|
|
2
|
+
// building a name-to-job map wants a rename to be a compile error rather than a
|
|
3
|
+
// dispatch that fails at runtime (stacksjs/stacks#2578).
|
|
4
|
+
export type { JobName, JobPayload } from './job';
|
|
1
5
|
export type { DispatchKeyClaim } from './idempotency';
|
|
2
6
|
export type { DeadLetterReason, DeadLetterRecord, ListDeadLetterFilter } from './dead-letter';
|
|
3
7
|
export type { PoisonConfig } from './poison';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/queue",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.74.
|
|
5
|
+
"version": "0.74.34",
|
|
6
6
|
"description": "The Stacks Queue system powered by bun-queue.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -63,22 +63,22 @@
|
|
|
63
63
|
"prepublishOnly": "bun run build"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@stacksjs/action-runner": "0.74.
|
|
66
|
+
"@stacksjs/action-runner": "0.74.34",
|
|
67
67
|
"@stacksjs/bun-queue": "^0.1.8",
|
|
68
|
-
"@stacksjs/cache": "0.74.
|
|
69
|
-
"@stacksjs/config": "0.74.
|
|
70
|
-
"@stacksjs/database": "0.74.
|
|
71
|
-
"@stacksjs/env": "0.74.
|
|
72
|
-
"@stacksjs/error-handling": "0.74.
|
|
73
|
-
"@stacksjs/logging": "0.74.
|
|
74
|
-
"@stacksjs/path": "0.74.
|
|
68
|
+
"@stacksjs/cache": "0.74.34",
|
|
69
|
+
"@stacksjs/config": "0.74.34",
|
|
70
|
+
"@stacksjs/database": "0.74.34",
|
|
71
|
+
"@stacksjs/env": "0.74.34",
|
|
72
|
+
"@stacksjs/error-handling": "0.74.34",
|
|
73
|
+
"@stacksjs/logging": "0.74.34",
|
|
74
|
+
"@stacksjs/path": "0.74.34"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"better-dx": "^0.2.24"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@stacksjs/email": "0.74.
|
|
81
|
-
"@stacksjs/router": "0.74.
|
|
80
|
+
"@stacksjs/email": "0.74.34",
|
|
81
|
+
"@stacksjs/router": "0.74.34"
|
|
82
82
|
},
|
|
83
83
|
"peerDependenciesMeta": {
|
|
84
84
|
"@stacksjs/email": {
|