Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Releases: waveremit/pants-node

Bugfix 1.1.3

31 May 20:07
61fceb6

Choose a tag to compare

Bug fix

  • prevent crash if use_nvm is enabled but nvm is not in use.

1.1.1

27 May 17:10
231f734

Choose a tag to compare

Updates in this release:

Change Dependency on sendwave-pants-docker from a link hosted on github to a package reference. Which allows this package to be uploaded to pypi. (URL links are not allowed in projects published on pypi)

Version 1.1.0

27 May 16:01
8d2bbd5

Choose a tag to compare

Updates in this Release:

[Breaking] The build context is now restricted to a subtree rooted at the node_package definition

Ensure the following when updating:

  • That your node package does not include any source files outside of its subtree.
  • That your package.json & package-lock.json are located in the same directory as the appropriate node_package definition.
  • That your pants:build script does not reference the full source path to the node_package target

[Breaking] The package.json & package-lock.json files are no longer included automatically

  • Ensure both files are included in a node_library target.

[Breaking] Removed Symlinks from installed node_modules

  • Ensure your pants:build script references the appropriate executable js file directly.

Added the [node] configuration scope with the following configuration options, see ./pants help node for details

  • use_nvm
  • search_paths

v1.0

08 Mar 22:25
6b995fd

Choose a tag to compare

Update plugin to be compatible with Pants 2.9.x.