@whittlelabs/sifter 0.18.0 → 0.19.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.
Files changed (3) hide show
  1. package/bin.js +2 -2
  2. package/bin.js.map +2 -2
  3. package/package.json +1 -1
package/bin.js CHANGED
@@ -3207,7 +3207,7 @@ var require_device_code = __commonJS({
3207
3207
  };
3208
3208
  }
3209
3209
  async function discoverMemberPools(opts) {
3210
- const tokenUrl = `${opts.keepApiUrl.replace(/\/$/, "")}/api/service-tokens`;
3210
+ const tokenUrl = `${opts.keepApiUrl.replace(/\/$/, "")}/api/agent-tokens`;
3211
3211
  const tokenRes = await opts.fetcher(tokenUrl, {
3212
3212
  method: "POST",
3213
3213
  headers: { "Content-Type": "application/json" },
@@ -21998,7 +21998,7 @@ var import_path = require("path");
21998
21998
  var import_promises = require("fs/promises");
21999
21999
  var import_yaml = __toESM(require_dist());
22000
22000
  var import_shuttle = __toESM(require_dist5());
22001
- var buildVersion = true ? "0.18.0" : pkg.version;
22001
+ var buildVersion = true ? "0.19.0" : pkg.version;
22002
22002
  var sifterBrand = {
22003
22003
  product: {
22004
22004
  id: "sifter",