Skip to content

Commit

Permalink
chore(release): publish v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 29, 2023
1 parent 2be3a84 commit f86a831
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0",
"version": "7.0.1",
"npmClient": "npm",
"useNx": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "7.0.0",
"version": "7.0.1",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-webcrypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/iso-webcrypto",
"version": "7.0.0",
"version": "7.0.1",
"description": "A small library for accessing a runtime's WebCrypto API",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
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": "7.0.0",
"version": "7.0.1",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@peculiar/asn1-rsa": "^2.3.4",
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/asn1-x509": "^2.3.4",
"@simplewebauthn/iso-webcrypto": "*",
"@simplewebauthn/iso-webcrypto": "^7.0.1",
"cbor-x": "^1.4.1",
"cross-fetch": "^3.1.5",
"debug": "^4.3.2"
Expand Down

0 comments on commit f86a831

Please sign in to comment.