Skip to content

4.5.1

Compare
Choose a tag to compare
@alexeagle alexeagle released this 17 Dec 03:57
· 403 commits to stable since this release

Re-release of 4.5.0 for systems that cached wrong .tar.gz artifacts which were live for several hours.

No code changes from 4.5.0, and no npm packages for this release.

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "f0f76a06fd6c10e8fb9a6cb9389fa7d5816dbecd9b1685063f89fb20dc6822f3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.5.1/rules_nodejs-4.5.1.tar.gz"],
)
# OR
http_archive(
    name = "rules_nodejs",
    sha256 = "21ace31956ed2d42c4d1a71ec9bf44e88edc8d4e6d3e88f7743a56ee1fc95bb1",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.5.1/rules_nodejs-core-4.5.1.tar.gz"],
)