| | |
| | | Object.defineProperty(exports, '__esModule', { |
| | | value: true |
| | | }); |
| | | exports.default = void 0; |
| | | exports.default = getSnapshotSummary; |
| | | |
| | | function _chalk() { |
| | | const data = _interopRequireDefault(require('chalk')); |
| | |
| | | |
| | | const SNAPSHOT_UPDATED = _chalk().default.bold.green; |
| | | |
| | | var _default = (snapshots, globalConfig, updateCommand) => { |
| | | function getSnapshotSummary(snapshots, globalConfig, updateCommand) { |
| | | const summary = []; |
| | | summary.push(SNAPSHOT_SUMMARY('Snapshot Summary')); |
| | | |
| | |
| | | } |
| | | |
| | | return summary; |
| | | }; |
| | | |
| | | exports.default = _default; |
| | | } |