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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "9.8.2",
3
+ "version": "9.8.3",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",