v1.0.29
v1.0.29
Fix: version resolution from npx cache
install.js now resolves the download version via:
DELTA_CLI_VERSION env var > npm registry > local package.json (fallback)
This prevents npx cache from serving stale versions when the cached package.json has an old version number.
install-wizard.js: after npm install -g, explicitly re-runs install.js with the correct version from registry.
run.js: passes DELTA_CLI_VERSION env var to install.js.