Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 09:24
· 13 commits to main since this release
58e4dc4

Minor Changes

  • #99 1593131 Thanks @LekoArts! - Support Yarn Berry (currently v3 & v4) by modyfing the .yarnrc.yml file inside the destination before trying to install packages from the local Verdaccio registry

  • #101 d4d8ef9 Thanks @LekoArts! - Add SECCO_VERDACCIO_PORT environment variable. You can use this to change the default port (4873) when secco uses Verdaccio.

  • #101 d4d8ef9 Thanks @LekoArts! - You can now use secco inside destinations that are set up with workspaces. It should work for all supported package managers (npm, yarn, pnpm, bun).

    Please note: secco will automatically use the --force-verdaccio flag when inside a workspaces project.

Patch Changes

  • #101 d4d8ef9 Thanks @LekoArts! - Correctly display additional information e.g. during npm install when VERBOSE env var is set