@whittlelabs/sifter 0.24.0 → 0.25.0
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/bin.js +6 -3
- package/bin.js.map +2 -2
- package/package.json +1 -1
package/bin.js
CHANGED
|
@@ -15437,6 +15437,7 @@ var require_client = __commonJS({
|
|
|
15437
15437
|
instructions: options.instructions,
|
|
15438
15438
|
maxAttempts: options.maxAttempts,
|
|
15439
15439
|
deadlineDuration: options.deadlineDuration,
|
|
15440
|
+
claimDeadlineDuration: options.claimDeadlineDuration,
|
|
15440
15441
|
priority: options.priority,
|
|
15441
15442
|
tags: options.tags,
|
|
15442
15443
|
clientRef: options.clientRef,
|
|
@@ -18160,7 +18161,8 @@ var require_canonicalise = __commonJS({
|
|
|
18160
18161
|
outputLabel,
|
|
18161
18162
|
rendering: promptOptions.rendering,
|
|
18162
18163
|
...promptOptions.maxAttempts !== void 0 ? { maxAttempts: promptOptions.maxAttempts } : {},
|
|
18163
|
-
...promptOptions.deadline !== void 0 ? { deadlineDuration: promptOptions.deadline } : {}
|
|
18164
|
+
...promptOptions.deadline !== void 0 ? { deadlineDuration: promptOptions.deadline } : {},
|
|
18165
|
+
...promptOptions.claimDeadline !== void 0 ? { claimDeadlineDuration: promptOptions.claimDeadline } : {}
|
|
18164
18166
|
};
|
|
18165
18167
|
return { ...envelope(node.name, promptOptions), entryBehavior: "loom.prompt", config: config2 };
|
|
18166
18168
|
}
|
|
@@ -18192,7 +18194,8 @@ var require_canonicalise = __commonJS({
|
|
|
18192
18194
|
jobPoolRef: jobPoolDescriptor,
|
|
18193
18195
|
inputs: { ...jobsCreateOptions.inputs },
|
|
18194
18196
|
...jobsCreateOptions.maxAttempts !== void 0 ? { maxAttempts: jobsCreateOptions.maxAttempts } : {},
|
|
18195
|
-
...jobsCreateOptions.deadline !== void 0 ? { deadlineDuration: jobsCreateOptions.deadline } : {}
|
|
18197
|
+
...jobsCreateOptions.deadline !== void 0 ? { deadlineDuration: jobsCreateOptions.deadline } : {},
|
|
18198
|
+
...jobsCreateOptions.claimDeadline !== void 0 ? { claimDeadlineDuration: jobsCreateOptions.claimDeadline } : {}
|
|
18196
18199
|
};
|
|
18197
18200
|
return { ...envelope(node.name, jobsCreateOptions), entryBehavior: "jobs.create", config };
|
|
18198
18201
|
}
|
|
@@ -22368,7 +22371,7 @@ var import_path = require("path");
|
|
|
22368
22371
|
var import_promises = require("fs/promises");
|
|
22369
22372
|
var import_yaml = __toESM(require_dist());
|
|
22370
22373
|
var import_shuttle = __toESM(require_dist5());
|
|
22371
|
-
var buildVersion = true ? "0.
|
|
22374
|
+
var buildVersion = true ? "0.25.0" : pkg.version;
|
|
22372
22375
|
var sifterBrand = {
|
|
22373
22376
|
product: {
|
|
22374
22377
|
id: "sifter",
|