Skip to content

Commit 4727683

Browse files
authored
Merge pull request #14 from fells-code/dev
chore: version pin of core and version bump
2 parents 0cf7d76 + 1596a80 commit 4727683

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/express/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamless-auth/express",
3-
"version": "0.1.2-beta.2",
3+
"version": "0.1.2",
44
"description": "Express adapter for Seamless Auth passwordless authentication",
55
"license": "AGPL-3.0-only",
66
"type": "module",
@@ -37,7 +37,7 @@
3737
"express": ">=4.18.0"
3838
},
3939
"dependencies": {
40-
"@seamless-auth/core": "^0.2.1-beta.0",
40+
"@seamless-auth/core": "^0.2.1",
4141
"cookie-parser": "^1.4.6",
4242
"jsonwebtoken": "^9.0.3"
4343
},
@@ -54,4 +54,4 @@
5454
"publishConfig": {
5555
"access": "public"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)