trm-core 9.8.2 → 9.8.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.
|
@@ -625,8 +625,7 @@ class RESTClient {
|
|
|
625
625
|
} : undefined)).data;
|
|
626
626
|
return result.packages.map(o => {
|
|
627
627
|
return Object.assign(Object.assign({}, o), {
|
|
628
|
-
manifest: Buffer.from(o.manifest, 'base64').toString('utf8')
|
|
629
|
-
dirty: o.dirty === 'X'
|
|
628
|
+
manifest: Buffer.from(o.manifest, 'base64').toString('utf8')
|
|
630
629
|
});
|
|
631
630
|
});
|
|
632
631
|
});
|