@simplewebauthn/server
Advanced tools
Comparing version 0.7.1-alpha.0 to 0.7.1-alpha.1
{ | ||
"name": "@simplewebauthn/server", | ||
"version": "0.7.1-alpha.0", | ||
"version": "0.7.1-alpha.1", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
"@peculiar/asn1-x509": "^2.0.5", | ||
"@simplewebauthn/typescript-types": "^0.7.1-alpha.0", | ||
"@simplewebauthn/typescript-types": "^0.7.1-alpha.1", | ||
"base64url": "^3.0.1", | ||
@@ -46,3 +46,3 @@ "cbor": "^5.0.2", | ||
}, | ||
"gitHead": "38e066124cc371b2dd40e448ff42cb27a2f8ce4d", | ||
"gitHead": "175f118ae6f3ab490d7cf05194d7948fa69f95c3", | ||
"devDependencies": { | ||
@@ -49,0 +49,0 @@ "@types/node-fetch": "^2.5.7" |
@@ -31,3 +31,3 @@ <!-- omit in toc --> | ||
Check out [the example's index.js](../../example/index.js) for a practical implementation of this library. | ||
Check out [the example's index.js](https://github.com/MasterKale/SimpleWebAuthn/blob/master/example/index.js) for a practical implementation of this library. | ||
@@ -34,0 +34,0 @@ Lower-level API documentation for the methods in this library is available [here](https://docs.simplewebauthn.dev/modules/_simplewebauthn_server.html). |
182637