You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enable --ensure-no-loss false flag to disable functionality (#187)
* fix: enable --ensure-no-loss false flag to disable functionality
- Update option definition to accept [value] parameter in both kysor and protocol
- Change default from boolean true to string "true" for proper parsing
- Fix kysor.ts logic to properly handle false case by passing --ensure-no-loss false
- Add proper type normalization to handle both string and boolean types
- Update version numbers in package.json files
This completes the fix for ensureNoLoss flag, allowing users to disable
the functionality by passing --ensure-no-loss false.
* Bump version to 1.4.1 in package.json
0 commit comments