AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: bump @bigmoves/lexicon to 0.2.3 for Uint8Array bytes validation

Records with bytes fields (e.g. com.germnetwork.declaration) were
silently dropped during indexing because CBOR-decoded Uint8Array
values failed lexicon validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+5 -5
+4 -4
package-lock.json
··· 313 313 } 314 314 }, 315 315 "node_modules/@bigmoves/lexicon": { 316 - "version": "0.2.2", 317 - "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.2.tgz", 318 - "integrity": "sha512-2g6wR6xMvtAyYtkg6146eA0rkYvtYU0Ov6UfPDvyVt0rB8qkAsehUEO5rgNtVhzjuwuS2H9BIwx6bDZc943Qtg==", 316 + "version": "0.2.3", 317 + "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.3.tgz", 318 + "integrity": "sha512-RDHEmZcN+8TIxunx6JvLIb2uTUfLDhaxCug7ddk2ylB07TgqISg24bEzjkTB6ZFL/ZieZ+Vfq06chN1t26qcUA==", 319 319 "license": "MIT" 320 320 }, 321 321 "node_modules/@docsearch/css": { ··· 5771 5771 }, 5772 5772 "packages/hatk": { 5773 5773 "name": "@hatk/hatk", 5774 - "version": "0.0.1-alpha.41", 5774 + "version": "0.0.1-alpha.49", 5775 5775 "license": "MIT", 5776 5776 "dependencies": { 5777 5777 "@bigmoves/lexicon": "^0.2.2",
+1 -1
packages/hatk/package.json
··· 1 1 { 2 2 "name": "@hatk/hatk", 3 - "version": "0.0.1-alpha.49", 3 + "version": "0.0.1-alpha.50", 4 4 "license": "MIT", 5 5 "bin": { 6 6 "hatk": "dist/cli.js"