4.4.4
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "4913ea835810c195df24d3a929315c29a64566cc48e409d8b0f35008b4e02e59",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.4/rules_nodejs-4.4.4.tar.gz"],
)
# OR
http_archive(
name = "rules_nodejs",
sha256 = "995eb2fbcd6c0d27faea1f8b362a3a448d98d42b6c0fddc2943b72fe866a9d8e",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.4/rules_nodejs-core-4.4.4.tar.gz"],
)
No npm packages were published for this bugfix release.
What's Changed
- Update yarn versions by @mattem in #3064
- fix(esbuild): allow passing additional args to the npm install for esbuild by @mattem in #3063
- fix(builtin): fixed missing dist targets by @UebelAndre in #3068
New Contributors
- @UebelAndre made their first contribution in #3068
Full Changelog: 4.4.3...4.4.4