Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
balazskreith committed Mar 21, 2024
1 parent 7074aeb commit 8a158e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^20.9.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@types/events": "^3.0.0",
"@types/uuid": "^8.3.4",
"bufferutil": "^4.0.6",
"eslint": "^8.24.0",
"jest": "^27.5.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export type {
SFUTransportReport,
} from '@observertc/report-schemas-js';

export type { ObservedCall, ObservedCallModel } from './ObservedCall';
export type { ObservedClient, ObservedClientModel } from './ObservedClient';
export type { ObservedPeerConnection, ObservedPeerConnectionModel, ObservedPeerConnectionEvents } from './ObservedPeerConnection';
export type { ObservedInboundTrack, ObservedInboundTrackModel, ObservedInboundTrackEvents } from './ObservedInboundTrack';
Expand Down

0 comments on commit 8a158e3

Please sign in to comment.