trm-core 6.1.13 → 6.1.14

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.
@@ -104,9 +104,10 @@ exports.init = {
104
104
  context.rawInput.installData.import = {};
105
105
  }
106
106
  if (!context.rawInput.installData.installDevclass) {
107
- context.rawInput.installData.installDevclass = {
108
- replacements: []
109
- };
107
+ context.rawInput.installData.installDevclass = {};
108
+ }
109
+ if (!context.rawInput.installData.installDevclass.replacements) {
110
+ context.rawInput.installData.installDevclass.replacements = [];
110
111
  }
111
112
  if (!context.rawInput.installData.installTransport) {
112
113
  context.rawInput.installData.installTransport = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "6.1.13",
3
+ "version": "6.1.14",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",