Skip to content

v1.0.29

Choose a tag to compare

@toandrew toandrew released this 21 Jun 16:39
· 95 commits to main since this release

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.