From 4cddc65b59fcf6b6590c0d16b5496d6e1fdd0339 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Mon, 2 Sep 2024 16:09:56 +0800 Subject: [PATCH] Release 19.1.2 --- 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 18080ee..20eb37f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toruslabs/customauth", - "version": "19.1.1", + "version": "19.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toruslabs/customauth", - "version": "19.1.1", + "version": "19.1.2", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", diff --git a/package.json b/package.json index a6e5338..d598056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/customauth", - "version": "19.1.1", + "version": "19.1.2", "description": "CustomAuth login with torus to get user private key", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js",