@meith/accounts 0.32.0 → 0.33.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/ports.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/accounts",
3
- "version": "0.32.0",
3
+ "version": "0.33.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "hash-wasm": "^4.12.0",
23
- "@meith/i18n": "0.32.0",
24
- "@meith/subscriptions": "0.32.0"
23
+ "@meith/i18n": "0.33.1",
24
+ "@meith/subscriptions": "0.33.1"
25
25
  }
26
26
  }
package/src/ports.ts CHANGED
@@ -154,6 +154,7 @@ export type CredentialPurpose =
154
154
  | 'email_verification'
155
155
  | 'email_change'
156
156
  | 'second_factor'
157
+ | 'admin_second_factor'
157
158
 
158
159
  export interface CredentialTokenRepository {
159
160
  issue(input: {