@genesislcap/blank-app-seed 2.10.0 → 2.11.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": "2.10.0",
4
+ "version": "2.11.1",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.170.0",
3
- "GSF": "7.1.17",
4
- "Auth": "7.1.6"
2
+ "UI": "14.172.0",
3
+ "GSF": "7.1.18",
4
+ "Auth": "7.1.8"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.11.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v2.11.0...v2.11.1) (2024-04-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * copying auth data folder to genesis-home and license report plugin version (GSF-6771) (#186) d1369cc, closes PSD-9
9
+
10
+ ## [2.11.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v2.10.0...v2.11.0) (2024-04-15)
11
+
12
+
13
+ ### Features
14
+
15
+ * Add parent folder for h2 database GENC-289 (#181) ee8b51c
16
+
3
17
  ## [2.10.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v2.9.0...v2.10.0) (2024-04-12)
4
18
 
5
19
 
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": "2.10.0",
4
+ "version": "2.11.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -3,7 +3,7 @@ systemDefinition {
3
3
  item(name = "DbLayer", value = "SQL")
4
4
  item(name = "SqlEnableSequenceGeneration", value = true)
5
5
  item(name = "DictionarySource", value = "DB")
6
- item(name = "DbHost", value = "jdbc:h2:file:~/{{appName}}/server/h2/test;DB_CLOSE_DELAY=-1;NON_KEYWORDS=VALUE,KEY;AUTO_SERVER=TRUE")
6
+ item(name = "DbHost", value = "jdbc:h2:file:~/genesis-local-db/{{appName}}/h2/test;DB_CLOSE_DELAY=-1;NON_KEYWORDS=VALUE,KEY;AUTO_SERVER=TRUE")
7
7
  item(name = "DbQuotedIdentifiers", value = true)
8
8
  item(name = "DEPLOYED_PRODUCT", value = "{{appName}}")
9
9
  item(name = "MqLayer", value = "ZeroMQ")