Skip to content

4.6.3

Compare
Choose a tag to compare
@alexeagle alexeagle released this 25 Feb 19:42
· 403 commits to stable since this release

Note, no npm packages were published for this release, as there were no changes since 4.6.2

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "ad3e5afa52ef9aac4da426f61e339c054ecbc0e6665cec2109f8846b4c8339e3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.3/rules_nodejs-4.6.3.tar.gz"],
)

# Or for core package
http_archive(
    name = "rules_nodejs",
    sha256 = "5107baea6eb4ca5ea114bd027e6cc7c92df33922d8af891e4a00c29a0183d267",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.3/rules_nodejs-core-4.6.3.tar.gz"],
)

What's Changed

  • fix(builtin): take custom node_repositories value into account when checking if Node version exists for the platform by @mattem in #3342

Full Changelog: 4.6.2...4.6.3