Skip to content

Commit

Permalink
chore(release): publish v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jul 28, 2022
1 parent fe715ef commit c413516
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.4.0",
"npmClient": "npm",
"useNx": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "5.3.0",
"version": "5.4.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@simplewebauthn/typescript-types": "^5.3.0",
"@simplewebauthn/typescript-types": "^5.4.0",
"rollup": "^2.52.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-version-injector": "^1.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "5.3.0",
"version": "5.4.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@peculiar/asn1-android": "^2.1.7",
"@peculiar/asn1-schema": "^2.1.7",
"@peculiar/asn1-x509": "^2.1.7",
"@simplewebauthn/typescript-types": "^5.3.0",
"@simplewebauthn/typescript-types": "^5.4.0",
"base64url": "^3.0.1",
"cbor": "^5.1.0",
"debug": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
"version": "5.3.0",
"version": "5.4.0",
"description": "TypeScript types used by the @simplewebauthn series of libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c413516

Please sign in to comment.