trm-client 3.1.2 → 3.1.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.
@@ -109,7 +109,7 @@ function install(commandArgs) {
109
109
  });
110
110
  var sOutput = `${output.trmPackage.packageName} installed`;
111
111
  if (output.wbTransport) {
112
- sOutput += `, use ${output.wbTransport} transport.`;
112
+ sOutput += `, use ${output.wbTransport.trkorr} transport.`;
113
113
  }
114
114
  else {
115
115
  sOutput += `.`;
@@ -19,6 +19,7 @@ function checkTrmDependencies() {
19
19
  const trmDependencies = (0, getTrmDependencies_1.getTrmDependencies)();
20
20
  if (trmDependencies && Object.keys(trmDependencies).length > 0) {
21
21
  const oPublicRegistry = new trm_core_1.Registry('public');
22
+ trm_core_1.Logger.loading(`Reading system data...`);
22
23
  const aSystemPackages = yield trm_core_1.SystemConnector.getInstalledPackages(true);
23
24
  Object.keys(trmDependencies).forEach(packageName => {
24
25
  const versionRange = trmDependencies[packageName];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-client",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "TRM (Transport Request Manager) Client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "get-root-path": "^2.0.2",
40
40
  "ini": "^4.1.1",
41
41
  "semver": "^7.5.4",
42
- "trm-core": "^4.0.4",
42
+ "trm-core": "^4.1.0",
43
43
  "trm-registry-types": "^1.0.3",
44
44
  "xml2js": "^0.6.2"
45
45
  },