diff --git a/packages/express/package-lock.json b/packages/express/package-lock.json index 6187a98..5fb0431 100644 --- a/packages/express/package-lock.json +++ b/packages/express/package-lock.json @@ -1,15 +1,15 @@ { "name": "@seamless-auth/express", - "version": "0.1.2-beta.2", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@seamless-auth/express", - "version": "0.1.2-beta.2", + "version": "0.1.2", "license": "AGPL-3.0-only", "dependencies": { - "@seamless-auth/core": "^0.2.1-beta.0", + "@seamless-auth/core": "^0.2.1", "cookie-parser": "^1.4.6", "jsonwebtoken": "^9.0.3" }, @@ -1775,9 +1775,9 @@ ] }, "node_modules/@seamless-auth/core": { - "version": "0.2.1-beta.0", - "resolved": "https://registry.npmjs.org/@seamless-auth/core/-/core-0.2.1-beta.0.tgz", - "integrity": "sha512-J93Wf/NzWuf9MTPaX6KKdlxVHRVk6PtWy4AUtjjewOVF2MnWfSHEgPZKiZTsYiDnlYjOqg6FX5LNMvX/pL+jiQ==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@seamless-auth/core/-/core-0.2.1.tgz", + "integrity": "sha512-Cl25XhPC7lFw7qfdjgrYqiKdk64X7+stshHZyi1aydFwmSOKwbIGdajS6FVzHMohtzm7uFctUKtrtFKvkIBlcw==", "license": "AGPL-3.0-only", "dependencies": { "jose": "^6.1.3", @@ -6538,4 +6538,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/express/package.json b/packages/express/package.json index 606f12c..784e5ec 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/express", - "version": "0.1.2-beta.2", + "version": "0.1.2", "description": "Express adapter for Seamless Auth passwordless authentication", "license": "AGPL-3.0-only", "type": "module", @@ -37,7 +37,7 @@ "express": ">=4.18.0" }, "dependencies": { - "@seamless-auth/core": "^0.2.1-beta.0", + "@seamless-auth/core": "^0.2.1", "cookie-parser": "^1.4.6", "jsonwebtoken": "^9.0.3" }, @@ -54,4 +54,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}