jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

feat: install and upgrade default to latest #267

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Fixes #227 and #226. Internally, flags like resolution mode, --freeze and --latest are now passed through to the installer on a per-install basis rather than as global flags. The public interface remains the same, but we could consider exposing freeze/latest as options on generator.install() instead at some point.