Skip to content

jspm 0.10.1

Compare
Choose a tag to compare
@guybedford guybedford released this 02 Jan 15:57
· 1416 commits to main since this release

jspm CLI features

  • Endpoint API v2 post-install dependencies feature to allow Node core libs downloaded only when used (c5125f1)
  • Upgrade path to jspm-npm@0.15 (0ef24c6)
  • Simplify logging by silencing fresh secondary installs (3c29780)
  • Show a warning for packages without a main (2d5c923)
  • Support a basepath argument for jspm init - eg jspm init . (a8123fd, a168862)
  • Show a warning for packages with heavy processing requirements (5c1d144)

jspm CLI bug fixes

  • When setting registry: "npm" for a GitHub repo, process configuration with npm endpoint (ebbd8f2)
  • Remove legacy jspm CLI 0.6 global support (b4a1f5f)
  • Fix uninstall behaviour (8e39b25)

jspm npm features

jspm npm bug fixes