@axinom/mosaic-user-auth 0.5.0-rc.8 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.5.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth@0.4.4&targetVersion=GT@axinom/mosaic-user-auth@0.5.0) (2022-09-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * fixed naming issue ([83b86fd](https://dev.azure.com/axinom/CMS/_git/Navy/commit/83b86fd88221951918dde434b090be3555a47c71))
12
+ * fixed PR comments ([4bab3ed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4bab3eda8f5952718d397deb1b45c2fd958b1cda))
13
+ * remove all usages of ROPC ([b2e3a69](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b2e3a69b41f69c253d53307df04adb298a80b892))
14
+
15
+
16
+
6
17
  ### [0.4.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth@0.4.3&targetVersion=GT@axinom/mosaic-user-auth@0.4.4) (2022-09-13)
7
18
 
8
19
  **Note:** Version bump only for package @axinom/mosaic-user-auth
package/dist/index.es.js CHANGED
@@ -99,6 +99,7 @@ var SignInResponseCode;
99
99
  SignInResponseCode["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
100
100
  SignInResponseCode["BAD_REQUEST"] = "BAD_REQUEST";
101
101
  SignInResponseCode["AUTH_FLOW_ERROR"] = "AUTH_FLOW_ERROR";
102
+ SignInResponseCode["INVALID_CREDENTIALS"] = "INVALID_CREDENTIALS";
102
103
  SignInResponseCode["SERVICE_CONFIGURATION_ERROR"] = "SERVICE_CONFIGURATION_ERROR";
103
104
  })(SignInResponseCode = exports.SignInResponseCode || (exports.SignInResponseCode = {}));
104
105
  /**