Skip to content

Commit

Permalink
chore(release): publish v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jul 27, 2023
1 parent b13599f commit f21955a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.3.1",
"version": "7.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": "7.2.0",
"version": "7.4.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"umd"
],
"dependencies": {
"@simplewebauthn/typescript-types": "*"
"@simplewebauthn/typescript-types": "^7.4.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "7.4.0",
"description": "A small library for accessing a runtime's WebCrypto API",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node"
],
"dependencies": {
"@simplewebauthn/typescript-types": "*",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/node": "^18.11.9"
}
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "7.3.1",
"version": "7.4.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@peculiar/asn1-rsa": "^2.3.4",
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/asn1-x509": "^2.3.4",
"@simplewebauthn/iso-webcrypto": "^7.2.0",
"@simplewebauthn/typescript-types": "*",
"@simplewebauthn/iso-webcrypto": "^7.4.0",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.9",
"cbor-x": "^1.4.1",
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": "7.0.0",
"version": "7.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 f21955a

Please sign in to comment.