We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b057c commit 5bfec7bCopy full SHA for 5bfec7b
MODULE.bazel
@@ -1,4 +1,6 @@
1
-module(name = "protobuf_javascript", version = "4.0.1")
+"Bazel module that provides protoc-gen-js."
2
+
3
+module(name = "protobuf_javascript", version = "0.0.0") # updated by release action
4
5
bazel_dep(name = "abseil-cpp", version = "20250512.1")
6
bazel_dep(name = "protobuf", version = "33.0", repo_name = "com_google_protobuf")
0 commit comments