v1.0.1
Patch release.
Fixed
- Asset comparison recommendations (
compareAssets): recommendations were generated from an unsorted list, so the "focus on the riskiest asset" advice depended on the order assets were passed in. They are now derived from the risk-sorted list and are order-independent.
Internal
- Added an offline unit-test suite for
asset_management.ts(validation, factor mapping, scoring, recommendations, andcompareAssets); test suite is now 37 tests. - Aligned
package.jsonversion with the public release line (1.0.1).
Full Changelog: v1.0.0...v1.0.1