@bedrock/authn-token
Advanced tools
Comparing version 10.3.0 to 10.3.1
# bedrock-authn-token ChangeLog | ||
## 10.3.1 - 2022-12-11 | ||
### Fixed | ||
- Ensure account ID is passed to update when updating clients. | ||
## 10.3.0 - 2022-12-11 | ||
@@ -4,0 +9,0 @@ |
@@ -110,3 +110,3 @@ /*! | ||
} | ||
return await brAccount.update({id: accountId, meta}); | ||
return await brAccount.update({id: record.account.id, meta}); | ||
} catch(e) { | ||
@@ -113,0 +113,0 @@ if(e.name === 'InvalidStateError') { |
{ | ||
"name": "@bedrock/authn-token", | ||
"version": "10.3.0", | ||
"version": "10.3.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Simple token-based authentication for Bedrock apps", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113565