balena-sdk 18.0.2 → 18.1.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/es2015/auth.js CHANGED
@@ -281,6 +281,7 @@ const getAuth = function (deps, opts) {
281
281
  }
282
282
  return {
283
283
  id: actor.actorTypeId,
284
+ actor: actor.id,
284
285
  email: actor.email,
285
286
  username: actor.username,
286
287
  };