@whittlelabs/sifter 0.30.5 → 0.30.7

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.
Files changed (3) hide show
  1. package/bin.js +2 -1
  2. package/bin.js.map +2 -2
  3. package/package.json +1 -1
package/bin.js CHANGED
@@ -12490,6 +12490,7 @@ var require_client2 = __commonJS({
12490
12490
  const jobPoolId = await this.resolvePoolRef(options.pool);
12491
12491
  const body = {
12492
12492
  jobPoolId,
12493
+ title: options.title,
12493
12494
  instructions: options.instructions,
12494
12495
  maxAttempts: options.maxAttempts,
12495
12496
  deadlineDuration: options.deadlineDuration,
@@ -25603,7 +25604,7 @@ var import_path = require("path");
25603
25604
  var import_promises = require("fs/promises");
25604
25605
  var import_yaml = __toESM(require_dist4());
25605
25606
  var import_shuttle = __toESM(require_dist5());
25606
- var buildVersion = true ? "0.30.5" : pkg.version;
25607
+ var buildVersion = true ? "0.30.7" : pkg.version;
25607
25608
  var sifterBrand = {
25608
25609
  product: {
25609
25610
  id: "sifter",