summaryrefslogtreecommitdiffhomepage
path: root/packages/server
AgeCommit message (Collapse)Author
2023-08-16Clean up build command in serverMatthew Miller
2023-08-16Remove old tsconfig.json from serverMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Tell dnt to use version in root package.jsonMatthew Miller
2023-08-16Format build_npm.tsMatthew Miller
2023-08-16Strip down root package.json into a Lerna wrapperMatthew Miller
I think I need to keep this around because it's how Lerna will version this package. But with the package.json that ends up being generated being controlled by dnt via build_npm.ts I thought it good to make the root package.json barebones to discourage future-me from trying to use npm again with this library.
2023-08-16Completely regenerate deno.lockMatthew Miller
2023-08-16Fix debug lib type exportMatthew Miller
2023-08-16Fix versions on more NPM libsMatthew Miller
2023-08-16Move @peculiar libs to deps.tsMatthew Miller
2023-08-16Update deno.lockMatthew Miller
2023-08-16Rearrange deps.tsMatthew Miller
2023-08-16Move more deps into deps.tsMatthew Miller
2023-08-16Explicitly export types to appease DenoMatthew Miller
2023-08-16Commit changes to deno.lockMatthew Miller
2023-08-16Try to start using deno for buildsMatthew Miller
2023-08-16Convert typescripti-types imports into deps.tsMatthew Miller
2023-08-16Address `deno lint` issuesMatthew Miller
2023-08-16Map cbor-x to deno.landMatthew Miller
2023-08-16Disable post-build type-checking for nowMatthew Miller
2023-08-16Migrate TS compilerOptions.libMatthew Miller
2023-08-16Migrate typesVersions overMatthew Miller
2023-08-16Sync up entrypoint definitionsMatthew Miller
2023-08-16Try to make sure TS isn't influencing any behaviorMatthew Miller
2023-08-16Change @hexagon/base64 to point to deno.landMatthew Miller
2023-08-16Add COSECRV.SECP256K1Matthew Miller
2023-08-16Add dnt build scriptMatthew Miller
2023-08-16Set up DenoMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2023-08-15Update cbor-xMatthew Miller
2023-07-27chore(release): publish v7.4.0Matthew Miller
2023-07-21Remove unnecessary tests in verify methodsCorentin Mors
2023-07-20Add matched RPID to verify responseCorentin Mors
2023-07-19Add origin in authentication and registration infoCorentin Mors
Closes #414
2023-06-22chore(release): publish v7.3.1Matthew Miller
2023-06-22Tweak some server README contentMatthew Miller
2023-06-22Update minimum supported version to 4.4Matthew Miller
2023-06-22Specify minimum supported TypeScriptMatthew Miller
2023-06-22Change syntax for readonly propertyMatthew Miller
2023-06-04chore(release): publish v7.3.0Matthew Miller
2023-06-04Add an E2E test against live FIDO MDSMatthew Miller
2023-06-04Support use of RSA for JWT signaturesMatthew Miller
2023-06-04Support PEM certs with leading spaces on each lineMatthew Miller
2023-03-15chore(release): publish v7.2.0Matthew Miller
2023-03-15Merge pull request #370 from MasterKale/feat/types-in-dependenciesMatthew Miller
feat/types-in-dependencies
2023-03-10Move type devDependencies into dependenciesMatthew Miller
2023-02-16Update testsMatthew Miller
2023-02-16Shorten list of default public key algsMatthew Miller
2023-01-29chore(release): publish v7.0.1Matthew Miller
2023-01-29Replace versions with Lerna asteriskMatthew Miller