From be6baad06d381c155da22f9ec58bdb2b1982a426 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Thu, 29 Aug 2024 22:57:17 +0800 Subject: [PATCH] Release 19.1.0 --- 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 f4f3d4a..72088a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/customauth", - "version": "19.0.5", + "version": "19.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/customauth", - "version": "19.0.5", + "version": "19.1.0", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", diff --git a/package.json b/package.json index 852b1c5..4e5a059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/customauth", - "version": "19.0.5", + "version": "19.1.0", "description": "CustomAuth login with torus to get user private key", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js",