@softwarepatterns/am 0.2.0 → 0.2.1

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/dist/index.d.ts CHANGED
@@ -180,7 +180,7 @@ type SessionTokens = {
180
180
  */
181
181
  type SessionProfile = UserResource & {
182
182
  identity: UserIdentity | null;
183
- emailCredentials: EmailCredential[];
183
+ credentials: EmailCredential[];
184
184
  memberships: (Membership & {
185
185
  account: AccountResource;
186
186
  })[];
@@ -180,7 +180,7 @@ export type SessionTokens = {
180
180
  */
181
181
  export type SessionProfile = UserResource & {
182
182
  identity: UserIdentity | null;
183
- emailCredentials: EmailCredential[];
183
+ credentials: EmailCredential[];
184
184
  memberships: (Membership & {
185
185
  account: AccountResource;
186
186
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwarepatterns/am",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Auth client SDK for AccountMaker (Am)",
5
5
  "keywords": [
6
6
  "authentication",