diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-13 17:04:42 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-13 17:04:42 -0700 |
commit | 3336c80f9a6472aed2f60b823606be716f3b48a3 (patch) | |
tree | 0b74519cba13cee0682a5de3f96ff52a86001756 /example | |
parent | 86de94bc7ba9bfa43c0fbbf3ede52212ac169db5 (diff) |
Update Example to v0.7.1
Diffstat (limited to 'example')
-rw-r--r-- | example/package-lock.json | 35 | ||||
-rw-r--r-- | example/package.json | 2 | ||||
-rw-r--r-- | example/public/login/index.html | 2 | ||||
-rw-r--r-- | example/public/register/index.html | 2 |
4 files changed, 27 insertions, 14 deletions
diff --git a/example/package-lock.json b/example/package-lock.json index 2ab74fc..b683b7e 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -5,13 +5,26 @@ "requires": true, "dependencies": { "@peculiar/asn1-android": { - "version": "2.0.7-alpha.0", - "resolved": "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.0.7-alpha.0.tgz", - "integrity": "sha512-jU7hSQGoTzeEVWyzLo5a27P/ADj1+VuQXofqyPM60fMELHW8ABrPspeBlt+Y5wNK/m783WgXCpVicfvdlEvPgw==", + "version": "2.0.7-alpha.1", + "resolved": "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.0.7-alpha.1.tgz", + "integrity": "sha512-koP4zcyYfZ0VC2+8b9AGmc/F487zwMlPnsc1FK9KAAmhNcoQ81x5eQ2+b5mNVjxfMKT9sBzaOWbEVT1pyhMHMA==", "requires": { - "@peculiar/asn1-schema": "^2.0.3", + "@peculiar/asn1-schema": "^2.0.7-alpha.1", "asn1js": "^2.0.26", "tslib": "^1.11.1" + }, + "dependencies": { + "@peculiar/asn1-schema": { + "version": "2.0.7-alpha.1", + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.0.7-alpha.1.tgz", + "integrity": "sha512-Bb922QFZ98guWa2nOdPCaTUQTDm3LKQJMSQwKDxTLzoYMtqzAXvcDMaqYvkSthzcoL2cnVRCBE4SM9+x2ifi9A==", + "requires": { + "@types/asn1js": "^0.0.1", + "asn1js": "^2.0.26", + "pvtsutils": "^1.0.10", + "tslib": "^1.11.1" + } + } } }, "@peculiar/asn1-schema": { @@ -38,14 +51,14 @@ } }, "@simplewebauthn/server": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-0.7.0.tgz", - "integrity": "sha512-N0aZvelXmtZQ+QqMsHcXj4qivkyFiYBYfewc1YxcSpGGIJmMRXmHDW1fLljq66qljcOc4kESGjEeRIXUVKpXnw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-0.7.1.tgz", + "integrity": "sha512-j9llYVw0Z5F22eYGta3JKcTppjWSqd1yaWizYJgOyw3ADTWyPPj8AhjB0rj6bQZRwgoyfv1kqtwlmK/kgK419w==", "requires": { "@peculiar/asn1-android": "^2.0.7-alpha.0", "@peculiar/asn1-schema": "^2.0.5", "@peculiar/asn1-x509": "^2.0.5", - "@simplewebauthn/typescript-types": "^0.7.0", + "@simplewebauthn/typescript-types": "^0.7.1", "base64url": "^3.0.1", "cbor": "^5.0.2", "elliptic": "^6.5.2", @@ -55,9 +68,9 @@ } }, "@simplewebauthn/typescript-types": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-0.7.0.tgz", - "integrity": "sha512-epS/FT1fxy8bzJsFjX1wMf5qbDsfbbbCYJf+nXjq2a5VOnom/n1IYy7WFQ4R5vdxUalYavhS6KKXgiqtHWRT1A==" + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-0.7.1.tgz", + "integrity": "sha512-zuK90DVB04XH9cgFuJ9gK2hmGw6suXDBNzBoAW3HNmOkE/pcpgi9xyh1DJz2pE9tNKGaMW+vpZnzNvwd7SijdA==" }, "@sindresorhus/is": { "version": "0.14.0", diff --git a/example/package.json b/example/package.json index 071f973..8231955 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@simplewebauthn/server": "^0.7.0", + "@simplewebauthn/server": "^0.7.1", "dotenv": "^8.2.0", "express": "^4.17.1" }, diff --git a/example/public/login/index.html b/example/public/login/index.html index 1d4e006..d896253 100644 --- a/example/public/login/index.html +++ b/example/public/login/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <script src="https://unpkg.com/@simplewebauthn/browser@0.7.0/dist/simplewebauthn-browser.min.js"></script> + <script src="https://unpkg.com/@simplewebauthn/browser@0.7.1/dist/simplewebauthn-browser.min.js"></script> <link rel="stylesheet" href="../styles.css" /> <title>SimpleWebAuthn Example Site | Login</title> </head> diff --git a/example/public/register/index.html b/example/public/register/index.html index 6089cd5..bb5dc1c 100644 --- a/example/public/register/index.html +++ b/example/public/register/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <script src="https://unpkg.com/@simplewebauthn/browser@0.7.0/dist/simplewebauthn-browser.min.js"></script> + <script src="https://unpkg.com/@simplewebauthn/browser@0.7.1/dist/simplewebauthn-browser.min.js"></script> <link rel="stylesheet" href="../styles.css" /> <title>SimpleWebAuthn Example Site | Register</title> </head> |