Skip to content

Commit 5315bc6

Browse files
authored
Update debug package (#614)
Also make the inspectOpts setting work by intercept the formatter call.
1 parent cbe3b16 commit 5315bc6

File tree

33 files changed

+342
-452
lines changed

33 files changed

+342
-452
lines changed

ts/examples/memoryProviders/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@elastic/elasticsearch": "^8.17.0",
3131
"aiclient": "workspace:*",
3232
"better-sqlite3": "11.8.1",
33-
"debug": "^4.3.4",
33+
"debug": "^4.4.0",
3434
"knowledge-processor": "workspace:*",
3535
"typeagent": "workspace:*",
3636
"typechat": "^0.1.1"
3737
},
3838
"devDependencies": {
3939
"@types/better-sqlite3": "7.6.11",
40-
"@types/debug": "^4.1.10",
40+
"@types/debug": "^4.1.12",
4141
"@types/jest": "^29.5.7",
4242
"@types/node": "^18.18.7",
4343
"copyfiles": "^2.4.1",

ts/examples/viewList/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"dependencies": {
2828
"agent-dispatcher": "workspace:*",
2929
"chalk": "^5.3.0",
30-
"debug": "^4.3.4"
30+
"debug": "^4.4.0"
3131
},
3232
"devDependencies": {
33-
"@types/debug": "^4.1.10",
33+
"@types/debug": "^4.1.12",
3434
"@types/jest": "^29.5.7",
3535
"@types/node": "^18.18.7",
3636
"copy-webpack-plugin": "^12.0.1",

ts/examples/vscodeSchemaGen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"aiclient": "workspace:*",
2626
"chalk": "^5.3.0",
2727
"copyfiles": "^2.4.1",
28-
"debug": "^4.3.4",
28+
"debug": "^4.4.0",
2929
"dotenv": "^16.3.1",
3030
"fastest-levenshtein": "^1.0.16",
3131
"typeagent": "workspace:*",

ts/examples/whisperClient/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"dependencies": {
2525
"chalk": "^5.3.0",
26-
"debug": "^4.3.4"
26+
"debug": "^4.4.0"
2727
},
2828
"devDependencies": {
29-
"@types/debug": "^4.1.10",
29+
"@types/debug": "^4.1.12",
3030
"@types/jest": "^29.5.7",
3131
"@types/node": "^18.18.7",
3232
"copy-webpack-plugin": "^12.0.1",

ts/packages/actionSchema/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"tsc": "tsc -b"
3030
},
3131
"dependencies": {
32-
"debug": "^4.3.4",
32+
"debug": "^4.4.0",
3333
"typechat": "^0.1.1",
3434
"typescript": "^5.4.2"
3535
},
3636
"devDependencies": {
37-
"@types/debug": "^4.1.10",
37+
"@types/debug": "^4.1.12",
3838
"@types/jest": "^29.5.7",
3939
"@types/node": "^18.18.7",
4040
"jest": "^29.7.0",

ts/packages/actionSchema/src/type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export type SchemaType =
110110
export interface ActionSchemaObject extends SchemaTypeObject {
111111
fields: {
112112
actionName: SchemaObjectField<SchemaTypeStringUnion>;
113-
parameters: SchemaObjectField<
113+
parameters?: SchemaObjectField<
114114
| SchemaTypeObject
115115
| SchemaTypeReference<
116116
| SchemaTypeAliasDefinition<SchemaTypeObject>

ts/packages/agentRpc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"dependencies": {
2929
"@typeagent/agent-sdk": "workspace:*",
3030
"common-utils": "workspace:*",
31-
"debug": "^4.3.4"
31+
"debug": "^4.4.0"
3232
},
3333
"devDependencies": {
34-
"@types/debug": "^4.1.10",
34+
"@types/debug": "^4.1.12",
3535
"@types/jest": "^29.5.7",
3636
"jest": "^29.7.0",
3737
"prettier": "^3.2.5",

ts/packages/agentSdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"tsc": "tsc -b"
2929
},
3030
"dependencies": {
31-
"debug": "^4.3.4",
31+
"debug": "^4.4.0",
3232
"type-fest": "^4.26.1"
3333
},
3434
"devDependencies": {
35-
"@types/debug": "^4.1.10",
35+
"@types/debug": "^4.1.12",
3636
"@types/jest": "^29.5.7",
3737
"jest": "^29.7.0",
3838
"prettier": "^3.2.5",

ts/packages/agents/agentUtils/graphUtils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"chalk": "^5.3.0",
3636
"common-utils": "workspace:*",
3737
"date-fns": "^4.1.0",
38-
"debug": "^4.3.4",
38+
"debug": "^4.4.0",
3939
"dotenv": "^16.3.1",
4040
"find-config": "^1.0.0",
4141
"proper-lockfile": "^4.1.2",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@microsoft/microsoft-graph-types": "^2.40.0",
48-
"@types/debug": "^4.1.10",
48+
"@types/debug": "^4.1.12",
4949
"@types/find-config": "1.0.4",
5050
"@types/jest": "^29.5.7",
5151
"@types/node": "^18.18.7",

ts/packages/agents/browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"agent-rpc": "workspace:*",
3535
"aiclient": "workspace:*",
3636
"common-utils": "workspace:*",
37-
"debug": "^4.3.4",
37+
"debug": "^4.4.0",
3838
"dompurify": "^3.1.6",
3939
"html-to-text": "^9.0.5",
4040
"jsonpath": "^1.1.1",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@types/chrome": "^0.0.256",
53-
"@types/debug": "^4.1.10",
53+
"@types/debug": "^4.1.12",
5454
"@types/dompurify": "^3.0.5",
5555
"@types/html-to-text": "^9.0.4",
5656
"@types/jquery": "^3.5.14",

ts/packages/agents/calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"dependencies": {
2626
"@typeagent/agent-sdk": "workspace:*",
2727
"chalk": "^5.3.0",
28-
"debug": "^4.3.4",
28+
"debug": "^4.4.0",
2929
"graph-utils": "workspace:*"
3030
},
3131
"devDependencies": {
32-
"@types/debug": "^4.1.10",
32+
"@types/debug": "^4.1.12",
3333
"prettier": "^3.2.5",
3434
"rimraf": "^5.0.5",
3535
"typescript": "^5.4.2"

ts/packages/agents/desktop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chalk": "^5.3.0",
3232
"common-utils": "workspace:*",
3333
"cors": "^2.8.5",
34-
"debug": "^4.3.4",
34+
"debug": "^4.4.0",
3535
"dotenv": "^16.3.1",
3636
"find-config": "^1.0.0",
3737
"open": "^7.0.4",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@types/body-parser": "^1.19.5",
4444
"@types/cors": "^2.8.17",
45-
"@types/debug": "^4.1.10",
45+
"@types/debug": "^4.1.12",
4646
"@types/express": "^4.17.17",
4747
"@types/find-config": "1.0.4",
4848
"@types/node": "^20.3.1",

ts/packages/agents/email/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@typeagent/agent-sdk": "workspace:*",
2727
"aiclient": "workspace:*",
2828
"chalk": "^5.3.0",
29-
"debug": "^4.3.4",
29+
"debug": "^4.4.0",
3030
"graph-utils": "workspace:*",
3131
"typeagent": "workspace:*"
3232
},
3333
"devDependencies": {
34-
"@types/debug": "^4.1.10",
34+
"@types/debug": "^4.1.12",
3535
"prettier": "^3.2.5",
3636
"rimraf": "^5.0.5",
3737
"typescript": "^5.4.2"

ts/packages/agents/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typechat": "^0.1.1"
3737
},
3838
"devDependencies": {
39-
"@types/debug": "^4.1.10",
39+
"@types/debug": "^4.1.12",
4040
"@types/express": "^4.17.17",
4141
"@types/jest": "^29.5.7",
4242
"@types/katex": "^0.16.7",

ts/packages/agents/player/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"axios": "^1.7.4",
2828
"chalk": "^5.3.0",
2929
"common-utils": "workspace:*",
30-
"debug": "^4.3.4",
30+
"debug": "^4.4.0",
3131
"dotenv": "^16.3.1",
3232
"express": "^4.21.2",
3333
"open": "^7.0.4",
3434
"typechat": "^0.1.1"
3535
},
3636
"devDependencies": {
37-
"@types/debug": "^4.1.10",
37+
"@types/debug": "^4.1.12",
3838
"@types/express": "^4.17.17",
3939
"@types/node": "^20.3.1",
4040
"@types/spotify-api": "^0.0.22",

ts/packages/agents/turtle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"dependencies": {
2525
"@typeagent/agent-sdk": "workspace:*",
2626
"chalk": "^5.3.0",
27-
"debug": "^4.3.4"
27+
"debug": "^4.4.0"
2828
},
2929
"devDependencies": {
30-
"@types/debug": "^4.1.10",
30+
"@types/debug": "^4.1.12",
3131
"@types/jest": "^29.5.7",
3232
"@types/node": "^18.18.7",
3333
"copy-webpack-plugin": "^12.0.1",

ts/packages/aiclient/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"dependencies": {
3131
"@azure/identity": "4.2.1",
3232
"async": "^3.2.5",
33-
"debug": "^4.3.4",
33+
"debug": "^4.4.0",
3434
"telemetry": "workspace:*",
3535
"typechat": "^0.1.1"
3636
},
3737
"devDependencies": {
3838
"@types/async": "^3.2.24",
39-
"@types/debug": "^4.1.10",
39+
"@types/debug": "^4.1.12",
4040
"@types/jest": "^29.5.7",
4141
"@types/node": "^18.18.7",
4242
"dotenv": "^16.3.1",

ts/packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"aiclient": "workspace:*",
3636
"chalk": "^5.3.0",
3737
"common-utils": "workspace:*",
38-
"debug": "^4.3.4",
38+
"debug": "^4.4.0",
3939
"default-agent-provider": "workspace:*",
4040
"dotenv": "^16.3.1",
4141
"find-config": "^1.0.0",
@@ -49,7 +49,7 @@
4949
"ws": "^8.17.1"
5050
},
5151
"devDependencies": {
52-
"@types/debug": "^4.1.10",
52+
"@types/debug": "^4.1.12",
5353
"@types/find-config": "1.0.4",
5454
"@types/jest": "^29.5.7",
5555
"@types/node": "^18.18.7",

ts/packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"async": "^3.2.5",
3535
"chalk": "^5.3.0",
3636
"common-utils": "workspace:*",
37-
"debug": "^4.3.4",
37+
"debug": "^4.4.0",
3838
"telemetry": "workspace:*",
3939
"typechat": "^0.1.1"
4040
},
4141
"devDependencies": {
4242
"@types/async": "^3.2.24",
43-
"@types/debug": "^4.1.10",
43+
"@types/debug": "^4.1.12",
4444
"@types/jest": "^29.5.7",
4545
"@types/node": "^18.18.7",
4646
"jest": "^29.7.0",

ts/packages/cacheExplorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"agent-cache": "workspace:*",
2929
"agent-dispatcher": "workspace:*",
3030
"chalk": "^5.3.0",
31-
"debug": "^4.3.4"
31+
"debug": "^4.4.0"
3232
},
3333
"devDependencies": {
34-
"@types/debug": "^4.1.10",
34+
"@types/debug": "^4.1.12",
3535
"@types/jest": "^29.5.7",
3636
"@types/node": "^18.18.7",
3737
"html-webpack-plugin": "^5.6.0",

ts/packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"aiclient": "workspace:*",
5353
"chalk": "^5.3.0",
5454
"common-utils": "workspace:*",
55-
"debug": "^4.3.4",
55+
"debug": "^4.4.0",
5656
"default-agent-provider": "workspace:*",
5757
"dotenv": "^16.3.1",
5858
"rimraf": "^5.0.5",
5959
"ts-node": "^10.9.1",
6060
"typechat": "^0.1.1"
6161
},
6262
"devDependencies": {
63-
"@types/debug": "^4.1.10",
63+
"@types/debug": "^4.1.12",
6464
"@types/jest": "^29.5.7",
6565
"@types/node": "^18.18.7",
6666
"jest": "^29.7.0",

ts/packages/coda/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"body-parser": "^1.20.3",
5353
"chalk": "^5.3.0",
5454
"cors": "^2.8.5",
55-
"debug": "^4.3.4",
55+
"debug": "^4.4.0",
5656
"dotenv": "^16.3.1",
5757
"open": "^7.0.4",
5858
"ws": "^8.17.1"
5959
},
6060
"devDependencies": {
6161
"@types/body-parser": "^1.19.5",
6262
"@types/cors": "^2.8.17",
63-
"@types/debug": "^4.1.10",
63+
"@types/debug": "^4.1.12",
6464
"@types/express": "^4.17.17",
6565
"@types/mocha": "^10.0.6",
6666
"@types/node": "18.x",

ts/packages/commonUtils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typeagent/agent-sdk": "workspace:*",
3535
"aiclient": "workspace:*",
3636
"chalk": "^5.3.0",
37-
"debug": "^4.3.4",
37+
"debug": "^4.4.0",
3838
"dotenv": "^16.3.1",
3939
"exifreader": "^4.23.5",
4040
"find-config": "^1.0.0",
@@ -43,7 +43,7 @@
4343
"ws": "^8.17.1"
4444
},
4545
"devDependencies": {
46-
"@types/debug": "^4.1.10",
46+
"@types/debug": "^4.1.12",
4747
"@types/find-config": "1.0.4",
4848
"@types/jest": "^29.5.7",
4949
"@types/node": "^18.18.7",

ts/packages/defaultAgentProvider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"chat-agent": "workspace:*",
4242
"code-agent": "workspace:*",
4343
"common-utils": "workspace:*",
44-
"debug": "^4.3.4",
44+
"debug": "^4.4.0",
4545
"desktop-automation": "workspace:*",
4646
"email": "workspace:*",
4747
"exifreader": "4.23.5",
@@ -64,7 +64,7 @@
6464
"ws": "^8.17.1"
6565
},
6666
"devDependencies": {
67-
"@types/debug": "^4.1.10",
67+
"@types/debug": "^4.1.12",
6868
"@types/file-size": "^1.0.3",
6969
"@types/glob": "^8.1.0",
7070
"@types/jest": "^29.5.7",

ts/packages/dispatcher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"aiclient": "workspace:*",
4242
"chalk": "^5.3.0",
4343
"common-utils": "workspace:*",
44-
"debug": "^4.3.4",
44+
"debug": "^4.4.0",
4545
"exifreader": "4.23.5",
4646
"file-size": "^1.0.0",
4747
"glob": "^10.3.12",
@@ -54,7 +54,7 @@
5454
"ws": "^8.17.1"
5555
},
5656
"devDependencies": {
57-
"@types/debug": "^4.1.10",
57+
"@types/debug": "^4.1.12",
5858
"@types/file-size": "^1.0.3",
5959
"@types/glob": "^8.1.0",
6060
"@types/jest": "^29.5.7",

0 commit comments

Comments
 (0)