keri-ts 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/esm/cesr/mod.js +2 -2
  2. package/esm/cesr/src/adapters/async-iterable.js +1 -1
  3. package/esm/cesr/src/adapters/effection.js +2 -2
  4. package/esm/cesr/src/annotate/annotator.js +3 -3
  5. package/esm/cesr/src/annotate/comments.js +3 -3
  6. package/esm/cesr/src/annotate/render.js +11 -11
  7. package/esm/cesr/src/bench/parser-benchmark.js +1 -1
  8. package/esm/cesr/src/core/parser-attachment-collector.js +4 -4
  9. package/esm/cesr/src/core/parser-constants.js +1 -1
  10. package/esm/cesr/src/core/parser-engine.js +9 -9
  11. package/esm/cesr/src/core/parser-frame-parser.js +13 -13
  12. package/esm/cesr/src/core/parser-stream-state.js +2 -2
  13. package/esm/cesr/src/index.js +81 -81
  14. package/esm/cesr/src/parser/attachment-fallback-policy.js +1 -1
  15. package/esm/cesr/src/parser/attachment-parser.js +1 -1
  16. package/esm/cesr/src/parser/cold-start.js +1 -1
  17. package/esm/cesr/src/parser/group-dispatch.js +11 -11
  18. package/esm/cesr/src/primitives/aggor.js +11 -11
  19. package/esm/cesr/src/primitives/bexter.js +5 -5
  20. package/esm/cesr/src/primitives/blinder.js +3 -3
  21. package/esm/cesr/src/primitives/byte-like.js +1 -1
  22. package/esm/cesr/src/primitives/cigar.js +3 -3
  23. package/esm/cesr/src/primitives/cipher.js +6 -6
  24. package/esm/cesr/src/primitives/codex.js +5 -5
  25. package/esm/cesr/src/primitives/compactor.js +3 -3
  26. package/esm/cesr/src/primitives/counter.js +5 -5
  27. package/esm/cesr/src/primitives/dater.js +4 -4
  28. package/esm/cesr/src/primitives/decimer.js +5 -5
  29. package/esm/cesr/src/primitives/decrypter.js +9 -9
  30. package/esm/cesr/src/primitives/diger.js +7 -7
  31. package/esm/cesr/src/primitives/disclosure.js +9 -9
  32. package/esm/cesr/src/primitives/encrypter.js +12 -12
  33. package/esm/cesr/src/primitives/hydrate.js +8 -8
  34. package/esm/cesr/src/primitives/ilker.js +4 -4
  35. package/esm/cesr/src/primitives/indexer.js +4 -4
  36. package/esm/cesr/src/primitives/labeler.js +5 -5
  37. package/esm/cesr/src/primitives/mapper.js +15 -15
  38. package/esm/cesr/src/primitives/matter.js +4 -4
  39. package/esm/cesr/src/primitives/mediar.js +3 -3
  40. package/esm/cesr/src/primitives/noncer.js +4 -4
  41. package/esm/cesr/src/primitives/number.js +3 -3
  42. package/esm/cesr/src/primitives/pather.js +5 -5
  43. package/esm/cesr/src/primitives/prefixer.js +3 -3
  44. package/esm/cesr/src/primitives/registry.js +2 -2
  45. package/esm/cesr/src/primitives/saider.js +7 -7
  46. package/esm/cesr/src/primitives/salter.js +7 -7
  47. package/esm/cesr/src/primitives/sealed-box.js +1 -1
  48. package/esm/cesr/src/primitives/sealer.js +3 -3
  49. package/esm/cesr/src/primitives/seqner.js +3 -3
  50. package/esm/cesr/src/primitives/siger.js +3 -3
  51. package/esm/cesr/src/primitives/signer.js +9 -9
  52. package/esm/cesr/src/primitives/streamer.js +1 -1
  53. package/esm/cesr/src/primitives/structing.js +10 -10
  54. package/esm/cesr/src/primitives/structor.js +5 -5
  55. package/esm/cesr/src/primitives/tagger.js +4 -4
  56. package/esm/cesr/src/primitives/texter.js +4 -4
  57. package/esm/cesr/src/primitives/tholder.js +6 -6
  58. package/esm/cesr/src/primitives/traitor.js +4 -4
  59. package/esm/cesr/src/primitives/unknown.js +1 -1
  60. package/esm/cesr/src/primitives/verfer.js +6 -6
  61. package/esm/cesr/src/primitives/verser.js +5 -5
  62. package/esm/cesr/src/serder/native.js +26 -26
  63. package/esm/cesr/src/serder/serder.js +23 -23
  64. package/esm/cesr/src/serder/serdery.js +4 -4
  65. package/esm/cesr/src/serder/smell.js +3 -3
  66. package/esm/cesr/src/tables/counter-codex.js +1 -1
  67. package/esm/cesr/src/tables/counter-groups.js +1 -1
  68. package/esm/cesr/src/tables/counter-version-registry.js +3 -3
  69. package/esm/cesr/src/tables/counter.tables.generated.js +1 -1
  70. package/esm/cesr/src/tables/indexer.tables.generated.js +1 -1
  71. package/esm/cesr/src/tables/matter.tables.generated.js +1 -1
  72. package/esm/cesr/src/version.js +2 -2
  73. package/esm/keri/npm/src/cesr/mod.js +3 -0
  74. package/esm/keri/npm/src/cesr/src/adapters/async-iterable.js +25 -0
  75. package/esm/keri/npm/src/cesr/src/adapters/effection.js +15 -0
  76. package/esm/keri/npm/src/cesr/src/annotate/annotator.js +55 -0
  77. package/esm/keri/npm/src/cesr/src/annotate/comments.js +44 -0
  78. package/esm/keri/npm/src/cesr/src/annotate/denot.js +23 -0
  79. package/esm/keri/npm/src/cesr/src/annotate/render.js +348 -0
  80. package/esm/keri/npm/src/cesr/src/bench/parser-benchmark.js +134 -0
  81. package/esm/keri/npm/src/cesr/src/core/bytes.js +132 -0
  82. package/esm/keri/npm/src/cesr/src/core/cbor.js +122 -0
  83. package/esm/keri/npm/src/cesr/src/core/errors.js +85 -0
  84. package/esm/keri/npm/src/cesr/src/core/parser-attachment-collector.js +153 -0
  85. package/esm/keri/npm/src/cesr/src/core/parser-constants.js +74 -0
  86. package/esm/keri/npm/src/cesr/src/core/parser-deferred-frames.js +73 -0
  87. package/esm/keri/npm/src/cesr/src/core/parser-engine.js +212 -0
  88. package/esm/keri/npm/src/cesr/src/core/parser-frame-parser.js +644 -0
  89. package/esm/keri/npm/src/cesr/src/core/parser-policy.js +137 -0
  90. package/esm/keri/npm/src/cesr/src/core/parser-stream-state.js +62 -0
  91. package/esm/keri/npm/src/cesr/src/core/recovery-diagnostics.js +25 -0
  92. package/esm/keri/npm/src/cesr/src/core/vocabulary.js +47 -0
  93. package/esm/keri/npm/src/cesr/src/index.js +81 -0
  94. package/esm/keri/npm/src/cesr/src/parser/attachment-fallback-policy.js +142 -0
  95. package/esm/keri/npm/src/cesr/src/parser/attachment-parser.js +8 -0
  96. package/esm/keri/npm/src/cesr/src/parser/cold-start.js +23 -0
  97. package/esm/keri/npm/src/cesr/src/parser/group-dispatch.js +720 -0
  98. package/esm/keri/npm/src/cesr/src/primitives/aggor.js +428 -0
  99. package/esm/keri/npm/src/cesr/src/primitives/bexter.js +63 -0
  100. package/esm/keri/npm/src/cesr/src/primitives/blinder.js +36 -0
  101. package/esm/keri/npm/src/cesr/src/primitives/byte-like.js +19 -0
  102. package/esm/keri/npm/src/cesr/src/primitives/cigar.js +42 -0
  103. package/esm/keri/npm/src/cesr/src/primitives/cipher.js +103 -0
  104. package/esm/keri/npm/src/cesr/src/primitives/codex.js +107 -0
  105. package/esm/keri/npm/src/cesr/src/primitives/compactor.js +314 -0
  106. package/esm/keri/npm/src/cesr/src/primitives/counter.js +348 -0
  107. package/esm/keri/npm/src/cesr/src/primitives/dater.js +36 -0
  108. package/esm/keri/npm/src/cesr/src/primitives/decimer.js +61 -0
  109. package/esm/keri/npm/src/cesr/src/primitives/decrypter.js +134 -0
  110. package/esm/keri/npm/src/cesr/src/primitives/diger.js +82 -0
  111. package/esm/keri/npm/src/cesr/src/primitives/disclosure.js +300 -0
  112. package/esm/keri/npm/src/cesr/src/primitives/encrypter.js +142 -0
  113. package/esm/keri/npm/src/cesr/src/primitives/hydrate.js +49 -0
  114. package/esm/keri/npm/src/cesr/src/primitives/ilker.js +26 -0
  115. package/esm/keri/npm/src/cesr/src/primitives/indexer.js +295 -0
  116. package/esm/keri/npm/src/cesr/src/primitives/labeler.js +80 -0
  117. package/esm/keri/npm/src/cesr/src/primitives/mapper.js +802 -0
  118. package/esm/keri/npm/src/cesr/src/primitives/matter.js +400 -0
  119. package/esm/keri/npm/src/cesr/src/primitives/mediar.js +36 -0
  120. package/esm/keri/npm/src/cesr/src/primitives/noncer.js +35 -0
  121. package/esm/keri/npm/src/cesr/src/primitives/number.js +31 -0
  122. package/esm/keri/npm/src/cesr/src/primitives/pather.js +132 -0
  123. package/esm/keri/npm/src/cesr/src/primitives/prefixer.js +25 -0
  124. package/esm/keri/npm/src/cesr/src/primitives/primitive.js +23 -0
  125. package/esm/keri/npm/src/cesr/src/primitives/registry.js +19 -0
  126. package/esm/keri/npm/src/cesr/src/primitives/saider.js +105 -0
  127. package/esm/keri/npm/src/cesr/src/primitives/salter.js +116 -0
  128. package/esm/keri/npm/src/cesr/src/primitives/sealed-box.js +41 -0
  129. package/esm/keri/npm/src/cesr/src/primitives/sealer.js +30 -0
  130. package/esm/keri/npm/src/cesr/src/primitives/seqner.js +31 -0
  131. package/esm/keri/npm/src/cesr/src/primitives/siger.js +84 -0
  132. package/esm/keri/npm/src/cesr/src/primitives/signer.js +257 -0
  133. package/esm/keri/npm/src/cesr/src/primitives/streamer.js +28 -0
  134. package/esm/keri/npm/src/cesr/src/primitives/structing.js +727 -0
  135. package/esm/keri/npm/src/cesr/src/primitives/structor.js +124 -0
  136. package/esm/keri/npm/src/cesr/src/primitives/tagger.js +43 -0
  137. package/esm/keri/npm/src/cesr/src/primitives/texter.js +28 -0
  138. package/esm/keri/npm/src/cesr/src/primitives/tholder.js +573 -0
  139. package/esm/keri/npm/src/cesr/src/primitives/traitor.js +26 -0
  140. package/esm/keri/npm/src/cesr/src/primitives/unknown.js +89 -0
  141. package/esm/keri/npm/src/cesr/src/primitives/verfer.js +72 -0
  142. package/esm/keri/npm/src/cesr/src/primitives/verser.js +71 -0
  143. package/esm/keri/npm/src/cesr/src/router/router-stub.js +18 -0
  144. package/esm/keri/npm/src/cesr/src/serder/native.js +1359 -0
  145. package/esm/keri/npm/src/cesr/src/serder/serder.js +1727 -0
  146. package/esm/keri/npm/src/cesr/src/serder/serdery.js +61 -0
  147. package/esm/keri/npm/src/cesr/src/serder/smell.js +82 -0
  148. package/esm/keri/npm/src/cesr/src/tables/codex-utils.js +11 -0
  149. package/esm/keri/npm/src/cesr/src/tables/counter-codex.js +12 -0
  150. package/esm/keri/npm/src/cesr/src/tables/counter-groups.js +52 -0
  151. package/esm/keri/npm/src/cesr/src/tables/counter-version-registry.js +201 -0
  152. package/esm/keri/npm/src/cesr/src/tables/counter.tables.generated.js +174 -0
  153. package/esm/keri/npm/src/cesr/src/tables/hard-code-tables.js +39 -0
  154. package/esm/keri/npm/src/cesr/src/tables/indexer.codex.generated.js +64 -0
  155. package/esm/keri/npm/src/cesr/src/tables/indexer.tables.generated.js +64 -0
  156. package/esm/keri/npm/src/cesr/src/tables/matter.codex.generated.js +399 -0
  157. package/esm/keri/npm/src/cesr/src/tables/matter.tables.generated.js +337 -0
  158. package/esm/keri/npm/src/cesr/src/tables/table-types.js +1 -0
  159. package/esm/keri/npm/src/cesr/src/tables/trait.codex.generated.js +10 -0
  160. package/esm/keri/npm/src/cesr/src/tables/versions.js +16 -0
  161. package/esm/keri/{src/app → npm/src/cesr/src}/version.js +2 -2
  162. package/esm/keri/npm/src/keri/src/app/cli/aid.js +27 -0
  163. package/esm/keri/{src → npm/src/keri/src}/app/cli/challenge.js +13 -24
  164. package/esm/keri/npm/src/keri/src/app/cli/common/context.js +67 -0
  165. package/esm/keri/{src → npm/src/keri/src}/app/cli/common/parsing.js +14 -0
  166. package/esm/keri/npm/src/keri/src/app/cli/common/rendering.js +17 -0
  167. package/esm/keri/npm/src/keri/src/app/cli/common/witness-auth.js +33 -0
  168. package/esm/keri/npm/src/keri/src/app/cli/delegate.js +292 -0
  169. package/esm/keri/{src → npm/src/keri/src}/app/cli/did.js +39 -50
  170. package/esm/keri/{src → npm/src/keri/src}/app/cli/ends.js +17 -24
  171. package/esm/keri/{src → npm/src/keri/src}/app/cli/exchange.js +8 -14
  172. package/esm/keri/npm/src/keri/src/app/cli/export.js +47 -0
  173. package/esm/keri/{src → npm/src/keri/src}/app/cli/incept.js +9 -4
  174. package/esm/keri/{src → npm/src/keri/src}/app/cli/index.js +4 -0
  175. package/esm/keri/{src → npm/src/keri/src}/app/cli/init.js +9 -4
  176. package/esm/keri/npm/src/keri/src/app/cli/interact.js +72 -0
  177. package/esm/keri/{src → npm/src/keri/src}/app/cli/ipex.js +34 -380
  178. package/esm/keri/npm/src/keri/src/app/cli/list.js +25 -0
  179. package/esm/keri/{src → npm/src/keri/src}/app/cli/loc.js +10 -18
  180. package/esm/keri/npm/src/keri/src/app/cli/multisig.js +472 -0
  181. package/esm/keri/{src → npm/src/keri/src}/app/cli/notifications.js +21 -35
  182. package/esm/keri/{src → npm/src/keri/src}/app/cli/oobi.js +30 -47
  183. package/esm/keri/{src → npm/src/keri/src}/app/cli/query.js +48 -61
  184. package/esm/keri/npm/src/keri/src/app/cli/rotate.js +171 -0
  185. package/esm/keri/npm/src/keri/src/app/cli/sign.js +43 -0
  186. package/esm/keri/npm/src/keri/src/app/cli/vc.js +284 -0
  187. package/esm/keri/{src → npm/src/keri/src}/app/cli/verifier.js +42 -44
  188. package/esm/keri/npm/src/keri/src/app/cli/verify.js +65 -0
  189. package/esm/keri/npm/src/keri/src/app/credential-workflows.js +424 -0
  190. package/esm/keri/{src → npm/src/keri/src}/app/endpoint-roleing.js +2 -25
  191. package/esm/keri/npm/src/keri/src/app/group-members.js +37 -0
  192. package/esm/keri/npm/src/keri/src/app/ipex-grouping.js +318 -0
  193. package/esm/keri/npm/src/keri/src/app/multisig-workflows.js +531 -0
  194. package/esm/keri/npm/src/keri/src/app/protocol-host-policy.js +1 -0
  195. package/esm/keri/npm/src/keri/src/app/version.js +15 -0
  196. package/esm/keri/npm/src/keri/src/core/cues.js +1 -0
  197. package/esm/keri/npm/src/keri/src/core/index.js +23 -0
  198. package/esm/keri/{src → npm/src/keri/src}/did/webs/artifacts.js +21 -3
  199. package/package.json +9 -9
  200. package/types/cesr/src/version.d.ts +2 -2
  201. package/types/keri/src/app/cli/aid.d.ts.map +1 -1
  202. package/types/keri/src/app/cli/challenge.d.ts.map +1 -1
  203. package/types/keri/src/app/cli/common/context.d.ts +60 -0
  204. package/types/keri/src/app/cli/common/context.d.ts.map +1 -0
  205. package/types/keri/src/app/cli/common/parsing.d.ts +4 -0
  206. package/types/keri/src/app/cli/common/parsing.d.ts.map +1 -1
  207. package/types/keri/src/app/cli/common/rendering.d.ts +12 -0
  208. package/types/keri/src/app/cli/common/rendering.d.ts.map +1 -0
  209. package/types/keri/src/app/cli/common/witness-auth.d.ts +11 -0
  210. package/types/keri/src/app/cli/common/witness-auth.d.ts.map +1 -0
  211. package/types/keri/src/app/cli/delegate.d.ts +22 -0
  212. package/types/keri/src/app/cli/delegate.d.ts.map +1 -1
  213. package/types/keri/src/app/cli/did.d.ts.map +1 -1
  214. package/types/keri/src/app/cli/ends.d.ts.map +1 -1
  215. package/types/keri/src/app/cli/exchange.d.ts.map +1 -1
  216. package/types/keri/src/app/cli/export.d.ts.map +1 -1
  217. package/types/keri/src/app/cli/incept.d.ts.map +1 -1
  218. package/types/keri/src/app/cli/index.d.ts +4 -0
  219. package/types/keri/src/app/cli/index.d.ts.map +1 -1
  220. package/types/keri/src/app/cli/init.d.ts.map +1 -1
  221. package/types/keri/src/app/cli/interact.d.ts.map +1 -1
  222. package/types/keri/src/app/cli/ipex.d.ts.map +1 -1
  223. package/types/keri/src/app/cli/list.d.ts.map +1 -1
  224. package/types/keri/src/app/cli/loc.d.ts.map +1 -1
  225. package/types/keri/src/app/cli/multisig.d.ts.map +1 -1
  226. package/types/keri/src/app/cli/notifications.d.ts.map +1 -1
  227. package/types/keri/src/app/cli/oobi.d.ts.map +1 -1
  228. package/types/keri/src/app/cli/query.d.ts.map +1 -1
  229. package/types/keri/src/app/cli/rotate.d.ts.map +1 -1
  230. package/types/keri/src/app/cli/sign.d.ts +2 -2
  231. package/types/keri/src/app/cli/sign.d.ts.map +1 -1
  232. package/types/keri/src/app/cli/vc.d.ts.map +1 -1
  233. package/types/keri/src/app/cli/verifier.d.ts.map +1 -1
  234. package/types/keri/src/app/cli/verify.d.ts.map +1 -1
  235. package/types/keri/src/app/credential-workflows.d.ts +118 -0
  236. package/types/keri/src/app/credential-workflows.d.ts.map +1 -0
  237. package/types/keri/src/app/endpoint-roleing.d.ts +1 -6
  238. package/types/keri/src/app/endpoint-roleing.d.ts.map +1 -1
  239. package/types/keri/src/app/group-members.d.ts +12 -0
  240. package/types/keri/src/app/group-members.d.ts.map +1 -0
  241. package/types/keri/src/app/ipex-grouping.d.ts +51 -0
  242. package/types/keri/src/app/ipex-grouping.d.ts.map +1 -0
  243. package/types/keri/src/app/multisig-workflows.d.ts +59 -0
  244. package/types/keri/src/app/multisig-workflows.d.ts.map +1 -0
  245. package/types/keri/src/app/version.d.ts +2 -2
  246. package/types/keri/src/app/version.d.ts.map +1 -1
  247. package/types/keri/src/core/index.d.ts +24 -0
  248. package/types/keri/src/core/index.d.ts.map +1 -0
  249. package/types/keri/src/did/webs/artifacts.d.ts.map +1 -1
  250. package/esm/keri/src/app/cli/aid.js +0 -39
  251. package/esm/keri/src/app/cli/delegate.js +0 -356
  252. package/esm/keri/src/app/cli/export.js +0 -67
  253. package/esm/keri/src/app/cli/interact.js +0 -116
  254. package/esm/keri/src/app/cli/list.js +0 -33
  255. package/esm/keri/src/app/cli/multisig.js +0 -1089
  256. package/esm/keri/src/app/cli/rotate.js +0 -221
  257. package/esm/keri/src/app/cli/sign.js +0 -67
  258. package/esm/keri/src/app/cli/vc.js +0 -696
  259. package/esm/keri/src/app/cli/verify.js +0 -83
  260. /package/esm/{_dnt.polyfills.js → keri/npm/src/_dnt.polyfills.js} +0 -0
  261. /package/esm/{_dnt.shims.js → keri/npm/src/_dnt.shims.js} +0 -0
  262. /package/esm/keri/{src/app/protocol-host-policy.js → npm/src/cesr/src/annotate/types.js} +0 -0
  263. /package/esm/keri/{src/core/cues.js → npm/src/cesr/src/core/types.js} +0 -0
  264. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/internal/1.0.14/_os.js +0 -0
  265. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/internal/1.0.14/os.js +0 -0
  266. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/assert_path.js +0 -0
  267. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/basename.js +0 -0
  268. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/common.js +0 -0
  269. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/constants.js +0 -0
  270. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/dirname.js +0 -0
  271. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/env.js +0 -0
  272. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/format.js +0 -0
  273. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/from_file_url.js +0 -0
  274. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/glob_to_reg_exp.js +0 -0
  275. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/normalize.js +0 -0
  276. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/normalize_string.js +0 -0
  277. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/relative.js +0 -0
  278. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/strip_trailing_separators.js +0 -0
  279. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/_common/to_file_url.js +0 -0
  280. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/basename.js +0 -0
  281. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/common.js +0 -0
  282. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/constants.js +0 -0
  283. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/dirname.js +0 -0
  284. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/extname.js +0 -0
  285. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/format.js +0 -0
  286. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/from_file_url.js +0 -0
  287. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/glob_to_regexp.js +0 -0
  288. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/is_absolute.js +0 -0
  289. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/is_glob.js +0 -0
  290. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/join.js +0 -0
  291. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/join_globs.js +0 -0
  292. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/mod.js +0 -0
  293. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/normalize.js +0 -0
  294. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/normalize_glob.js +0 -0
  295. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/parse.js +0 -0
  296. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/_util.js +0 -0
  297. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/basename.js +0 -0
  298. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/constants.js +0 -0
  299. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/dirname.js +0 -0
  300. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/extname.js +0 -0
  301. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/format.js +0 -0
  302. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/from_file_url.js +0 -0
  303. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/glob_to_regexp.js +0 -0
  304. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/is_absolute.js +0 -0
  305. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/join.js +0 -0
  306. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/join_globs.js +0 -0
  307. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/normalize.js +0 -0
  308. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/normalize_glob.js +0 -0
  309. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/parse.js +0 -0
  310. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/relative.js +0 -0
  311. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/resolve.js +0 -0
  312. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/to_file_url.js +0 -0
  313. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/posix/to_namespaced_path.js +0 -0
  314. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/relative.js +0 -0
  315. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/resolve.js +0 -0
  316. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/to_file_url.js +0 -0
  317. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/to_namespaced_path.js +0 -0
  318. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/types.js +0 -0
  319. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/_util.js +0 -0
  320. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/basename.js +0 -0
  321. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/constants.js +0 -0
  322. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/dirname.js +0 -0
  323. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/extname.js +0 -0
  324. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/format.js +0 -0
  325. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/from_file_url.js +0 -0
  326. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/glob_to_regexp.js +0 -0
  327. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/is_absolute.js +0 -0
  328. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/join.js +0 -0
  329. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/join_globs.js +0 -0
  330. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/normalize.js +0 -0
  331. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/normalize_glob.js +0 -0
  332. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/parse.js +0 -0
  333. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/relative.js +0 -0
  334. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/resolve.js +0 -0
  335. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/to_file_url.js +0 -0
  336. /package/esm/{deps → keri/npm/src/deps}/jsr.io/@std/path/1.1.5/windows/to_namespaced_path.js +0 -0
  337. /package/esm/keri/{src → npm/src/keri/src}/acdc/index.js +0 -0
  338. /package/esm/keri/{src → npm/src/keri/src}/acdc/messaging.js +0 -0
  339. /package/esm/keri/{src → npm/src/keri/src}/app/agent-runtime.js +0 -0
  340. /package/esm/keri/{src → npm/src/keri/src}/app/authenticating.js +0 -0
  341. /package/esm/keri/{src → npm/src/keri/src}/app/cesr-http.js +0 -0
  342. /package/esm/keri/{src → npm/src/keri/src}/app/challenging.js +0 -0
  343. /package/esm/keri/{src → npm/src/keri/src}/app/cli/annotate-color.js +0 -0
  344. /package/esm/keri/{src → npm/src/keri/src}/app/cli/annotate.js +0 -0
  345. /package/esm/keri/{src → npm/src/keri/src}/app/cli/benchmark.js +0 -0
  346. /package/esm/keri/{src → npm/src/keri/src}/app/cli/common/displaying.js +0 -0
  347. /package/esm/keri/{src → npm/src/keri/src}/app/cli/common/existing.js +0 -0
  348. /package/esm/keri/{src → npm/src/keri/src}/app/cli/db-dump.js +0 -0
  349. /package/esm/keri/{src → npm/src/keri/src}/app/cli/saidify.js +0 -0
  350. /package/esm/keri/{src → npm/src/keri/src}/app/configing.js +0 -0
  351. /package/esm/keri/{src → npm/src/keri/src}/app/cue-runtime.js +0 -0
  352. /package/esm/keri/{src → npm/src/keri/src}/app/delegating.js +0 -0
  353. /package/esm/keri/{src → npm/src/keri/src}/app/exchanging.js +0 -0
  354. /package/esm/keri/{src → npm/src/keri/src}/app/forwarding.js +0 -0
  355. /package/esm/keri/{src → npm/src/keri/src}/app/grouping.js +0 -0
  356. /package/esm/keri/{src → npm/src/keri/src}/app/habbing.js +0 -0
  357. /package/esm/keri/{src → npm/src/keri/src}/app/httping.js +0 -0
  358. /package/esm/keri/{src → npm/src/keri/src}/app/ipex-credentialing.js +0 -0
  359. /package/esm/keri/{src → npm/src/keri/src}/app/ipexing.js +0 -0
  360. /package/esm/keri/{src → npm/src/keri/src}/app/keeping.js +0 -0
  361. /package/esm/keri/{src → npm/src/keri/src}/app/mailbox-director.js +0 -0
  362. /package/esm/keri/{src → npm/src/keri/src}/app/mailbox-sse.js +0 -0
  363. /package/esm/keri/{src → npm/src/keri/src}/app/mailboxing.js +0 -0
  364. /package/esm/keri/{src → npm/src/keri/src}/app/notifying.js +0 -0
  365. /package/esm/keri/{src → npm/src/keri/src}/app/oobiery.js +0 -0
  366. /package/esm/keri/{src → npm/src/keri/src}/app/organizing.js +0 -0
  367. /package/esm/keri/{src → npm/src/keri/src}/app/parsering.js +0 -0
  368. /package/esm/keri/{src → npm/src/keri/src}/app/query-transport.js +0 -0
  369. /package/esm/keri/{src → npm/src/keri/src}/app/querying.js +0 -0
  370. /package/esm/keri/{src → npm/src/keri/src}/app/reactor.js +0 -0
  371. /package/esm/keri/{src → npm/src/keri/src}/app/respondant.js +0 -0
  372. /package/esm/keri/{src → npm/src/keri/src}/app/runtime-services.js +0 -0
  373. /package/esm/keri/{src → npm/src/keri/src}/app/runtime-turn.js +0 -0
  374. /package/esm/keri/{src → npm/src/keri/src}/app/schema-resolving.js +0 -0
  375. /package/esm/keri/{src → npm/src/keri/src}/app/signaling.js +0 -0
  376. /package/esm/keri/{src → npm/src/keri/src}/app/verifier-agent.js +0 -0
  377. /package/esm/keri/{src → npm/src/keri/src}/app/verifying.js +0 -0
  378. /package/esm/keri/{src → npm/src/keri/src}/app/witnessing.js +0 -0
  379. /package/esm/keri/{src → npm/src/keri/src}/core/attachment-countering.js +0 -0
  380. /package/esm/keri/{src → npm/src/keri/src}/core/bytes.js +0 -0
  381. /package/esm/keri/{src → npm/src/keri/src}/core/deck.js +0 -0
  382. /package/esm/keri/{src → npm/src/keri/src}/core/dispatch.js +0 -0
  383. /package/esm/keri/{src → npm/src/keri/src}/core/errors.js +0 -0
  384. /package/esm/keri/{src → npm/src/keri/src}/core/eventing.js +0 -0
  385. /package/esm/keri/{src → npm/src/keri/src}/core/kever-decisions.js +0 -0
  386. /package/esm/keri/{src → npm/src/keri/src}/core/kever.js +0 -0
  387. /package/esm/keri/{src → npm/src/keri/src}/core/logger.js +0 -0
  388. /package/esm/keri/{src → npm/src/keri/src}/core/mailbox-topics.js +0 -0
  389. /package/esm/keri/{src → npm/src/keri/src}/core/protocol-eventing.js +0 -0
  390. /package/esm/keri/{src → npm/src/keri/src}/core/protocol-exchanging.js +0 -0
  391. /package/esm/keri/{src → npm/src/keri/src}/core/protocol-serialization.js +0 -0
  392. /package/esm/keri/{src → npm/src/keri/src}/core/protocol-vdr-eventing.js +0 -0
  393. /package/esm/keri/{src → npm/src/keri/src}/core/records.js +0 -0
  394. /package/esm/keri/{src → npm/src/keri/src}/core/roles.js +0 -0
  395. /package/esm/keri/{src → npm/src/keri/src}/core/routing.js +0 -0
  396. /package/esm/keri/{src → npm/src/keri/src}/core/schemes.js +0 -0
  397. /package/esm/keri/{src → npm/src/keri/src}/core/scheming.js +0 -0
  398. /package/esm/keri/{src → npm/src/keri/src}/core/witnesses.js +0 -0
  399. /package/esm/keri/{src → npm/src/keri/src}/db/basing.js +0 -0
  400. /package/esm/keri/{src → npm/src/keri/src}/db/core/keys.js +0 -0
  401. /package/esm/keri/{src → npm/src/keri/src}/db/core/lmdber.js +0 -0
  402. /package/esm/keri/{src → npm/src/keri/src}/db/core/path-manager.js +0 -0
  403. /package/esm/keri/{src → npm/src/keri/src}/db/escrowing.js +0 -0
  404. /package/esm/keri/{src → npm/src/keri/src}/db/index.js +0 -0
  405. /package/esm/keri/{src → npm/src/keri/src}/db/keeping.js +0 -0
  406. /package/esm/keri/{src → npm/src/keri/src}/db/koming.js +0 -0
  407. /package/esm/keri/{src → npm/src/keri/src}/db/mailboxing.js +0 -0
  408. /package/esm/keri/{src → npm/src/keri/src}/db/noting.js +0 -0
  409. /package/esm/keri/{src → npm/src/keri/src}/db/outboxing.js +0 -0
  410. /package/esm/keri/{src → npm/src/keri/src}/db/reger.js +0 -0
  411. /package/esm/keri/{src → npm/src/keri/src}/db/subing.js +0 -0
  412. /package/esm/keri/{src → npm/src/keri/src}/db/verifier-cueing.js +0 -0
  413. /package/esm/keri/{src → npm/src/keri/src}/did/index.js +0 -0
  414. /package/esm/keri/{src → npm/src/keri/src}/did/keri/resolving.js +0 -0
  415. /package/esm/keri/{src → npm/src/keri/src}/did/webs/designated-aliases-public-schema.js +0 -0
  416. /package/esm/keri/{src → npm/src/keri/src}/did/webs/designated-aliases.js +0 -0
  417. /package/esm/keri/{src → npm/src/keri/src}/did/webs/dids.js +0 -0
  418. /package/esm/keri/{src → npm/src/keri/src}/did/webs/documenting.js +0 -0
  419. /package/esm/keri/{src → npm/src/keri/src}/did/webs/resolving.js +0 -0
  420. /package/esm/keri/{src → npm/src/keri/src}/library/index.js +0 -0
  421. /package/esm/keri/{src → npm/src/keri/src}/npm/cli.js +0 -0
  422. /package/esm/keri/{src → npm/src/keri/src}/npm/db.js +0 -0
  423. /package/esm/keri/{src → npm/src/keri/src}/npm/index.js +0 -0
  424. /package/esm/keri/{src → npm/src/keri/src}/npm/runtime.js +0 -0
  425. /package/esm/keri/{src → npm/src/keri/src}/runtime/index.js +0 -0
  426. /package/esm/keri/{src → npm/src/keri/src}/time/mod.js +0 -0
  427. /package/esm/keri/{src → npm/src/keri/src}/vdr/credentialing.js +0 -0
  428. /package/esm/keri/{src → npm/src/keri/src}/vdr/eventing.js +0 -0
package/esm/cesr/mod.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** cesr-ts npm package root entrypoint. */
2
- export * from "./src/index.js";
3
- export * from "./src/version.js";
2
+ export * from "./src/index.ts";
3
+ export * from "./src/version.ts";
@@ -1,4 +1,4 @@
1
- import { createParser } from "../core/parser-engine.js";
1
+ import { createParser } from "../core/parser-engine.ts";
2
2
  /**
3
3
  * Adapt an async byte stream into parsed CESR frames.
4
4
  *
@@ -1,5 +1,5 @@
1
- import { action } from "effection";
2
- import { toAsyncFrames } from "./async-iterable.js";
1
+ import { action } from "npm:effection@^3.6.0";
2
+ import { toAsyncFrames } from "./async-iterable.ts";
3
3
  /**
4
4
  * Bridge the async-iterable parser adapter into an Effection operation.
5
5
  *
@@ -1,6 +1,6 @@
1
- import { b } from "../core/bytes.js";
2
- import { parseBytes } from "../core/parser-engine.js";
3
- import { renderAnnotatedFrames, renderWrapperAnnotatedStream } from "./render.js";
1
+ import { b } from "../core/bytes.ts";
2
+ import { parseBytes } from "../core/parser-engine.ts";
3
+ import { renderAnnotatedFrames, renderWrapperAnnotatedStream } from "./render.ts";
4
4
  const DEFAULT_OPTIONS = Object.freeze({
5
5
  commentMode: "inline",
6
6
  indent: 2,
@@ -1,6 +1,6 @@
1
- import { resolveCounterCodeNameTable } from "../tables/counter-version-registry.js";
2
- import { COUNTER_CODE_NAMES_V1, COUNTER_CODE_NAMES_V2 } from "../tables/counter.tables.generated.js";
3
- import { MATTER_CODE_NAMES } from "../tables/matter.tables.generated.js";
1
+ import { resolveCounterCodeNameTable } from "../tables/counter-version-registry.ts";
2
+ import { COUNTER_CODE_NAMES_V1, COUNTER_CODE_NAMES_V2 } from "../tables/counter.tables.generated.ts";
3
+ import { MATTER_CODE_NAMES } from "../tables/matter.tables.generated.ts";
4
4
  const NATIVE_FIELD_LABELS = Object.freeze({
5
5
  v: "version string",
6
6
  t: "ilk",
@@ -1,14 +1,14 @@
1
- import { b64ToInt, intToB64 } from "../core/bytes.js";
2
- import { DeserializeError, GroupSizeError, ShortageError, UnknownCodeError } from "../core/errors.js";
3
- import { parseBytes } from "../core/parser-engine.js";
4
- import { sniff } from "../parser/cold-start.js";
5
- import { parseAttachmentDispatchCompat } from "../parser/group-dispatch.js";
6
- import { Counter, parseCounter } from "../primitives/counter.js";
7
- import { Indexer } from "../primitives/indexer.js";
8
- import { Matter, parseMatter } from "../primitives/matter.js";
9
- import { isCounterGroupLike, isPrimitiveTuple } from "../primitives/primitive.js";
10
- import { UnknownPrimitive } from "../primitives/unknown.js";
11
- import { counterCodeName, counterCodeNameForVersion, matterCodeName, nativeLabelName } from "./comments.js";
1
+ import { b64ToInt, intToB64 } from "../core/bytes.ts";
2
+ import { DeserializeError, GroupSizeError, ShortageError, UnknownCodeError } from "../core/errors.ts";
3
+ import { parseBytes } from "../core/parser-engine.ts";
4
+ import { sniff } from "../parser/cold-start.ts";
5
+ import { parseAttachmentDispatchCompat } from "../parser/group-dispatch.ts";
6
+ import { Counter, parseCounter } from "../primitives/counter.ts";
7
+ import { Indexer } from "../primitives/indexer.ts";
8
+ import { Matter, parseMatter } from "../primitives/matter.ts";
9
+ import { isCounterGroupLike, isPrimitiveTuple } from "../primitives/primitive.ts";
10
+ import { UnknownPrimitive } from "../primitives/unknown.ts";
11
+ import { counterCodeName, counterCodeNameForVersion, matterCodeName, nativeLabelName } from "./comments.ts";
12
12
  const TEXT_DECODER = new TextDecoder();
13
13
  const OPAQUE_TOKEN_COMMENT = "opaque token";
14
14
  const OPAQUE_WRAPPER_PAYLOAD_COMMENT = "opaque wrapper payload";
@@ -1,4 +1,4 @@
1
- import { createParser } from "../core/parser-engine.js";
1
+ import { createParser } from "../core/parser-engine.ts";
2
2
  function asPositiveInteger(value, fallback) {
3
3
  if (typeof value !== "number" || !Number.isFinite(value)) {
4
4
  return fallback;
@@ -1,7 +1,7 @@
1
- import { parseAttachmentGroup } from "../parser/attachment-parser.js";
2
- import { sniff } from "../parser/cold-start.js";
3
- import { ColdStartError, ShortageError } from "./errors.js";
4
- import { isAttachmentDomain } from "./parser-constants.js";
1
+ import { parseAttachmentGroup } from "../parser/attachment-parser.ts";
2
+ import { sniff } from "../parser/cold-start.ts";
3
+ import { ColdStartError, ShortageError } from "./errors.ts";
4
+ import { isAttachmentDomain } from "./parser-constants.ts";
5
5
  /**
6
6
  * Parses and appends attachment groups for both:
7
7
  * - normal trailing-attachment collection after frame start parse
@@ -1,4 +1,4 @@
1
- import { CtrDexV2 } from "../tables/counter-codex.js";
1
+ import { CtrDexV2 } from "../tables/counter-codex.ts";
2
2
  /** Default parser version context when no explicit selector is present. */
3
3
  export const DEFAULT_VERSION = { major: 2, minor: 0 };
4
4
  /** Native map-body counter codes that permit interleaved label parsing. */
@@ -1,12 +1,12 @@
1
- import { createAttachmentVersionFallbackPolicy, } from "../parser/group-dispatch.js";
2
- import { ParserError, ShortageError } from "./errors.js";
3
- import { AttachmentCollector } from "./parser-attachment-collector.js";
4
- import { DEFAULT_VERSION } from "./parser-constants.js";
5
- import { DeferredFrameLifecycle } from "./parser-deferred-frames.js";
6
- import { FrameParser } from "./parser-frame-parser.js";
7
- import { createFrameBoundaryPolicy } from "./parser-policy.js";
8
- import { ParserStreamState } from "./parser-stream-state.js";
9
- import { composeRecoveryDiagnosticObserver } from "./recovery-diagnostics.js";
1
+ import { createAttachmentVersionFallbackPolicy, } from "../parser/group-dispatch.ts";
2
+ import { ParserError, ShortageError } from "./errors.ts";
3
+ import { AttachmentCollector } from "./parser-attachment-collector.ts";
4
+ import { DEFAULT_VERSION } from "./parser-constants.ts";
5
+ import { DeferredFrameLifecycle } from "./parser-deferred-frames.ts";
6
+ import { FrameParser } from "./parser-frame-parser.ts";
7
+ import { createFrameBoundaryPolicy } from "./parser-policy.ts";
8
+ import { ParserStreamState } from "./parser-stream-state.ts";
9
+ import { composeRecoveryDiagnosticObserver } from "./recovery-diagnostics.ts";
10
10
  /**
11
11
  * Streaming CESR parser for message-domain and CESR-native body-group streams.
12
12
  * Handles chunk boundaries, pending frames, and attachment continuation.
@@ -1,16 +1,16 @@
1
- import { parseAttachmentGroup } from "../parser/attachment-parser.js";
2
- import { sniff } from "../parser/cold-start.js";
3
- import { parseCounter } from "../primitives/counter.js";
4
- import { parseIlker } from "../primitives/ilker.js";
5
- import { isLabelerCode, parseLabeler } from "../primitives/labeler.js";
6
- import { interpretMapperBodySyntax, parseMapperBodySyntax } from "../primitives/mapper.js";
7
- import { parseMatter } from "../primitives/matter.js";
8
- import { parseVerser } from "../primitives/verser.js";
9
- import { reapSerder } from "../serder/serdery.js";
10
- import { Kinds, Protocols } from "../tables/versions.js";
11
- import { b64ToInt, intToB64 } from "./bytes.js";
12
- import { ColdStartError, DeserializeError, SemanticInterpretationError, ShortageError, SyntaxParseError, UnknownCodeError, } from "./errors.js";
13
- import { BODY_WITH_ATTACHMENT_GROUP_NAMES, DEFAULT_VERSION, FRAME_START_GROUP_NAMES, GENERIC_GROUP_NAMES, GENUS_VERSION_CODE, isAttachmentDomain, isFrameBoundaryCounter, MAP_BODY_CODES, NATIVE_BODY_GROUP_NAMES, NON_NATIVE_BODY_GROUP_NAMES, quadletUnit, tokenSize, } from "./parser-constants.js";
1
+ import { parseAttachmentGroup } from "../parser/attachment-parser.ts";
2
+ import { sniff } from "../parser/cold-start.ts";
3
+ import { parseCounter } from "../primitives/counter.ts";
4
+ import { parseIlker } from "../primitives/ilker.ts";
5
+ import { isLabelerCode, parseLabeler } from "../primitives/labeler.ts";
6
+ import { interpretMapperBodySyntax, parseMapperBodySyntax } from "../primitives/mapper.ts";
7
+ import { parseMatter } from "../primitives/matter.ts";
8
+ import { parseVerser } from "../primitives/verser.ts";
9
+ import { reapSerder } from "../serder/serdery.ts";
10
+ import { Kinds, Protocols } from "../tables/versions.ts";
11
+ import { b64ToInt, intToB64 } from "./bytes.ts";
12
+ import { ColdStartError, DeserializeError, SemanticInterpretationError, ShortageError, SyntaxParseError, UnknownCodeError, } from "./errors.ts";
13
+ import { BODY_WITH_ATTACHMENT_GROUP_NAMES, DEFAULT_VERSION, FRAME_START_GROUP_NAMES, GENERIC_GROUP_NAMES, GENUS_VERSION_CODE, isAttachmentDomain, isFrameBoundaryCounter, MAP_BODY_CODES, NATIVE_BODY_GROUP_NAMES, NON_NATIVE_BODY_GROUP_NAMES, quadletUnit, tokenSize, } from "./parser-constants.ts";
14
14
  /**
15
15
  * Parses frame starts and bounded frame payload structures.
16
16
  *
@@ -1,5 +1,5 @@
1
- import { sniff } from "../parser/cold-start.js";
2
- import { concatBytes } from "./bytes.js";
1
+ import { sniff } from "../parser/cold-start.ts";
2
+ import { concatBytes } from "./bytes.ts";
3
3
  /**
4
4
  * Owns mutable stream-level parser state (buffer, absolute offset, stream version).
5
5
  *
@@ -1,81 +1,81 @@
1
- export * from "./adapters/async-iterable.js";
2
- export * from "./adapters/effection.js";
3
- export * from "./annotate/annotator.js";
4
- export * from "./annotate/comments.js";
5
- export * from "./annotate/denot.js";
6
- export * from "./annotate/render.js";
7
- export * from "./annotate/types.js";
8
- export * from "./bench/parser-benchmark.js";
9
- export * from "./core/bytes.js";
10
- export * from "./core/cbor.js";
11
- export * from "./core/errors.js";
12
- export * from "./core/parser-engine.js";
13
- export * from "./core/parser-policy.js";
14
- export * from "./core/recovery-diagnostics.js";
15
- export * from "./core/types.js";
16
- export * from "./core/vocabulary.js";
17
- export * from "./parser/cold-start.js";
18
- export * from "./parser/group-dispatch.js";
19
- export * from "./primitives/aggor.js";
20
- export * from "./primitives/bexter.js";
21
- export * from "./primitives/blinder.js";
22
- export * from "./primitives/cigar.js";
23
- export * from "./primitives/cipher.js";
24
- export * from "./primitives/codex.js";
25
- export * from "./primitives/compactor.js";
26
- export * from "./primitives/counter.js";
27
- export * from "./primitives/dater.js";
28
- export * from "./primitives/decimer.js";
29
- export * from "./primitives/decrypter.js";
30
- export * from "./primitives/diger.js";
31
- export * from "./primitives/disclosure.js";
32
- export * from "./primitives/encrypter.js";
33
- export * from "./primitives/hydrate.js";
34
- export * from "./primitives/ilker.js";
35
- export * from "./primitives/indexer.js";
36
- export * from "./primitives/labeler.js";
37
- export * from "./primitives/mapper.js";
38
- export * from "./primitives/matter.js";
39
- export * from "./primitives/mediar.js";
40
- export * from "./primitives/noncer.js";
41
- export * from "./primitives/number.js";
42
- export * from "./primitives/pather.js";
43
- export * from "./primitives/prefixer.js";
44
- export * from "./primitives/primitive.js";
45
- export * from "./primitives/registry.js";
46
- export * from "./primitives/saider.js";
47
- export * from "./primitives/salter.js";
48
- export * from "./primitives/sealer.js";
49
- export * from "./primitives/seqner.js";
50
- export * from "./primitives/siger.js";
51
- export * from "./primitives/signer.js";
52
- export * from "./primitives/streamer.js";
53
- export * from "./primitives/structing.js";
54
- export * from "./primitives/structor.js";
55
- export * from "./primitives/tagger.js";
56
- export * from "./primitives/texter.js";
57
- export * from "./primitives/tholder.js";
58
- export * from "./primitives/traitor.js";
59
- export * from "./primitives/unknown.js";
60
- export * from "./primitives/verfer.js";
61
- export * from "./primitives/verser.js";
62
- export * from "./router/router-stub.js";
63
- export * from "./serder/serder.js";
64
- export * from "./serder/serdery.js";
65
- export * from "./serder/smell.js";
66
- export * from "./tables/codex-utils.js";
67
- export * from "./tables/counter-codex.js";
68
- export * from "./tables/counter-groups.js";
69
- export * from "./tables/counter-version-registry.js";
70
- export * from "./tables/indexer.codex.generated.js";
71
- export * from "./tables/indexer.tables.generated.js";
72
- export * from "./tables/matter.codex.generated.js";
73
- export * from "./tables/matter.tables.generated.js";
74
- export * from "./tables/table-types.js";
75
- export * from "./tables/trait.codex.generated.js";
76
- export * from "./tables/versions.js";
77
- export { bytesHex } from "./core/bytes.js";
78
- export { bytesEqual } from "./core/bytes.js";
79
- export { toBytes } from "./core/bytes.js";
80
- export { t } from "./core/bytes.js";
81
- export { b } from "./core/bytes.js";
1
+ export * from "./adapters/async-iterable.ts";
2
+ export * from "./adapters/effection.ts";
3
+ export * from "./annotate/annotator.ts";
4
+ export * from "./annotate/comments.ts";
5
+ export * from "./annotate/denot.ts";
6
+ export * from "./annotate/render.ts";
7
+ export * from "./annotate/types.ts";
8
+ export * from "./bench/parser-benchmark.ts";
9
+ export * from "./core/bytes.ts";
10
+ export * from "./core/cbor.ts";
11
+ export * from "./core/errors.ts";
12
+ export * from "./core/parser-engine.ts";
13
+ export * from "./core/parser-policy.ts";
14
+ export * from "./core/recovery-diagnostics.ts";
15
+ export * from "./core/types.ts";
16
+ export * from "./core/vocabulary.ts";
17
+ export * from "./parser/cold-start.ts";
18
+ export * from "./parser/group-dispatch.ts";
19
+ export * from "./primitives/aggor.ts";
20
+ export * from "./primitives/bexter.ts";
21
+ export * from "./primitives/blinder.ts";
22
+ export * from "./primitives/cigar.ts";
23
+ export * from "./primitives/cipher.ts";
24
+ export * from "./primitives/codex.ts";
25
+ export * from "./primitives/compactor.ts";
26
+ export * from "./primitives/counter.ts";
27
+ export * from "./primitives/dater.ts";
28
+ export * from "./primitives/decimer.ts";
29
+ export * from "./primitives/decrypter.ts";
30
+ export * from "./primitives/diger.ts";
31
+ export * from "./primitives/disclosure.ts";
32
+ export * from "./primitives/encrypter.ts";
33
+ export * from "./primitives/hydrate.ts";
34
+ export * from "./primitives/ilker.ts";
35
+ export * from "./primitives/indexer.ts";
36
+ export * from "./primitives/labeler.ts";
37
+ export * from "./primitives/mapper.ts";
38
+ export * from "./primitives/matter.ts";
39
+ export * from "./primitives/mediar.ts";
40
+ export * from "./primitives/noncer.ts";
41
+ export * from "./primitives/number.ts";
42
+ export * from "./primitives/pather.ts";
43
+ export * from "./primitives/prefixer.ts";
44
+ export * from "./primitives/primitive.ts";
45
+ export * from "./primitives/registry.ts";
46
+ export * from "./primitives/saider.ts";
47
+ export * from "./primitives/salter.ts";
48
+ export * from "./primitives/sealer.ts";
49
+ export * from "./primitives/seqner.ts";
50
+ export * from "./primitives/siger.ts";
51
+ export * from "./primitives/signer.ts";
52
+ export * from "./primitives/streamer.ts";
53
+ export * from "./primitives/structing.ts";
54
+ export * from "./primitives/structor.ts";
55
+ export * from "./primitives/tagger.ts";
56
+ export * from "./primitives/texter.ts";
57
+ export * from "./primitives/tholder.ts";
58
+ export * from "./primitives/traitor.ts";
59
+ export * from "./primitives/unknown.ts";
60
+ export * from "./primitives/verfer.ts";
61
+ export * from "./primitives/verser.ts";
62
+ export * from "./router/router-stub.ts";
63
+ export * from "./serder/serder.ts";
64
+ export * from "./serder/serdery.ts";
65
+ export * from "./serder/smell.ts";
66
+ export * from "./tables/codex-utils.ts";
67
+ export * from "./tables/counter-codex.ts";
68
+ export * from "./tables/counter-groups.ts";
69
+ export * from "./tables/counter-version-registry.ts";
70
+ export * from "./tables/indexer.codex.generated.ts";
71
+ export * from "./tables/indexer.tables.generated.ts";
72
+ export * from "./tables/matter.codex.generated.ts";
73
+ export * from "./tables/matter.tables.generated.ts";
74
+ export * from "./tables/table-types.ts";
75
+ export * from "./tables/trait.codex.generated.ts";
76
+ export * from "./tables/versions.ts";
77
+ export { bytesHex } from "./core/bytes.ts";
78
+ export { bytesEqual } from "./core/bytes.ts";
79
+ export { toBytes } from "./core/bytes.ts";
80
+ export { t } from "./core/bytes.ts";
81
+ export { b } from "./core/bytes.ts";
@@ -1,4 +1,4 @@
1
- import { DeserializeError, UnknownCodeError } from "../core/errors.js";
1
+ import { DeserializeError, UnknownCodeError } from "../core/errors.ts";
2
2
  /**
3
3
  * Classify parse failures that are safe for alternate-major retry.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { parseAttachmentDispatchCompat } from "./group-dispatch.js";
1
+ import { parseAttachmentDispatchCompat } from "./group-dispatch.ts";
2
2
  /**
3
3
  * Historical attachment-group entrypoint preserved as a thin wrapper around the
4
4
  * newer dispatch-policy parser.
@@ -1,4 +1,4 @@
1
- import { ColdStartError, ShortageError } from "../core/errors.js";
1
+ import { ColdStartError, ShortageError } from "../core/errors.ts";
2
2
  /**
3
3
  * Classify the next unread stream bytes into CESR cold-start domains.
4
4
  *
@@ -1,14 +1,14 @@
1
- import { b, b64ToInt, intToB64 } from "../core/bytes.js";
2
- import { GroupSizeError, ShortageError, UnknownCodeError } from "../core/errors.js";
3
- import { composeRecoveryDiagnosticObserver } from "../core/recovery-diagnostics.js";
4
- import { CounterGroup, parseCounter } from "../primitives/counter.js";
5
- import { parseIndexer } from "../primitives/indexer.js";
6
- import { parseMatter } from "../primitives/matter.js";
7
- import { UnknownPrimitive } from "../primitives/unknown.js";
8
- import { CtrDexV1, CtrDexV2 } from "../tables/counter-codex.js";
9
- import { resolveVersionedRegistryValue } from "../tables/counter-version-registry.js";
10
- import { createAttachmentVersionFallbackPolicy, } from "./attachment-fallback-policy.js";
11
- export { createAttachmentVersionFallbackPolicy } from "./attachment-fallback-policy.js";
1
+ import { b, b64ToInt, intToB64 } from "../core/bytes.ts";
2
+ import { GroupSizeError, ShortageError, UnknownCodeError } from "../core/errors.ts";
3
+ import { composeRecoveryDiagnosticObserver } from "../core/recovery-diagnostics.ts";
4
+ import { CounterGroup, parseCounter } from "../primitives/counter.ts";
5
+ import { parseIndexer } from "../primitives/indexer.ts";
6
+ import { parseMatter } from "../primitives/matter.ts";
7
+ import { UnknownPrimitive } from "../primitives/unknown.ts";
8
+ import { CtrDexV1, CtrDexV2 } from "../tables/counter-codex.ts";
9
+ import { resolveVersionedRegistryValue } from "../tables/counter-version-registry.ts";
10
+ import { createAttachmentVersionFallbackPolicy, } from "./attachment-fallback-policy.ts";
11
+ export { createAttachmentVersionFallbackPolicy } from "./attachment-fallback-policy.ts";
12
12
  function tupleItem(items) {
13
13
  return items;
14
14
  }
@@ -1,14 +1,14 @@
1
- import { b, codeB2ToB64 } from "../core/bytes.js";
2
- import { DeserializeError, SerializeError, UnknownCodeError } from "../core/errors.js";
3
- import { CtrDexV2 } from "../tables/counter-codex.js";
4
- import { AGGOR_CODES, AGGOR_LIST_CODES, AGGOR_MAP_CODES } from "../tables/counter-groups.js";
5
- import { MATTER_SIZES } from "../tables/matter.tables.generated.js";
6
- import { DigDex } from "./codex.js";
7
- import { Counter, parseCounter } from "./counter.js";
8
- import { Diger } from "./diger.js";
9
- import { Mapper, parseMapperBody } from "./mapper.js";
10
- import { parseMatter } from "./matter.js";
11
- import { parseStructor, Structor } from "./structor.js";
1
+ import { b, codeB2ToB64 } from "../core/bytes.ts";
2
+ import { DeserializeError, SerializeError, UnknownCodeError } from "../core/errors.ts";
3
+ import { CtrDexV2 } from "../tables/counter-codex.ts";
4
+ import { AGGOR_CODES, AGGOR_LIST_CODES, AGGOR_MAP_CODES } from "../tables/counter-groups.ts";
5
+ import { MATTER_SIZES } from "../tables/matter.tables.generated.ts";
6
+ import { DigDex } from "./codex.ts";
7
+ import { Counter, parseCounter } from "./counter.ts";
8
+ import { Diger } from "./diger.ts";
9
+ import { Mapper, parseMapperBody } from "./mapper.ts";
10
+ import { parseMatter } from "./matter.ts";
11
+ import { parseStructor, Structor } from "./structor.ts";
12
12
  /**
13
13
  * `Aggor` is the aggregate-list sibling to `Compactor`.
14
14
  *
@@ -1,8 +1,8 @@
1
- import { decodeB64, encodeB64 } from "../core/bytes.js";
2
- import { UnknownCodeError } from "../core/errors.js";
3
- import { MATTER_SIZES } from "../tables/matter.tables.generated.js";
4
- import { BEXTER_CODES } from "./codex.js";
5
- import { Matter, parseMatter } from "./matter.js";
1
+ import { decodeB64, encodeB64 } from "../core/bytes.ts";
2
+ import { UnknownCodeError } from "../core/errors.ts";
3
+ import { MATTER_SIZES } from "../tables/matter.tables.generated.ts";
4
+ import { BEXTER_CODES } from "./codex.ts";
5
+ import { Matter, parseMatter } from "./matter.ts";
6
6
  /** Resolve lead-byte width (`ls`) used by StrB64 code family conversions. */
7
7
  function getLeadSize(code) {
8
8
  const sizage = MATTER_SIZES.get(code);
@@ -1,6 +1,6 @@
1
- import { UnknownCodeError } from "../core/errors.js";
2
- import { BLINDER_CODES } from "../tables/counter-groups.js";
3
- import { parseStructor, Structor } from "./structor.js";
1
+ import { UnknownCodeError } from "../core/errors.ts";
2
+ import { BLINDER_CODES } from "../tables/counter-groups.ts";
3
+ import { parseStructor, Structor } from "./structor.ts";
4
4
  /** True when counter code belongs to blinded/bound state tuple families. */
5
5
  export function isBlinderCode(code) {
6
6
  return BLINDER_CODES.has(code);
@@ -1,4 +1,4 @@
1
- import { b } from "../core/bytes.js";
1
+ import { b } from "../core/bytes.ts";
2
2
  /** Normalize text or buffer-view inputs into one detached `Uint8Array`. */
3
3
  export function normalizeByteLike(value) {
4
4
  if (typeof value === "string") {
@@ -1,6 +1,6 @@
1
- import { UnknownCodeError } from "../core/errors.js";
2
- import { CIGAR_CODES, matterCodexName } from "./codex.js";
3
- import { Matter, parseMatter } from "./matter.js";
1
+ import { UnknownCodeError } from "../core/errors.ts";
2
+ import { CIGAR_CODES, matterCodexName } from "./codex.ts";
3
+ import { Matter, parseMatter } from "./matter.ts";
4
4
  /**
5
5
  * Non-indexed signature primitive.
6
6
  *
@@ -1,9 +1,9 @@
1
- import { DeserializeError, UnknownCodeError } from "../core/errors.js";
2
- import { normalizeByteLike } from "./byte-like.js";
3
- import { CiXDex } from "./codex.js";
4
- import { CIPHER_X25519_ALL_CODES, MtrDex } from "./codex.js";
5
- import { Decrypter } from "./decrypter.js";
6
- import { Matter } from "./matter.js";
1
+ import { DeserializeError, UnknownCodeError } from "../core/errors.ts";
2
+ import { normalizeByteLike } from "./byte-like.ts";
3
+ import { CiXDex } from "./codex.ts";
4
+ import { CIPHER_X25519_ALL_CODES, MtrDex } from "./codex.ts";
5
+ import { Decrypter } from "./decrypter.ts";
6
+ import { Matter } from "./matter.ts";
7
7
  /** Map the KERIpy fixed cipher families to their expected raw sealed-box sizes. */
8
8
  function expectedFixedCipherRawSize(code) {
9
9
  return Matter.rawSizeForCode(code);
@@ -1,8 +1,8 @@
1
- import { codexValues, invertCodex } from "../tables/codex-utils.js";
2
- import { IdrDex, IdxBthSigDex, IdxCrtSigDex, IdxSigDex } from "../tables/indexer.codex.generated.js";
3
- import { BexDex, CiXAllQB64Dex, CiXDex, CiXFixQB64Dex, CiXVarDex, CiXVarQB2Dex, CiXVarQB64Dex, CiXVarStrmDex, DecDex, DigDex, EscapeDex, LabelDex, MtrDex, NonceDex, NonTransDex, NumDex, PreDex, PreNonDigDex, TagDex, TexDex, } from "../tables/matter.codex.generated.js";
4
- import { TraitDex } from "../tables/trait.codex.generated.js";
5
- import { Protocols } from "../tables/versions.js";
1
+ import { codexValues, invertCodex } from "../tables/codex-utils.ts";
2
+ import { IdrDex, IdxBthSigDex, IdxCrtSigDex, IdxSigDex } from "../tables/indexer.codex.generated.ts";
3
+ import { BexDex, CiXAllQB64Dex, CiXDex, CiXFixQB64Dex, CiXVarDex, CiXVarQB2Dex, CiXVarQB64Dex, CiXVarStrmDex, DecDex, DigDex, EscapeDex, LabelDex, MtrDex, NonceDex, NonTransDex, NumDex, PreDex, PreNonDigDex, TagDex, TexDex, } from "../tables/matter.codex.generated.ts";
4
+ import { TraitDex } from "../tables/trait.codex.generated.ts";
5
+ import { Protocols } from "../tables/versions.ts";
6
6
  /**
7
7
  * Derived readability layer over the generated KERIpy-parity codex objects.
8
8
  *
@@ -1,6 +1,6 @@
1
- import { DeserializeError, UnknownCodeError } from "../core/errors.js";
2
- import { COMPACTOR_CODES } from "../tables/counter-groups.js";
3
- import { Mapper, parseMapperBody } from "./mapper.js";
1
+ import { DeserializeError, UnknownCodeError } from "../core/errors.ts";
2
+ import { COMPACTOR_CODES } from "../tables/counter-groups.ts";
3
+ import { Mapper, parseMapperBody } from "./mapper.ts";
4
4
  /**
5
5
  * CESR-native compactable map primitive.
6
6
  *
@@ -1,8 +1,8 @@
1
- import { b, b64ToInt, codeB2ToB64, codeB64ToB2, concatBytes, intToB64, nabSextets, sceil } from "../core/bytes.js";
2
- import { DeserializeError, ShortageError, UnknownCodeError } from "../core/errors.js";
3
- import { CtrDexV2 } from "../tables/counter-codex.js";
4
- import { resolveCounterCodeNameTable, resolveCounterSizeTable } from "../tables/counter-version-registry.js";
5
- import { COUNTER_HARDS } from "../tables/counter.tables.generated.js";
1
+ import { b, b64ToInt, codeB2ToB64, codeB64ToB2, concatBytes, intToB64, nabSextets, sceil } from "../core/bytes.ts";
2
+ import { DeserializeError, ShortageError, UnknownCodeError } from "../core/errors.ts";
3
+ import { CtrDexV2 } from "../tables/counter-codex.ts";
4
+ import { resolveCounterCodeNameTable, resolveCounterSizeTable } from "../tables/counter-version-registry.ts";
5
+ import { COUNTER_HARDS } from "../tables/counter.tables.generated.ts";
6
6
  const COUNTER_BARDS = new Map([...COUNTER_HARDS.entries()].map(([code, hs]) => [
7
7
  String.fromCharCode(codeB64ToB2(code)[0])
8
8
  + String.fromCharCode(codeB64ToB2(code)[1] ?? 0),
@@ -1,7 +1,7 @@
1
- import { UnknownCodeError } from "../core/errors.js";
2
- import { MATTER_SIZES } from "../tables/matter.tables.generated.js";
3
- import { DATER_CODES } from "./codex.js";
4
- import { Matter, parseMatter } from "./matter.js";
1
+ import { UnknownCodeError } from "../core/errors.ts";
2
+ import { MATTER_SIZES } from "../tables/matter.tables.generated.ts";
3
+ import { DATER_CODES } from "./codex.ts";
4
+ import { Matter, parseMatter } from "./matter.ts";
5
5
  /** Project compact CESR datetime encoding to RFC3339/ISO-8601 text form. */
6
6
  function toIso8601(dts) {
7
7
  return dts.replaceAll("c", ":").replaceAll("d", ".").replaceAll("p", "+");
@@ -1,8 +1,8 @@
1
- import { concatBytes, decodeB64, encodeB64 } from "../core/bytes.js";
2
- import { UnknownCodeError } from "../core/errors.js";
3
- import { MATTER_SIZES } from "../tables/matter.tables.generated.js";
4
- import { DECIMAL_CODES } from "./codex.js";
5
- import { Matter, parseMatter } from "./matter.js";
1
+ import { concatBytes, decodeB64, encodeB64 } from "../core/bytes.ts";
2
+ import { UnknownCodeError } from "../core/errors.ts";
3
+ import { MATTER_SIZES } from "../tables/matter.tables.generated.ts";
4
+ import { DECIMAL_CODES } from "./codex.ts";
5
+ import { Matter, parseMatter } from "./matter.ts";
6
6
  /** Decode variable-sized decimal payload bytes into decimal-string form. */
7
7
  function derawifyDns(raw, code) {
8
8
  const sizage = MATTER_SIZES.get(code);
@@ -1,12 +1,12 @@
1
- import { DeserializeError, UnknownCodeError } from "../core/errors.js";
2
- import { normalizeByteLike } from "./byte-like.js";
3
- import { Cipher } from "./cipher.js";
4
- import { CIPHER_X25519_ALL_QB64_CODES, CIPHER_X25519_FIXED_QB64_CODES, CIPHER_X25519_QB2_VARIABLE_CODES, CIPHER_X25519_VARIABLE_STREAM_CODES, DECRYPTER_CODES, MtrDex, } from "./codex.js";
5
- import { Matter } from "./matter.js";
6
- import { Salter } from "./salter.js";
7
- import { boxKeyPairFromEd25519Seed, boxPublicKeyFromPrivateKey, openSealedBox } from "./sealed-box.js";
8
- import { Signer } from "./signer.js";
9
- import { Streamer } from "./streamer.js";
1
+ import { DeserializeError, UnknownCodeError } from "../core/errors.ts";
2
+ import { normalizeByteLike } from "./byte-like.ts";
3
+ import { Cipher } from "./cipher.ts";
4
+ import { CIPHER_X25519_ALL_QB64_CODES, CIPHER_X25519_FIXED_QB64_CODES, CIPHER_X25519_QB2_VARIABLE_CODES, CIPHER_X25519_VARIABLE_STREAM_CODES, DECRYPTER_CODES, MtrDex, } from "./codex.ts";
5
+ import { Matter } from "./matter.ts";
6
+ import { Salter } from "./salter.ts";
7
+ import { boxKeyPairFromEd25519Seed, boxPublicKeyFromPrivateKey, openSealedBox } from "./sealed-box.ts";
8
+ import { Signer } from "./signer.ts";
9
+ import { Streamer } from "./streamer.ts";
10
10
  /** Normalize direct X25519 or derived-Ed25519 constructor forms into `Matter` input. */
11
11
  function normalizeMatterInit(init) {
12
12
  if (init instanceof Matter) {
@@ -1,10 +1,10 @@
1
- import { blake2b, blake2s } from "@noble/hashes/blake2";
2
- import { blake3 } from "@noble/hashes/blake3";
3
- import { sha256, sha512 } from "@noble/hashes/sha2";
4
- import { sha3_256, sha3_512 } from "@noble/hashes/sha3";
5
- import { UnknownCodeError } from "../core/errors.js";
6
- import { DigDex, DIGEST_CODES, matterCodexName } from "./codex.js";
7
- import { Matter, parseMatter } from "./matter.js";
1
+ import { blake2b, blake2s } from "npm:@noble/hashes@1.8.0/blake2";
2
+ import { blake3 } from "npm:@noble/hashes@1.8.0/blake3";
3
+ import { sha256, sha512 } from "npm:@noble/hashes@1.8.0/sha2";
4
+ import { sha3_256, sha3_512 } from "npm:@noble/hashes@1.8.0/sha3";
5
+ import { UnknownCodeError } from "../core/errors.ts";
6
+ import { DigDex, DIGEST_CODES, matterCodexName } from "./codex.ts";
7
+ import { Matter, parseMatter } from "./matter.ts";
8
8
  /**
9
9
  * Digest primitive family.
10
10
  *