Skip to content

Commit 3c25f3b

Browse files
authored
Bump typescript from 5.6.3 to 5.7.3 (#20)
2 parents 49285ad + 4516079 commit 3c25f3b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

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

src/IPAddress.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2024 Cloudnode OÜ
2+
* Copyright © 2024–2025 Cloudnode OÜ
33
*
44
* This file is part of @cldn/ip.
55
*
@@ -44,7 +44,7 @@ export abstract class IPAddress {
4444
/**
4545
* Get IP address binary representation
4646
*/
47-
public abstract binary(): ArrayBuffer;
47+
public abstract binary(): ArrayBufferView;
4848

4949
/**
5050
* Check if the given addresses are equal

0 commit comments

Comments
 (0)