qcobjects-cli 2.4.45 → 2.4.46

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.45
1
+ 2.4.46
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects-cli",
3
- "version": "2.4.45",
3
+ "version": "2.4.46",
4
4
  "description": "qcobjects cli command line tool",
5
5
  "main": "src/index.cjs",
6
6
  "module": "src/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "commander": "^10.0.1",
26
26
  "mime": "^2.4.7",
27
- "qcobjects": "^2.4.71",
27
+ "qcobjects": "^2.4.73",
28
28
  "yaml": "^2.2.2",
29
29
  "qcobjects-sdk": "^2.4.33"
30
30
  },
@@ -44,12 +44,12 @@
44
44
  "eslint-plugin-n": "^15.7.0",
45
45
  "eslint-plugin-promise": "^6.1.1",
46
46
  "jasmine": "^3.99.0",
47
- "qcobjects": "^2.4.71",
47
+ "qcobjects": "^2.4.73",
48
48
  "qcobjects-sdk": "^2.4.34",
49
49
  "qcobjects-tsconfig": "^2.4.10"
50
50
  },
51
51
  "peerDependencies": {
52
- "qcobjects": "^2.4.71",
52
+ "qcobjects": "^2.4.73",
53
53
  "qcobjects-sdk": "^2.4.33"
54
54
  },
55
55
  "repository": {
@@ -237,8 +237,7 @@ Package("org.quickcorp.qcobjects.main.http2.server", [
237
237
  logger.debug("Session was normally finishing...");
238
238
  }
239
239
  } catch (e) {
240
- logger.debug("An unhandled error occurred during timeout catching...");
241
- logger.debug(e.message);
240
+ logger.debug(`An unhandled error occurred during timeout catching: ${e}`);
242
241
  }
243
242
 
244
243
  if (!stream.destroyed) {