rez_core 3.1.135 → 3.1.136

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "3.1.135",
3
+ "version": "3.1.136",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -1011,6 +1011,7 @@ export class IntegrationService {
1011
1011
  provider: 'multiple',
1012
1012
  service: 'multiple',
1013
1013
  timestamp: new Date(),
1014
+ message: results.map((r) => r.message).join(','),
1014
1015
  };
1015
1016
  }
1016
1017
  } else {