Skip to content

@paybond/kit 0.11.2

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 04:06

Release @paybond/kit 0.11.2 — fixes missing runtime dependency for completion evidence validation and starter-template CI smoke failures.

Highlights

  • ajv runtime dependency — completion evidence JSON Schema validation (validateCompletionEvidence) now installs ajv transitively from a plain npm install @paybond/kit. Fixes ERR_MODULE_NOT_FOUND in paybond agent sandbox smoke and template CI workflows.
  • Release verificationnpm run verify:release installs the packed tarball in a minimal consumer project and exercises completion evidence validation with the declared dependency tree.
  • Template lockfile integrity — starter templates pin @paybond/kit@^0.11.2 with registry package-lock.json integrity hashes that match the published npm tarball.

Install

npm install @paybond/kit@0.11.2

Quick start

npx -p @paybond/kit@0.11.2 paybond login
npx -p @paybond/kit@0.11.2 paybond agent sandbox smoke \
  --policy-file paybond.policy.yaml \
  --operation travel.book_hotel \
  --requested-spend-cents 18700 \
  --evidence-preset cost_and_completion \
  --result-body '{"status":"completed","cost_cents":18700}' \
  --format json

Docs

Full Changelog: v0.11.1...v0.11.2