Skip to content

Commit feee3ed

Browse files
authored
fix: update rettime to 0.11.7 (#2711)
1 parent 33bf349 commit feee3ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"outvariant": "^1.4.3",
257257
"path-to-regexp": "^6.3.0",
258258
"picocolors": "^1.1.1",
259-
"rettime": "^0.10.1",
259+
"rettime": "^0.11.7",
260260
"statuses": "^2.0.2",
261261
"strict-event-emitter": "^0.5.1",
262262
"tough-cookie": "^6.0.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/experimental/sources/network-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export abstract class NetworkSource<
4444

4545
public on<Type extends keyof NetworkSourceEventMap<Frame>>(
4646
type: Type,
47-
listener: Emitter.ListenerType<typeof this.emitter, Type>,
47+
listener: Emitter.Listener<typeof this.emitter, Type>,
4848
options?: TypedListenerOptions,
4949
): void {
5050
this.emitter.on(type, listener, options)

0 commit comments

Comments
 (0)