grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

fix: update lockfile to resolve @bigmoves/lexicon 0.2.3

The lockfile was still pinned to 0.2.2 which lacks Uint8Array
validation support, causing com.germnetwork.declaration records
to be silently skipped during indexing.

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

+3 -3
+3 -3
package-lock.json
··· 25 25 } 26 26 }, 27 27 "node_modules/@bigmoves/lexicon": { 28 - "version": "0.2.2", 29 - "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.2.tgz", 30 - "integrity": "sha512-2g6wR6xMvtAyYtkg6146eA0rkYvtYU0Ov6UfPDvyVt0rB8qkAsehUEO5rgNtVhzjuwuS2H9BIwx6bDZc943Qtg==", 28 + "version": "0.2.3", 29 + "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.3.tgz", 30 + "integrity": "sha512-RDHEmZcN+8TIxunx6JvLIb2uTUfLDhaxCug7ddk2ylB07TgqISg24bEzjkTB6ZFL/ZieZ+Vfq06chN1t26qcUA==", 31 31 "license": "MIT" 32 32 }, 33 33 "node_modules/@duckdb/node-api": {