Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 4 changed files Side-by-side Diff

... ... @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4 4  
5 5 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6 6  
  7 +#### [v1.46.3](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.46.2...v1.46.3)
  8 +
  9 +- Default data.detail to report is empty string [`e551a43`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/e551a439df7c58eafe2f2a7ccc5d53ad258f05df)
  10 +
7 11 #### [v1.46.2](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.46.1...v1.46.2)
8 12  
  13 +> 25 August 2025
  14 +
9 15 - Fix parsing pull core response [`38376c6`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/38376c69f8250fba38a7b3e336e4950818280f01)
10 16  
11 17 #### [v1.46.1](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.46.0...v1.46.1)
... ... @@ -202,7 +202,7 @@ const report = async (data, xidFromCaller) => {
202 202 remote_product: data.remote_product
203 203 || (data.misc && data.misc.task && typeof data.misc.task.remote_product === 'string' && data.misc.task.remote_product)
204 204 || null,
205   - detail: data.detail || null,
  205 + detail: data.detail || '',
206 206 });
207 207  
208 208 logger.verbose(`${MODULE_NAME} 2110168C: Sending report to CORE`, {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.46.2",
  3 + "version": "1.46.3",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk",
9   - "version": "1.46.2",
  9 + "version": "1.46.3",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "array-unique": "^0.3.2",
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.46.2",
  3 + "version": "1.46.3",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {