Skip to content

Commit 8d0d87f

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: include the correct version of node in a header (#46)
1 parent b2d3514 commit 8d0d87f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-recaptchaenterprise/src/v1beta1/recaptcha_enterprise_service_v1_beta1_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RecaptchaEnterpriseServiceV1Beta1Client {
8181

8282
// Determine the client header string.
8383
const clientHeader = [
84-
`gl-node/${process.version}`,
84+
`gl-node/${process.versions.node}`,
8585
`grpc/${gaxGrpc.grpcVersion}`,
8686
`gax/${gax.version}`,
8787
`gapic/${VERSION}`,

packages/google-cloud-recaptchaenterprise/synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-08-02T11:22:34.432117Z",
2+
"updateTime": "2019-08-21T11:20:00.859575Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.32.0",
8-
"dockerImage": "googleapis/artman@sha256:6929f343c400122d85818195b18613330a12a014bffc1e08499550d40571479d"
7+
"version": "0.34.0",
8+
"dockerImage": "googleapis/artman@sha256:38a27ba6245f96c3e86df7acb2ebcc33b4f186d9e475efe2d64303aec3d4e0ea"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "3a40d3a5f5e5a33fd49888a8a33ed021f65c0ccf",
16-
"internalRef": "261297518"
15+
"sha": "11592a15391951348a64f5c303399733b1c5b3b2",
16+
"internalRef": "264425502"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)