@genesislcap/blank-app-seed 3.20.1 → 3.20.3

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.20.1",
4
+ "version": "3.20.3",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.20.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.20.2...v3.20.3) (2024-07-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * compactProcessesStrategy in the correct place (#272) b0b7b15
9
+
10
+ ## [3.20.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.20.1...v3.20.2) (2024-07-03)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update PROFILE_USER.csv GENC-606 (#271) 51f558e
16
+
3
17
  ## [3.20.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.20.0...v3.20.1) (2024-07-02)
4
18
 
5
19
 
@@ -4,7 +4,7 @@
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "bootstrap": "npm install --no-fund --no-audit",
7
- "dev": "ng serve --configuration=development",
7
+ "dev": "ng serve --configuration=development --open",
8
8
  "build": "ng build --configuration=production",
9
9
  "watch": "ng build --watch --configuration development",
10
10
  "test": "ng test"
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.20.1",
4
+ "version": "3.20.3",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -5,5 +5,3 @@ networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
7
7
  zipStorePath=wrapper/dists
8
-
9
- compactProcessesStrategy=DEV
@@ -15,3 +15,5 @@ ssh-host=localhost
15
15
  ssh-port=1337
16
16
 
17
17
  enableDockerContainerTasks=true
18
+
19
+ compactProcessesStrategy=DEV
@@ -8,3 +8,4 @@
8
8
  "NOTIFICATION_USER","admin"
9
9
  "FILE_STORAGE_USER","admin"
10
10
  "FILE_STORAGE_ADMIN","admin"
11
+ "RECONCILIATION_USER","admin"