From 86768fead2814023ff0ced9996eba27359499ff4 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Wed, 29 Jun 2022 17:48:56 -0700 Subject: [PATCH] v2.0.0-alpha3 Release notes: - [browser-ponyfill] Change JSON types to the extended versions and export all. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa4243fc..855e8d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 029948b2..3244a0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",