Skip to content

Commit 16e56af

Browse files
author
mike dupont
committed
now compiles
1 parent 49ff7e6 commit 16e56af

20 files changed

+5903
-3144
lines changed

agent/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rootDir": ".",
66
"module": "ESNext",
77
"moduleResolution": "Bundler",
8-
"types": ["node", "jest"]
8+
"types": ["node"]
99
},
1010
"ts-node": {
1111
"experimentalSpecifierResolution": "node",

packages/client-direct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/hapi": "^18.0.14"
3535
},
3636
"devDependencies": {
37-
"@types/express": "5.0.0",
37+
"@types/express": "4.17.21",
3838
"@types/multer": "1.4.12",
3939
"tsup": "8.3.5"
4040
},

pnpm-lock.yaml

+4,819-2,829
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/jsdoc-automation/package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,40 @@
1010
"build": "tsup",
1111
"dev": "tsup --watch",
1212
"start": "node dist/index.js",
13-
"dev2": "node --inspect-brk --loader ts-node/esm src/index.ts",
14-
"start_ts": "node --loader ts-node/esm src/index.ts",
13+
"dbg": "node --inspect-brk --loader ts-node/esm src/index.ts",
14+
"dbg2": "node --inspect --loader ts-node/esm src/index.ts",
15+
"ts": "node --trace-warnings --trace-deprecation --loader ts-node/esm src/index.ts",
1516
"clean": "rm -rf node_modules dist"
1617
},
1718
"keywords": [],
1819
"author": "",
1920
"license": "MIT",
20-
"dependencies": {
21-
"@elizaos/plugin-bootstrap": "workspace:*",
21+
"dependencies": {
2222
"@elizaos/core": "workspace:*",
23-
23+
"@elizaos/plugin-bootstrap": "workspace:*",
24+
"@hapi/shot": "^6.0.1",
2425
"@octokit/rest": "^21.0.2",
25-
"@typescript-eslint/parser": "8.26.0",
26-
"@typescript-eslint/types": "8.26.0",
26+
"@types/hapi": "^18.0.14",
27+
"@types/hapi__shot": "4.1.6",
28+
"@typescript-eslint/parser": "^8.26.0",
29+
"@typescript-eslint/types": "^8.26.0",
2730
"@typescript-eslint/typescript-estree": "8.26.0",
2831
"agentkeepalive": "^4.6.0",
2932
"dotenv": "^16.4.7",
3033
"http": "0.0.1-security",
31-
3234
"langchain": "^0.3.7",
3335
"langsmith": "^0.3.11",
3436
"punycode": "^2.3.1",
3537
"whatwg-url": "^14.1.1",
36-
"yaml": "^2.3.4",
37-
"@hapi/shot": "^6.0.1",
38-
"@types/hapi__shot": "^6.0.0",
39-
"@types/hapi": "^18.0.14"
38+
"yaml": "^2.3.4"
4039
},
4140
"devDependencies": {
4241
"@hapi/shot": "^6.0.1",
4342
"@types/hapi": "^18.0.14",
4443
"@types/hapi__shot": "^6.0.0",
45-
"@types/node": "^20.17.10",
44+
"@types/node": "^20.17.19",
45+
"@typescript-eslint/parser": "^8.26.0",
46+
"@typescript-eslint/types": "^8.26.0",
4647
"ts-node": "^10.9.2",
4748
"tsup": "^8.3.5",
4849
"typescript": "5.3.3"

0 commit comments

Comments
 (0)