File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ containing:
78
78
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
79
79
http_archive(
80
80
name = " build_bazel_rules_nodejs" ,
81
- sha256 = " 76dd8b94381e1ea5efcd65c73732af91199d9f9640ca0ca6ff35fc244fd549d9 " ,
82
- urls = [" https://github.com/bazelbuild/rules_nodejs/releases/download/0.31.0 /rules_nodejs-0.31.0 .tar.gz" ],
81
+ sha256 = " e04a82a72146bfbca2d0575947daa60fda1878c8d3a3afe868a8ec39a6b968bb " ,
82
+ urls = [" https://github.com/bazelbuild/rules_nodejs/releases/download/0.31.1 /rules_nodejs-0.31.1 .tar.gz" ],
83
83
)
84
84
85
85
load(" @build_bazel_rules_nodejs//:defs.bzl" , " node_repositories" )
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def yarn_install(**kwargs):
85
85
# It will be automatically synced via the npm "version" script
86
86
# that is run when running `npm version` during the release
87
87
# process. See `Releasing` section in README.md.
88
- VERSION = "0.31.0 "
88
+ VERSION = "0.31.1 "
89
89
90
90
def check_rules_nodejs_version (minimum_version_string ):
91
91
"""
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bazel/javascript" ,
3
3
"description" : " Build JavaScript with Bazel" ,
4
- "version" : " 0.31.0 " ,
4
+ "version" : " 0.31.1 " ,
5
5
"keywords" : [
6
6
" javascript" ,
7
7
" bazel"
Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ workspace(
155
155
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
156
156
http_archive(
157
157
name = "build_bazel_rules_nodejs",
158
- sha256 = "76dd8b94381e1ea5efcd65c73732af91199d9f9640ca0ca6ff35fc244fd549d9 ",
159
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.31.0 /rules_nodejs-0.31.0 .tar.gz"],
158
+ sha256 = "e04a82a72146bfbca2d0575947daa60fda1878c8d3a3afe868a8ec39a6b968bb ",
159
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.31.1 /rules_nodejs-0.31.1 .tar.gz"],
160
160
)
161
161
162
162
${ pkgMgr === 'yarn' ? yarnInstallCmd : npmInstallCmd }
You can’t perform that action at this time.
0 commit comments