@genesislcap/blank-app-seed 3.5.0 → 3.5.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.5.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.0...v3.5.1) (2024-04-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add hostPath to login configuration (AUTH-422) (#199) d51825e
9
+
3
10
  ## [3.5.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.4.2...v3.5.0) (2024-04-29)
4
11
 
5
12
 
@@ -56,6 +56,7 @@ export class MainRouterConfig extends FoundationRouterConfiguration<LoginSetting
56
56
  '@genesislcap/foundation-login'
57
57
  );
58
58
  configure(this.container, {
59
+ hostPath: 'login',
59
60
  autoConnect: true,
60
61
  defaultRedirectUrl: '{{kebabCase routes.[0].name}}',
61
62
  ...ssoSettings,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"