@genesislcap/blank-app-seed 3.5.0 → 3.5.2

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.2",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.5.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.1...v3.5.2) (2024-04-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * updated default user details + added profiles. (GENC-357) (#193) 044f0f4
9
+
10
+ ## [3.5.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.0...v3.5.1) (2024-04-29)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add hostPath to login configuration (AUTH-422) (#199) d51825e
16
+
3
17
  ## [3.5.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.4.2...v3.5.0) (2024-04-29)
4
18
 
5
19
 
@@ -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.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -0,0 +1,10 @@
1
+ "PROFILE_NAME","USER_NAME"
2
+ "USER_ADMIN","admin"
3
+ "NOTIFICATION_ADMIN","admin"
4
+ "NOTIFICATION_RULE_ADMIN","admin"
5
+ "NOTIFICATION_RULE_TEMPLATE_ADMIN","admin"
6
+ "NOTIFICATION_RULE_USER","admin"
7
+ "NOTIFICATION_ROUTE_ADMIN","admin"
8
+ "NOTIFICATION_USER","admin"
9
+ "FILE_STORAGE_USER","admin"
10
+ "FILE_STORAGE_ADMIN","admin"
@@ -1,2 +1,2 @@
1
1
  "USER_NAME","LAST_LOGIN","LAST_NAME","FIRST_NAME","ONLINE","COMPANY_NAME","STATUS","EMAIL_ADDRESS","PASSWORD","TIMESTAMP"
2
- "JaneDee","2016-04-28","Dee","Jane","false","GENESIS","ENABLED","jane.dee@genesis.global","1cf46a0c2148f6399159ff576768d715b5207104224aae559495dad83532a606d727c80e0a9d39f70d4bead8ba92d5df95c1c6965b355dfafce2f240d0d7c5be","1461860785288922240"
2
+ "admin","2016-04-28","global","admin","false","GENESIS","ENABLED","admin.global@genesis.global","775d545a8f34a8bf6c3f9d9c6381fbc8d3d76d0e4455c6544c70ed79f36f7c52059a8b85649bdbf348f18c9a0a3da687d87f47874c70e19b97413be023e04d8c","1461860785288922240"