feat(validation): add validators

This commit is contained in:
2025-03-17 16:49:49 +00:00
parent e929281861
commit 3fe7446a29
10 changed files with 1175 additions and 5 deletions

9
pnpm-lock.yaml generated
View File

@ -29,6 +29,9 @@ importers:
xmldom:
specifier: ^0.6.0
version: 0.6.0
xpath:
specifier: ^0.0.34
version: 0.0.34
devDependencies:
'@git.zone/tsbuild':
specifier: ^2.2.7
@ -4340,6 +4343,10 @@ packages:
resolution: {integrity: sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==}
engines: {node: '>=0.4.0'}
xpath@0.0.34:
resolution: {integrity: sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==}
engines: {node: '>=0.6.0'}
xtend@4.0.2:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
@ -10188,6 +10195,8 @@ snapshots:
xmlhttprequest-ssl@2.1.2: {}
xpath@0.0.34: {}
xtend@4.0.2: {}
y18n@5.0.8: {}