cborg 4.2.11 → 4.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,12 +5,12 @@ jobs:
|
|
|
5
5
|
strategy:
|
|
6
6
|
fail-fast: false
|
|
7
7
|
matrix:
|
|
8
|
-
node: [
|
|
8
|
+
node: [lts/*, current]
|
|
9
9
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
|
10
10
|
runs-on: ${{ matrix.os }}
|
|
11
11
|
steps:
|
|
12
12
|
- name: Checkout Repository
|
|
13
|
-
uses: actions/checkout@
|
|
13
|
+
uses: actions/checkout@v5
|
|
14
14
|
- name: Use Node.js ${{ matrix.node }}
|
|
15
15
|
uses: actions/setup-node@v4.4.0
|
|
16
16
|
with:
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
|
32
32
|
steps:
|
|
33
33
|
- name: Checkout
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v5
|
|
35
35
|
with:
|
|
36
36
|
fetch-depth: 0
|
|
37
37
|
- name: Setup Node.js
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [4.2.13](https://github.com/rvagg/cborg/compare/v4.2.12...v4.2.13) (2025-08-12)
|
|
2
|
+
|
|
3
|
+
### Trivial Changes
|
|
4
|
+
|
|
5
|
+
* **deps:** bump actions/checkout from 4 to 5 ([#143](https://github.com/rvagg/cborg/issues/143)) ([1de06aa](https://github.com/rvagg/cborg/commit/1de06aa41fc54c6023dd4ccf0dc185538e251127))
|
|
6
|
+
|
|
7
|
+
## [4.2.12](https://github.com/rvagg/cborg/compare/v4.2.11...v4.2.12) (2025-06-11)
|
|
8
|
+
|
|
9
|
+
### Trivial Changes
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#142](https://github.com/rvagg/cborg/issues/142)) ([b75bc12](https://github.com/rvagg/cborg/commit/b75bc125e59a95948b2388fdea54371dfb70f942))
|
|
12
|
+
* remove Node.js 18 and 20 from CI matrix ([8be14cc](https://github.com/rvagg/cborg/commit/8be14cccb12c16025c7c479d29d933ff6656996e))
|
|
13
|
+
|
|
1
14
|
## [4.2.11](https://github.com/rvagg/cborg/compare/v4.2.10...v4.2.11) (2025-05-20)
|
|
2
15
|
|
|
3
16
|
### Trivial Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cborg",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.13",
|
|
4
4
|
"description": "Fast CBOR with a focus on strictness",
|
|
5
5
|
"main": "cborg.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
37
37
|
"@types/chai": "^5.0.0",
|
|
38
38
|
"@types/mocha": "^10.0.8",
|
|
39
|
-
"@types/node": "^
|
|
39
|
+
"@types/node": "^24.0.0",
|
|
40
40
|
"c8": "^10.1.2",
|
|
41
41
|
"chai": "^5.1.1",
|
|
42
42
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
@@ -21,7 +21,7 @@ export const useBuffer: boolean;
|
|
|
21
21
|
* @param {number} end
|
|
22
22
|
*/
|
|
23
23
|
export function toString(bytes: Uint8Array, start: number, end: number): string;
|
|
24
|
-
export const fromString: ((string: string) => number[] | Buffer<ArrayBuffer>) | ((string: string) => Uint8Array<
|
|
24
|
+
export const fromString: ((string: string) => number[] | Buffer<ArrayBuffer>) | ((string: string) => number[] | Uint8Array<ArrayBuffer>);
|
|
25
25
|
export function fromArray(arr: number[]): Uint8Array;
|
|
26
26
|
/**
|
|
27
27
|
* @param {Uint8Array} bytes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"byte-utils.d.ts","sourceRoot":"","sources":["../../lib/byte-utils.js"],"names":[],"mappings":"AAwBA;;;GAGG;AACH,2BAHW,UAAU,GAAC,MAAM,EAAE,GACjB,UAAU,CAQtB;AA8ND;;;;GAIG;AACH,4BAJW,UAAU,MACV,UAAU,GACR,MAAM,CAgBlB;AAyHD;;;GAGG;AACH,kDAHW,MAAM,EAAE,GACN,MAAM,CAkBlB;AA5ZD,gCAMkD;AA4B9C;;;;GAIG;AACH,gCAJW,UAAU,SACV,MAAM,OACN,MAAM,UAQhB;AAcL,mCAGe,MAAM,iDAYN,MAAM,
|
|
1
|
+
{"version":3,"file":"byte-utils.d.ts","sourceRoot":"","sources":["../../lib/byte-utils.js"],"names":[],"mappings":"AAwBA;;;GAGG;AACH,2BAHW,UAAU,GAAC,MAAM,EAAE,GACjB,UAAU,CAQtB;AA8ND;;;;GAIG;AACH,4BAJW,UAAU,MACV,UAAU,GACR,MAAM,CAgBlB;AAyHD;;;GAGG;AACH,kDAHW,MAAM,EAAE,GACN,MAAM,CAkBlB;AA5ZD,gCAMkD;AA4B9C;;;;GAIG;AACH,gCAJW,UAAU,SACV,MAAM,OACN,MAAM,UAQhB;AAcL,mCAGe,MAAM,iDAYN,MAAM,yCAIhB;AAOE,+BAHI,MAAM,EAAE,GACN,UAAU,CAItB;AAIG;;;;GAIG;AACH,6BAJW,UAAU,SACV,MAAM,OACN,MAAM,2BAOhB;AAcD;;;;GAIG;AACH,+BAJW,UAAU,EAAE,UACZ,MAAM,GACJ,UAAU,CActB;AAwBD;;;GAGG;AACH,4BAHW,MAAM,GACJ,UAAU,CAMtB;AAaD;;;GAGG;AACH,yBAHW,UAAU,GACR,MAAM,CAQlB;AAiBH;;;GAGG;AACD,6BAHS,MAAM,GAAC,UAAU,GACf,UAAU,CAQpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../cborg.js","../example.js","../taglib.js","../lib/0uint.js","../lib/1negint.js","../lib/2bytes.js","../lib/3string.js","../lib/4array.js","../lib/5map.js","../lib/6tag.js","../lib/7float.js","../lib/bin.js","../lib/bl.js","../lib/byte-utils.js","../lib/common.js","../lib/decode.js","../lib/diagnostic.js","../lib/diagnostic_test.js","../lib/encode.js","../lib/is.js","../lib/jump.js","../lib/length.js","../lib/token.js","../lib/json/decode.js","../lib/json/encode.js","../lib/json/json.js"],"version":"5.
|
|
1
|
+
{"root":["../cborg.js","../example.js","../taglib.js","../lib/0uint.js","../lib/1negint.js","../lib/2bytes.js","../lib/3string.js","../lib/4array.js","../lib/5map.js","../lib/6tag.js","../lib/7float.js","../lib/bin.js","../lib/bl.js","../lib/byte-utils.js","../lib/common.js","../lib/decode.js","../lib/diagnostic.js","../lib/diagnostic_test.js","../lib/encode.js","../lib/is.js","../lib/jump.js","../lib/length.js","../lib/token.js","../lib/json/decode.js","../lib/json/encode.js","../lib/json/json.js"],"version":"5.9.2"}
|