summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-23 15:19:58 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-23 15:19:58 -0700
commit49a4c545ade74d3d14af629ba1a5cf2beff3d7ce (patch)
tree629fb3bb9fdb0f235c843a217c06da3399d7baa2
parentb1d8f6b2de0e6125e9cf8476eb054eaf726bc586 (diff)
Update example to latest versions
-rw-r--r--example/package-lock.json6
-rw-r--r--example/package.json2
-rw-r--r--example/public/login/index.html2
-rw-r--r--example/public/register/index.html2
4 files changed, 6 insertions, 6 deletions
diff --git a/example/package-lock.json b/example/package-lock.json
index 4901db1..57f91ce 100644
--- a/example/package-lock.json
+++ b/example/package-lock.json
@@ -26,9 +26,9 @@
"dev": true
},
"@webauthntine/server": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/@webauthntine/server/-/server-0.1.5.tgz",
- "integrity": "sha512-vBd89Bqx4OVm+cjbqFFYmvjsjUAdo9MCbSydrBPt0z0piL376WK3EHryr08ANTTqhSHg2pdbWzKpHkg1nS6Nzg==",
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@webauthntine/server/-/server-0.1.6.tgz",
+ "integrity": "sha512-4hARfF2FjI7tAvGnmsc9s80UEAJs6hQ5tIHeA+m2PxW/mrfOEwq/J5q6fdrcrtWPp2zwL4HVKHle40e2kf6hNg==",
"requires": {
"@webauthntine/typescript-types": "^0.1.4",
"base64url": "^3.0.1",
diff --git a/example/package.json b/example/package.json
index a5c3707..ac0521b 100644
--- a/example/package.json
+++ b/example/package.json
@@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@webauthntine/server": "^0.1.5",
+ "@webauthntine/server": "^0.1.6",
"express": "^4.17.1"
},
"devDependencies": {
diff --git a/example/public/login/index.html b/example/public/login/index.html
index 7b2406d..114658a 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/@webauthntine/browser@0.1.2/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.1.6/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Login</title>
</head>
diff --git a/example/public/register/index.html b/example/public/register/index.html
index 9cd9b9d..c10f423 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/@webauthntine/browser@0.1.2/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.1.6/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Register</title>
</head>