Skip to content

npm @asqav/sdk 0.5.15

Choose a tag to compare

@jagmarques jagmarques released this 12 Jun 02:21
· 230 commits to main since this release
npm-v0.5.15
89610ed

TypeScript SDK release, npm only. The Python half asqav stays at 0.5.15 on PyPI with no changes, so this release aligns the two halves on the same version number.

Fixed

  • ESM bundle crash: agent.sign() threw Dynamic require of "crypto" is not supported for every Node ESM user. Nonce generation now uses globalThis.crypto.getRandomValues.
  • Engines floor raised to Node >=20 to match the web crypto dependency. Node 18 is end of life.

Verified before publish

  • Clean-room install of the packed tarball and of the published registry artifact: ESM import, nonce generation, sign and verify paths all run without the crash, CJS path regression-free, malformed input fails with a readable error.