@genesislcap/blank-app-seed 2.0.1 → 2.0.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": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -40,7 +40,8 @@
40
40
  ".md",
41
41
  ".properties",
42
42
  ".html",
43
- ".gitignore"
43
+ ".gitignore",
44
+ ".xml"
44
45
  ]
45
46
  }
46
47
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v2.0.1...v2.0.2) (2024-03-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * consolidator as gpal and interpolate variables in xml files DVOP-620 (#143) 5a33dff
9
+
3
10
  ## [2.0.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v2.0.0...v2.0.1) (2024-03-11)
4
11
 
5
12
 
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.0.1",
4
+ "version": "2.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -46,10 +46,11 @@
46
46
  <!-- <groupId>{{upperCase appName}}</groupId>-->
47
47
  <!-- <start>true</start>-->
48
48
  <!-- <options>-Xmx256m -DRedirectStreamsToLog=true -DXSD_VALIDATE=false</options>-->
49
- <!-- <module>consolidator2</module>-->
50
- <!-- <package>global.genesis.consolidator2</package>-->
51
- <!-- <config>{{appName}}-consolidator2.xml</config>-->
49
+ <!-- <module>genesis-pal-consolidator</module>-->
50
+ <!-- <package>global.genesis.pal.consolidator</package>-->
51
+ <!-- <script>{{appName}}-consolidator.kts</script>-->
52
52
  <!-- <loggingLevel>INFO,DATADUMP_OFF</loggingLevel>-->
53
+ <!-- <language>pal</language>-->
53
54
  <!-- </process>-->
54
55
  <!-- <process name="{{upperCase appName}}_STREAMER">-->
55
56
  <!-- <groupId>{{upperCase appName}}</groupId>-->