v1.2.0
Notable changes since v1.1.1: - New -e/--edit flag opens the active config file in $EDITOR. - Lazy import of keeper.ts so --help and --version skip the nut.js native load on cold start. - Various audit cleanups: failRuntime() mirror, named Logger interface, errors.ts module, autoDelayMs moved out of module-load side effects, defaultConfigPath guards against unset HOME, noUncheckedIndexedAccess enabled in tsconfig. - Added Bun test suite (34 tests across resolveConfig, loadConfigFile, editConfig). - scripts/dev-setup.sh made POSIX-portable.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "move",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user