chore: version packages

* chore: version packages

* docs: remove additional commit footer

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: janniks <janniks@users.noreply.github.com>
This commit is contained in:
blockstack-devops
2022-10-03 08:56:48 -04:00
committed by GitHub
parent 25032e046b
commit 3d3c52fea7
25 changed files with 450 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "4.3.8",
"version": "5.0.0",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -20,10 +20,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^4.3.5",
"@stacks/encryption": "^4.3.8",
"@stacks/network": "^4.3.5",
"@stacks/profile": "^4.3.8",
"@stacks/common": "^5.0.0",
"@stacks/encryption": "^5.0.0",
"@stacks/network": "^5.0.0",
"@stacks/profile": "^5.0.0",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1",
"query-string": "^6.13.1"