Skip to content

Commit cfeb4a5

Browse files
committed
Update copyright year
1 parent 1d6e8a8 commit cfeb4a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cbor/cbor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016 Dmitry Chestnykh
1+
// Copyright (C) 2016-2026 Dmitry Chestnykh
22
// MIT License. See LICENSE file for details.
33

44
/**
@@ -11,7 +11,6 @@ import { ByteReader } from "@stablelib/bytereader";
1111
import { isSafeInteger } from "@stablelib/int";
1212
import { isNegativeZero, fround } from "@stablelib/float";
1313

14-
1514
let decodeUTF8: (data: Uint8Array) => string;
1615
let encodeUTF8: (str: string) => Uint8Array;
1716

packages/cbor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"@stablelib/benchmark": "^2.0.0",
3131
"@stablelib/bytes": "^2.0.1",
3232
"@stablelib/hex": "^2.0.1"
33-
}
33+
},
34+
"gitHead": "1d6e8a8082d93b27431c9947677f2790dba20255"
3435
}

0 commit comments

Comments
 (0)