@kb-labs/shared-cli-ui 2.93.0 → 2.94.0

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/dist/index.js CHANGED
@@ -1537,7 +1537,7 @@ function exportToJSON(entries, options = {}) {
1537
1537
  const filtered = options.filter ? filterDebugEntries(entries, options.filter) : entries;
1538
1538
  if (options.includeMeta === false) {
1539
1539
  return JSON.stringify(
1540
- filtered.map(({ meta, ...rest }) => rest),
1540
+ filtered.map(({ meta: _meta, ...rest }) => rest),
1541
1541
  null,
1542
1542
  2
1543
1543
  );