@genesislcap/blank-app-seed 5.4.0-prerelease.6 → 5.4.0-prerelease.8

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": "5.4.0-prerelease.6",
4
+ "version": "5.4.0-prerelease.8",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,6 +1,6 @@
1
- {{#each entity.fields}}{{this.name}}{{#unless this.isLast }},{{/unless}}{{/each}}
1
+ {{#each entity.fields}}{{{this.name}}}{{#unless this.isLast }},{{/unless}}{{/each}}
2
2
  {{#if entity.data}}
3
3
  {{#each entity.data}}
4
- {{#each this.rows}}{{this.name}}{{#unless this.isLast }},{{/unless}}{{/each}}
4
+ {{#each this.rows}}{{{this.name}}}{{#unless this.isLast }},{{/unless}}{{/each}}
5
5
  {{/each}}
6
6
  {{/if}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.4.0-prerelease.8](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.7...v5.4.0-prerelease.8) (2025-08-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * added logout endpoint in confog.properties GENC-0 (#502) aa02828
9
+
10
+ ## [5.4.0-prerelease.7](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.6...v5.4.0-prerelease.7) (2025-08-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * escape commas in CSV files GENC-1188 c25aab1
16
+ * escape commas in CSV files GENC-1188 (#501) 7c32c98
17
+
3
18
  ## [5.4.0-prerelease.6](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.5...v5.4.0-prerelease.6) (2025-08-11)
4
19
 
5
20
 
@@ -3,6 +3,7 @@ browser=chrome
3
3
  #ENVIRONMENT
4
4
  defaultHost=http://localhost:6060/
5
5
  baseURI=sm
6
+ getEventAfterLogout=REQ_USER_DETAILS
6
7
  #PATH FOR RESOURCES
7
8
  resourcesPath=src/test/resources
8
9
  #PATH FOR PAYLOADS
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": "5.4.0-prerelease.6",
4
+ "version": "5.4.0-prerelease.8",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"