Skip to content

Commit ff247a8

Browse files
author
mike dupont
committedFeb 18, 2025
fixed
1 parent 154b43b commit ff247a8

File tree

3 files changed

+12
-41
lines changed

3 files changed

+12
-41
lines changed
 

‎packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@hapi/shot": "^6.0.1",
7373
"@tavily/core": "^0.0.2",
7474
"@types/hapi": "^18.0.14",
75+
"@types/hapi__shot": "^6.0.0",
7576
"@types/uuid": "10.0.0",
7677
"ai": "4.1.16",
7778
"anthropic-vertex-ai": "1.0.2",

‎packages/core/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"emitDeclarationOnly": true,
1616
"resolveJsonModule": true,
1717
"noImplicitAny": false,
18+
"typeRoots":["./node_modulse/@types"],
1819
"allowJs": true,
1920
"checkJs": false,
2021
"noEmitOnError": false,

‎pnpm-lock.yaml

+10-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)