@whittlelabs/sifter 0.8.0 → 0.9.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 +7 -3
  2. package/bin.js.map +2 -2
  3. package/package.json +1 -1
package/bin.js CHANGED
@@ -3226,7 +3226,9 @@ var require_device_code = __commonJS({
3226
3226
  body: JSON.stringify({
3227
3227
  client_id: opts.oauthClientId,
3228
3228
  device_code: opts.deviceCode,
3229
- display_name: opts.displayName
3229
+ display_name: opts.displayName,
3230
+ hostname: (0, os_1.hostname)(),
3231
+ os_user: (0, os_1.userInfo)().username
3230
3232
  })
3231
3233
  });
3232
3234
  if (response.status === 202) {
@@ -3254,7 +3256,9 @@ var require_device_code = __commonJS({
3254
3256
  body: JSON.stringify({
3255
3257
  client_id: opts.oauthClientId,
3256
3258
  user_code: opts.userCode,
3257
- display_name: opts.displayName
3259
+ display_name: opts.displayName,
3260
+ hostname: (0, os_1.hostname)(),
3261
+ os_user: (0, os_1.userInfo)().username
3258
3262
  })
3259
3263
  });
3260
3264
  (0, version_check_1.checkResponseMinVersion)({
@@ -21300,7 +21304,7 @@ var import_shuttle = __toESM(require_dist5());
21300
21304
  // package.json
21301
21305
  var package_default = {
21302
21306
  name: "@whittlelabs/sifter",
21303
- version: "0.8.0",
21307
+ version: "0.9.0",
21304
21308
  description: "Whittle Sifter: paired AI reviewer for Whittle Sift job pools.",
21305
21309
  bin: {
21306
21310
  "whittle-sifter": "./dist/bin.js"