Skip to content

Commit aff8f32

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: include the correct version of node in a header (#220)
1 parent edf551f commit aff8f32

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/google-cloud-oslogin/src/v1beta/os_login_service_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class OsLoginServiceClient {
8484

8585
// Determine the client header string.
8686
const clientHeader = [
87-
`gl-node/${process.version}`,
87+
`gl-node/${process.versions.node}`,
8888
`grpc/${gaxGrpc.grpcVersion}`,
8989
`gax/${gax.version}`,
9090
`gapic/${VERSION}`,

packages/google-cloud-oslogin/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-08-02T11:20:35.234702Z",
2+
"updateTime": "2019-08-21T11:17:56.817684Z",
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)