@firestitch/2fa 14.0.0 → 15.0.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 (42) hide show
  1. package/app/modules/code-input/components/code-input/code-input.component.d.ts +1 -1
  2. package/app/modules/defaulted/components/defaulted/defaulted.component.d.ts +1 -1
  3. package/app/modules/manage/components/2fa-manage/2fa-manage.component.d.ts +1 -1
  4. package/app/modules/manage/components/app/app.component.d.ts +1 -1
  5. package/app/modules/manage/components/email/email.component.d.ts +1 -1
  6. package/app/modules/manage/components/emails/emails.component.d.ts +1 -1
  7. package/app/modules/manage/components/manage-methods/manage-methods.component.d.ts +1 -1
  8. package/app/modules/manage/components/number/number.component.d.ts +1 -1
  9. package/app/modules/manage/components/numbers/numbers.component.d.ts +1 -1
  10. package/app/modules/resend/components/resend/resend.component.d.ts +1 -1
  11. package/app/modules/verification/components/2fa-verification/2fa-verification.component.d.ts +1 -1
  12. package/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.d.ts +1 -1
  13. package/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.d.ts +1 -1
  14. package/app/modules/verification/directives/2fa-verification-resend.directive.d.ts +1 -1
  15. package/app/modules/verification-methods/components/verification-methods/verification-methods.component.d.ts +1 -1
  16. package/esm2020/app/modules/code-input/code-input.module.mjs +5 -5
  17. package/esm2020/app/modules/code-input/components/code-input/code-input.component.mjs +4 -4
  18. package/esm2020/app/modules/defaulted/components/defaulted/defaulted.component.mjs +4 -4
  19. package/esm2020/app/modules/defaulted/defaulted.module.mjs +5 -5
  20. package/esm2020/app/modules/manage/components/2fa-manage/2fa-manage.component.mjs +4 -4
  21. package/esm2020/app/modules/manage/components/app/app.component.mjs +4 -4
  22. package/esm2020/app/modules/manage/components/email/email.component.mjs +6 -6
  23. package/esm2020/app/modules/manage/components/emails/emails.component.mjs +4 -4
  24. package/esm2020/app/modules/manage/components/manage-methods/manage-methods.component.mjs +4 -4
  25. package/esm2020/app/modules/manage/components/number/number.component.mjs +6 -6
  26. package/esm2020/app/modules/manage/components/numbers/numbers.component.mjs +4 -4
  27. package/esm2020/app/modules/manage/fs-2f-manage.module.mjs +5 -5
  28. package/esm2020/app/modules/manage/services/two-factor-manage.service.mjs +4 -4
  29. package/esm2020/app/modules/resend/components/resend/resend.component.mjs +4 -4
  30. package/esm2020/app/modules/resend/resend.module.mjs +5 -5
  31. package/esm2020/app/modules/verification/components/2fa-verification/2fa-verification.component.mjs +4 -4
  32. package/esm2020/app/modules/verification/components/2fa-verification-code/2fa-verification-code.component.mjs +4 -4
  33. package/esm2020/app/modules/verification/components/2fa-verification-methods/2fa-verification-methods.component.mjs +4 -4
  34. package/esm2020/app/modules/verification/directives/2fa-verification-resend.directive.mjs +7 -7
  35. package/esm2020/app/modules/verification/fs-2fa-verification.module.mjs +5 -5
  36. package/esm2020/app/modules/verification-methods/components/verification-methods/verification-methods.component.mjs +4 -4
  37. package/esm2020/app/modules/verification-methods/fs-2f-verification-methods.module.mjs +5 -5
  38. package/fesm2015/firestitch-2fa.mjs +77 -77
  39. package/fesm2015/firestitch-2fa.mjs.map +1 -1
  40. package/fesm2020/firestitch-2fa.mjs +77 -77
  41. package/fesm2020/firestitch-2fa.mjs.map +1 -1
  42. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestitch/2fa",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Firestitch/ngx-2fa"