monkey-front-core 21.0.34 → 21.0.35

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.
@@ -4046,7 +4046,8 @@ function mapErrorKey(key) {
4046
4046
  invalidValueGreaterThanZero: 'invalid-greater-than-zero',
4047
4047
  phone: 'invalid-phone',
4048
4048
  maxFileSize: 'max-file-size',
4049
- invalidUnlockRegister: 'invalid-unlock-register'
4049
+ invalidUnlockRegister: 'invalid-unlock-register',
4050
+ passwordsNotMatching: 'password-not-matching'
4050
4051
  };
4051
4052
  return (map[key] ?? key).toUpperCase();
4052
4053
  }