Skip to content

Commit 60682ca

Browse files
committed
Undo change
1 parent 6c3926f commit 60682ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/api/Event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type AgentInfo = {
1010
hostname: string;
1111
version: string;
1212
library: string;
13-
packages: Record<PackageName, Version>;
13+
packages: Record<string, string>;
1414
ipAddress: string;
1515
preventedPrototypePollution: boolean;
1616
incompatiblePackages: {

0 commit comments

Comments
 (0)