From cae9ab78cbc4f49bced8c75aaacdb19889ab1dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:21:06 +0000 Subject: [PATCH 1/2] deps: bump cborg from 5.1.11 to 6.1.1 Bumps [cborg](https://github.com/rvagg/cborg) from 5.1.11 to 6.1.1. - [Release notes](https://github.com/rvagg/cborg/releases) - [Changelog](https://github.com/rvagg/cborg/blob/master/CHANGELOG.md) - [Commits](https://github.com/rvagg/cborg/compare/v5.1.11...v6.1.1) --- updated-dependencies: - dependency-name: cborg dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1f8217..0ec5d1d 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ }, "dependencies": { "@ipld/dag-cbor": "^10.0.1", - "cborg": "^5.0.0", + "cborg": "^6.1.1", "multiformats": "^14.0.0", "varint": "^6.0.0" }, From f977221f728df5a5d711eb4cf4aff2e27b785022 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 30 Jul 2026 14:42:37 +1000 Subject: [PATCH 2/2] chore: fixes for typing --- src/coding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.ts b/src/coding.ts index cf7d6bc..fbdf6d7 100644 --- a/src/coding.ts +++ b/src/coding.ts @@ -1,4 +1,4 @@ -import type { Block, BlockIndex } from './api.js' +import type { Block, BlockIndex } from './api.ts' import type { CID } from 'multiformats/cid' export interface CarEncoder {