@genesislcap/blank-app-seed 3.18.3 → 3.20.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.
@@ -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.18.3",
4
+ "version": "3.20.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "UI": "14.192.2",
3
- "GSF": "8.0.3",
4
- "Auth": "8.0.0"
3
+ "GSF": "8.1.0",
4
+ "Auth": "8.1.0"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.20.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.19.0...v3.20.0) (2024-07-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * compactProcessStrategy set for DEV in GSF 8.1 (#265) 982e756
9
+
10
+ ## [3.19.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.18.3...v3.19.0) (2024-06-28)
11
+
12
+
13
+ ### Features
14
+
15
+ * upgrade angular client to v18 - [FUI-2054](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2054) (#264) d5c2480
16
+
3
17
  ## [3.18.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.18.2...v3.18.3) (2024-06-28)
4
18
 
5
19
 
@@ -1,6 +1,6 @@
1
1
  # {{capitalCase appName}}
2
2
 
3
- This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0.
3
+ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) v18 (18.0.4).
4
4
 
5
5
  ## Development server
6
6
 
@@ -11,14 +11,14 @@
11
11
  },
12
12
  "private": true,
13
13
  "dependencies": {
14
- "@angular/animations": "^17.1.0",
15
- "@angular/common": "^17.1.0",
16
- "@angular/compiler": "^17.1.0",
17
- "@angular/core": "^17.1.0",
18
- "@angular/forms": "^17.1.0",
19
- "@angular/platform-browser": "^17.1.0",
20
- "@angular/platform-browser-dynamic": "^17.1.0",
21
- "@angular/router": "^17.1.0",
14
+ "@angular/animations": "^18.0.4",
15
+ "@angular/common": "^18.0.4",
16
+ "@angular/compiler": "^18.0.4",
17
+ "@angular/core": "^18.0.4",
18
+ "@angular/forms": "^18.0.4",
19
+ "@angular/platform-browser": "^18.0.4",
20
+ "@angular/platform-browser-dynamic": "^18.0.4",
21
+ "@angular/router": "^18.0.4",
22
22
  "@genesislcap/foundation-comms": "{{versions.UI}}",
23
23
  "@genesislcap/foundation-login": "{{versions.UI}}",
24
24
  "@genesislcap/foundation-entity-management": "{{versions.UI}}",
@@ -33,10 +33,10 @@
33
33
  "zone.js": "~0.14.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@angular-builders/custom-webpack": "^17.0.0",
37
- "@angular-devkit/build-angular": "^17.1.0",
38
- "@angular/cli": "^17.1.0",
39
- "@angular/compiler-cli": "^17.1.0",
36
+ "@angular-builders/custom-webpack": "^18.0.0",
37
+ "@angular-devkit/build-angular": "^18.0.4",
38
+ "@angular/cli": "^18.0.4",
39
+ "@angular/compiler-cli": "^18.0.4",
40
40
  "@genesislcap/build-kit": "{{versions.UI}}",
41
41
  "@types/jasmine": "~5.1.0",
42
42
  "file-loader": "^6.2.0",
@@ -47,7 +47,7 @@
47
47
  "karma-jasmine": "~5.1.0",
48
48
  "karma-jasmine-html-reporter": "~2.1.0",
49
49
  "svg-url-loader": "^8.0.0",
50
- "typescript": "~5.3.2",
50
+ "typescript": "~5.4.5",
51
51
  "ts-node": "10.9.2"
52
52
  }
53
53
  }
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.18.3",
4
+ "version": "3.20.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -5,3 +5,5 @@ networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
7
7
  zipStorePath=wrapper/dists
8
+
9
+ compactProcessesStrategy=DEV
@@ -37,7 +37,8 @@ systemDefinition {
37
37
  hosts {
38
38
  host(LOCAL_HOST)
39
39
  }
40
-
40
+
41
+ item(name = "ZeroMQConnectToLocalhostViaLoopback", value = "true")
41
42
  item(name = "DbNamespace", value = "{{appName}}")
42
43
  item(name = "PrimaryIfSingleNode", value = "true")
43
44
  item(name = "ClusterPort", value = "6000")