File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
packages/google-cloud-translate Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 14
14
const config = {
15
15
"enable-source-maps" : true ,
16
16
"throw-deprecation" : true ,
17
- "timeout" : 10000
17
+ "timeout" : 10000 ,
18
+ "recursive" : true
18
19
}
19
20
if ( process . env . MOCHA_THROW_DEPRECATION === 'false' ) {
20
21
delete config [ 'throw-deprecation' ] ;
Original file line number Diff line number Diff line change 3
3
{
4
4
"git": {
5
5
"name": ".",
6
- "remote": "git@ github.com: googleapis/nodejs-translate.git",
7
- "sha": "35786baf2537579ac719d76e75be31de0bf89e18 "
6
+ "remote": "https:// github.com/ googleapis/nodejs-translate.git",
7
+ "sha": "6ca7d9aea43a8934f6426d7c99d9c48a5a81f9fb "
8
8
}
9
9
},
10
10
{
14
14
"sha": "7e1a21195ede14f97f7da30efcff4c6bac599bb5",
15
15
"internalRef": "330665887"
16
16
}
17
+ },
18
+ {
19
+ "git": {
20
+ "name": "synthtool",
21
+ "remote": "https://github.com/googleapis/synthtool.git",
22
+ "sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6"
23
+ }
17
24
}
18
25
],
19
26
"destinations": [
87
94
"README.md",
88
95
"api-extractor.json",
89
96
"linkinator.config.json",
90
- "package-lock.json.338134618",
91
97
"protos/google/cloud/translate/v3/translation_service.proto",
92
98
"protos/google/cloud/translate/v3beta1/translation_service.proto",
93
99
"protos/protos.d.ts",
94
100
"protos/protos.js",
95
101
"protos/protos.json",
96
102
"renovate.json",
97
103
"samples/README.md",
98
- "samples/package-lock.json.1765310384",
99
104
"src/v3/index.ts",
100
105
"src/v3/translation_service_client.ts",
101
106
"src/v3/translation_service_client_config.json",
You can’t perform that action at this time.
0 commit comments