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.

chore: update @bigmoves/lexicon to 0.2.2

Adds validation that required fields exist in object properties,
catching typos like "createdAttt" at boot instead of at seed time.

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

+6 -6
+5 -5
package-lock.json
··· 231 231 } 232 232 }, 233 233 "node_modules/@bigmoves/lexicon": { 234 - "version": "0.2.1", 235 - "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.1.tgz", 236 - "integrity": "sha512-lucV6BBVwtRW6Tf5SZFqOyhpX1/lu5cCURg39NBNLBc3SyqjYXthDKEjDpisqcquc0Xhoh+bBUW1d3t6zbm/fg==", 234 + "version": "0.2.2", 235 + "resolved": "https://registry.npmjs.org/@bigmoves/lexicon/-/lexicon-0.2.2.tgz", 236 + "integrity": "sha512-2g6wR6xMvtAyYtkg6146eA0rkYvtYU0Ov6UfPDvyVt0rB8qkAsehUEO5rgNtVhzjuwuS2H9BIwx6bDZc943Qtg==", 237 237 "license": "MIT" 238 238 }, 239 239 "node_modules/@capsizecss/unpack": { ··· 9554 9554 }, 9555 9555 "packages/hatk": { 9556 9556 "name": "@hatk/hatk", 9557 - "version": "0.0.1-alpha.25", 9557 + "version": "0.0.1-alpha.30", 9558 9558 "license": "MIT", 9559 9559 "dependencies": { 9560 - "@bigmoves/lexicon": "^0.2.1", 9560 + "@bigmoves/lexicon": "^0.2.2", 9561 9561 "@duckdb/node-api": "^1.4.4-r.1", 9562 9562 "@hatk/oauth-client": "*", 9563 9563 "@resvg/resvg-js": "^2.6.2",
+1 -1
packages/hatk/package.json
··· 32 32 "prepublishOnly": "npm run build" 33 33 }, 34 34 "dependencies": { 35 - "@bigmoves/lexicon": "^0.2.1", 35 + "@bigmoves/lexicon": "^0.2.2", 36 36 "@duckdb/node-api": "^1.4.4-r.1", 37 37 "@hatk/oauth-client": "*", 38 38 "@resvg/resvg-js": "^2.6.2",