Commit f01a581
authored
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.json1 parent 6d7ce2f commit f01a581
File tree
5 files changed
+24
-11
lines changed- common/protocol/src
- tools/kysor
- src
- commands
5 files changed
+24
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
335 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
408 | 419 | | |
| 420 | + | |
409 | 421 | | |
| 422 | + | |
410 | 423 | | |
411 | | - | |
412 | 424 | | |
413 | 425 | | |
414 | 426 | | |
| |||
0 commit comments