As demonstrated by this pull request:
googleapis/nodejs-web-security-scanner#48
The first time common_templates.node_library() ran, it generated the following code:
export {v1, v1alpha, v1beta, WebSecurityScannerClient};
And the second time, it generated:
export {v1alpha, v1, v1beta, WebSecurityScannerClient};
As demonstrated by this pull request:
googleapis/nodejs-web-security-scanner#48
The first time
common_templates.node_library()ran, it generated the following code:And the second time, it generated: