JavaScript library for using ZCAP
  • TypeScript 63.7%
  • JavaScript 36.3%
Find a file
2025-10-08 16:29:00 -07:00
.changeset 1.5.0 2025-10-07 20:43:22 -07:00
.github/workflows add .github/workflows/ci.yml 2025-10-01 16:58:41 -07:00
bin go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
.gitignore init 2025-05-19 12:39:02 -07:00
base64.ts add eslint 2025-09-17 22:28:27 -07:00
CHANGELOG.md 1.5.1 2025-10-08 16:29:00 -07:00
console-nodejs.ts add eslint 2025-09-17 22:28:27 -07:00
delegation.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
did-key.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
did.ts add eslint 2025-09-17 22:28:27 -07:00
document-loader.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
dzcap first working delegate command 2025-09-17 21:56:14 -07:00
dzcap-cli.test.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
dzcap-cli.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
eslint.config.mjs add eslint 2025-09-17 22:28:27 -07:00
http-signature.test.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
http-signature.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
index.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
invocation-http-signature.ts tests pass 2025-10-07 20:05:13 -07:00
invocation-json.test.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
invocation-json.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
invocation.test.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
invocation.ts go back to using tsx for tests, because we need to compile to raw .js for npm anyway 2025-10-01 17:27:30 -07:00
package-lock.json change deps on @digitalbazaar/http-signature-zcap-{invoke,verify} from custom branches to new releases from digitalbazaar that incorporate my commits 2025-10-08 16:27:27 -07:00
package.json 1.5.1 2025-10-08 16:29:00 -07:00
README.md init 2025-05-19 12:39:02 -07:00
tsconfig.json no longer require https invocationTarget. all uri welcome 2025-10-04 14:35:46 -07:00
types.ts init 2025-05-19 12:39:02 -07:00
zcap-invocation-request.test.ts tests pass 2025-10-07 20:05:13 -07:00
zcap-invocation-request.ts tests pass 2025-10-07 20:05:13 -07:00

dzcap

dzcap is an npm package for using zcaps is JavaScript and TypeScript.