Add feed validation and display

This commit is contained in:
Jon Staab
2025-04-24 09:39:13 -07:00
parent 17e2bec9b2
commit 4031564c6c
10 changed files with 474 additions and 77 deletions
+18
View File
@@ -222,6 +222,9 @@ importers:
'@welshman/util':
specifier: workspace:*
version: link:../util
trava:
specifier: ^1.2.1
version: 1.2.1
devDependencies:
rimraf:
specifier: ~6.0.0
@@ -306,6 +309,15 @@ importers:
specifier: ~5.8.0
version: 5.8.2
packages/schema:
devDependencies:
rimraf:
specifier: ~6.0.0
version: 6.0.1
typescript:
specifier: ~5.8.0
version: 5.8.2
packages/signer:
dependencies:
'@noble/curves':
@@ -2258,6 +2270,10 @@ packages:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
trava@1.2.1:
resolution: {integrity: sha512-2dt4qJEVtYIwCoihoO+HfVLN+uid7ibtKnZ4pjLF4YqyDOwGuP0uTGLTUnvNkAp92qh3YmgRv4wojxnj5yBPAQ==}
engines: {node: '>=6.0.0', npm: '>=4.0.0'}
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@@ -4400,6 +4416,8 @@ snapshots:
dependencies:
is-number: 7.0.0
trava@1.2.1: {}
trim-lines@3.0.1: {}
ts-api-utils@2.1.0(typescript@5.8.2):