Skip to content

Commit 846b1ec

Browse files
fix build
1 parent d5cf113 commit 846b1ec

File tree

4 files changed

+1404
-465
lines changed

4 files changed

+1404
-465
lines changed

agent/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"rootDir": ".",

packages/plugin-trustdb/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88
"@ai16z/eliza": "workspace:*",
99
"tsup": "^8.3.5",
1010
"uuid": "11.0.2",
11-
"vitest": "^2.1.4"
11+
"vitest": "^2.1.4",
12+
"dompurify": "3.2.0"
1213
},
1314
"scripts": {
1415
"build": "tsup --format esm --dts",
1516
"test": "vitest"
1617
},
18+
"devDependencies": {
19+
"@types/dompurify": "^3.2.0"
20+
},
1721
"peerDependencies": {
1822
"whatwg-url": "7.1.0"
1923
}

0 commit comments

Comments
 (0)