Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 028032f

Browse files
authored
feat: hapi 17 tracing support (#710)
PR-URL: #710
1 parent b646611 commit 028032f

9 files changed

Lines changed: 225 additions & 353 deletions

File tree

package-lock.json

Lines changed: 3 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/get-plugin-types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export async function getPluginTypes() {
2424
if (!matches) {
2525
continue;
2626
}
27-
console.log(matches);
2827
const [, packageName, name, version] = matches;
2928
const installDir = `${TYPES_DIRECTORY}/${packageName}`;
3029
if (await mkdirSafeP(installDir)) {

0 commit comments

Comments
 (0)