feat(core): add RenderedFeedItem type with JRX UI support

Add RenderedFeedItem that extends FeedItem with a ui: JrxNode field
for client-side rendering. Add @nym.sh/jrx and @json-render/core as
peer dependencies on @aelis/core.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-11 23:29:50 +00:00
parent 805e4f2bc6
commit 21b653b029
5 changed files with 33 additions and 4 deletions

View File

@@ -7,6 +7,10 @@
"scripts": {
"test": "bun test ."
},
"peerDependencies": {
"@nym.sh/jrx": "*",
"@json-render/core": "*"
},
"dependencies": {
"@standard-schema/spec": "^1.1.0"
}