Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 5da38b1

Browse files
Merge branch 'master' into c8ify
2 parents ae455ed + 2f2c421 commit 5da38b1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.kokoro/publish.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@
4141
"predocs-test": "npm run docs",
4242
"prelint": "cd samples; npm link ../; npm install",
4343
"clean": "gts clean",
44-
"precompile": "gts clean"
44+
"precompile": "gts clean",
45+
"api-extractor": "api-extractor run --local",
46+
"api-documenter": "api-documenter yaml --input-folder=temp"
4547
},
4648
"dependencies": {
4749
"@google-cloud/common": "^3.0.0",
48-
"acorn": "^7.0.0",
50+
"acorn": "^8.0.0",
4951
"coffeescript": "^2.0.0",
5052
"console-log-level": "^1.4.0",
5153
"extend": "^3.0.2",
@@ -84,6 +86,8 @@
8486
"teeny-request": "^7.0.0",
8587
"tmp-promise": "^3.0.0",
8688
"typescript": "^3.8.3",
87-
"uuid": "^8.0.0"
89+
"uuid": "^8.0.0",
90+
"@microsoft/api-documenter": "^7.8.10",
91+
"@microsoft/api-extractor": "^7.8.10"
8892
}
8993
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/cloud-debug-nodejs.git",
7-
"sha": "d1ccc16c00fb25421657f481a70ee2a8dd372b62"
7+
"sha": "c4472ecf27f8b22e8cdbfd3debe93bfaf1849ab2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b"
14+
"sha": "d82deccf657a66e31bd5da9efdb96c6fa322fc7e"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)