From 3e821a3b85030ef56fb76155cf1fe343cdae2a4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 May 2024 19:29:50 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 8 +++ lerna.json | 2 +- package-lock.json | 80 +++++++++++++++--------------- packages/auth/CHANGELOG.md | 8 +++ packages/auth/package.json | 8 +-- packages/bns/CHANGELOG.md | 8 +++ packages/bns/package.json | 6 +-- packages/cli/CHANGELOG.md | 8 +++ packages/cli/package.json | 18 +++---- packages/encryption/CHANGELOG.md | 8 +++ packages/encryption/package.json | 4 +- packages/network/CHANGELOG.md | 8 +++ packages/network/package.json | 2 +- packages/profile/CHANGELOG.md | 8 +++ packages/profile/package.json | 6 +-- packages/stacking/CHANGELOG.md | 8 +++ packages/stacking/package.json | 8 +-- packages/storage/CHANGELOG.md | 8 +++ packages/storage/package.json | 8 +-- packages/transactions/CHANGELOG.md | 8 +++ packages/transactions/package.json | 6 +-- packages/wallet-sdk/CHANGELOG.md | 8 +++ packages/wallet-sdk/package.json | 14 +++--- 23 files changed, 169 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f608cae3f..bc1efa8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package root + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) diff --git a/lerna.json b/lerna.json index a4a9b4b0d..f9bf5cfbc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.15.0", + "version": "6.15.1", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index f7f29270b..3e7714ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23980,13 +23980,13 @@ }, "packages/auth": { "name": "@stacks/auth", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/profile": "^6.15.1", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, @@ -24011,12 +24011,12 @@ }, "packages/bns": { "name": "@stacks/bns", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0" + "@stacks/network": "^6.15.1", + "@stacks/transactions": "^6.15.1" }, "devDependencies": { "process": "^0.11.10", @@ -24039,21 +24039,21 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.15.0", + "@stacks/bns": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", - "@stacks/wallet-sdk": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/stacking": "^6.15.1", + "@stacks/storage": "^6.15.1", + "@stacks/transactions": "^6.15.1", + "@stacks/wallet-sdk": "^6.15.1", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", @@ -24143,7 +24143,7 @@ }, "packages/encryption": { "name": "@stacks/encryption", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", @@ -24158,7 +24158,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.15.1", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", @@ -24195,7 +24195,7 @@ }, "packages/network": { "name": "@stacks/network", - "version": "6.13.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.13.0", @@ -24222,12 +24222,12 @@ }, "packages/profile": { "name": "@stacks/profile", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0", + "@stacks/network": "^6.15.1", + "@stacks/transactions": "^6.15.1", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" @@ -24254,16 +24254,16 @@ }, "packages/stacking": { "name": "@stacks/stacking", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.15.1", "bs58": "^5.0.0" }, "devDependencies": { @@ -24402,13 +24402,13 @@ }, "packages/storage": { "name": "@stacks/storage", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, @@ -24485,18 +24485,18 @@ }, "packages/transactions": { "name": "@stacks/transactions", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", + "@stacks/network": "^6.15.1", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.15.0", + "@stacks/encryption": "^6.15.1", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", @@ -24522,18 +24522,18 @@ }, "packages/wallet-sdk": { "name": "@stacks/wallet-sdk", - "version": "6.15.0", + "version": "6.15.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/profile": "^6.15.1", + "@stacks/storage": "^6.15.1", + "@stacks/transactions": "^6.15.1", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 6ada4feb4..9b08bb40a 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/auth + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 76e1699fb..01de2b9ce 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/auth", - "version": "6.15.0", + "version": "6.15.1", "description": "Authentication for Stacks apps.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,9 +21,9 @@ }, "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/profile": "^6.15.1", "cross-fetch": "^3.1.5", "jsontokens": "^4.0.1" }, diff --git a/packages/bns/CHANGELOG.md b/packages/bns/CHANGELOG.md index 93b325c31..b895a800d 100644 --- a/packages/bns/CHANGELOG.md +++ b/packages/bns/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/blockstack/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/bns + + + + + ## [6.15.0](https://github.com/blockstack/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/bns diff --git a/packages/bns/package.json b/packages/bns/package.json index 80e33df58..452df741a 100755 --- a/packages/bns/package.json +++ b/packages/bns/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/bns", - "version": "6.15.0", + "version": "6.15.1", "description": "Library for working with the Stacks Blockchain Naming System BNS.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0" + "@stacks/network": "^6.15.1", + "@stacks/transactions": "^6.15.1" }, "devDependencies": { "process": "^0.11.10", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1563c53bd..348739a0f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/cli + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index f965dbf4d..34a1685e5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.15.0", + "version": "6.15.1", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,16 +20,16 @@ "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/blockchain-api-client": "4.0.1", - "@stacks/bns": "^6.15.0", + "@stacks/bns": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/stacking": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", - "@stacks/wallet-sdk": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/stacking": "^6.15.1", + "@stacks/storage": "^6.15.1", + "@stacks/transactions": "^6.15.1", + "@stacks/wallet-sdk": "^6.15.1", "ajv": "^6.12.6", "bip32": "^2.0.6", "bip39": "^3.0.2", diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 8a0fffae8..80453aa4d 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/encryption + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index cb086e4c9..aa305ede8 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/encryption", - "version": "6.15.0", + "version": "6.15.1", "description": "Encryption utilities for Stacks", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -32,7 +32,7 @@ }, "devDependencies": { "@peculiar/webcrypto": "^1.1.6", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.15.1", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.12", "@types/sha.js": "^2.4.0", diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 48ff25570..21641a3c8 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/network + + + + + ## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22) **Note:** Version bump only for package @stacks/network diff --git a/packages/network/package.json b/packages/network/package.json index 30c9b7577..8ccae758b 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/network", - "version": "6.13.0", + "version": "6.15.1", "description": "Library for Stacks network operations", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", diff --git a/packages/profile/CHANGELOG.md b/packages/profile/CHANGELOG.md index 430e380d1..6f9904c10 100644 --- a/packages/profile/CHANGELOG.md +++ b/packages/profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/profile + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/profile diff --git a/packages/profile/package.json b/packages/profile/package.json index aaecf9aa5..619f99509 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/profile", - "version": "6.15.0", + "version": "6.15.1", "description": "Library for Stacks profiles", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -21,8 +21,8 @@ }, "dependencies": { "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", - "@stacks/transactions": "^6.15.0", + "@stacks/network": "^6.15.1", + "@stacks/transactions": "^6.15.1", "jsontokens": "^4.0.1", "schema-inspector": "^2.0.2", "zone-file": "^2.0.0-beta.3" diff --git a/packages/stacking/CHANGELOG.md b/packages/stacking/CHANGELOG.md index 3e039d576..9c752e9ac 100644 --- a/packages/stacking/CHANGELOG.md +++ b/packages/stacking/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/stacking + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/stacking diff --git a/packages/stacking/package.json b/packages/stacking/package.json index e6c5e7ac0..15b11a673 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/stacking", - "version": "6.15.0", + "version": "6.15.1", "description": "Library for Stacking.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -23,10 +23,10 @@ "@noble/hashes": "1.1.5", "@scure/base": "1.1.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", "@stacks/stacks-blockchain-api-types": "^0.61.0", - "@stacks/transactions": "^6.15.0", + "@stacks/transactions": "^6.15.1", "bs58": "^5.0.0" }, "devDependencies": { diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 13cee4a58..ee2b5fb9c 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/storage + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 6e7ebff40..54a817680 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/storage", - "version": "6.15.0", + "version": "6.15.1", "description": "Stacks storage library", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -20,10 +20,10 @@ "typecheck:watch": "npm run typecheck -- --watch" }, "dependencies": { - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", "base64-js": "^1.5.1", "jsontokens": "^4.0.1" }, diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 361c55495..e1cb55451 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/transactions + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 8fe825d6e..89cf4d769 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/transactions", - "version": "6.15.0", + "version": "6.15.1", "description": "Javascript library for constructing transactions on the Stacks blockchain.", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -28,12 +28,12 @@ "@noble/hashes": "1.1.5", "@noble/secp256k1": "1.7.1", "@stacks/common": "^6.13.0", - "@stacks/network": "^6.13.0", + "@stacks/network": "^6.15.1", "c32check": "^2.0.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@stacks/encryption": "^6.15.0", + "@stacks/encryption": "^6.15.1", "@types/common-tags": "^1.8.0", "@types/elliptic": "^6.4.12", "@types/lodash.clonedeep": "^4.5.6", diff --git a/packages/wallet-sdk/CHANGELOG.md b/packages/wallet-sdk/CHANGELOG.md index 6c781142c..937c6b320 100644 --- a/packages/wallet-sdk/CHANGELOG.md +++ b/packages/wallet-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.1](https://github.com/hirosystems/stacks.js/compare/v6.15.0...v6.15.1) (2024-05-13) + +**Note:** Version bump only for package @stacks/wallet-sdk + + + + + ## [6.15.0](https://github.com/hirosystems/stacks.js/compare/v6.14.0...v6.15.0) (2024-05-03) **Note:** Version bump only for package @stacks/wallet-sdk diff --git a/packages/wallet-sdk/package.json b/packages/wallet-sdk/package.json index e461c1e71..7bcf3c70e 100644 --- a/packages/wallet-sdk/package.json +++ b/packages/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/wallet-sdk", - "version": "6.15.0", + "version": "6.15.1", "description": "A library for generating Stacks blockchain wallets", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)", @@ -30,13 +30,13 @@ "dependencies": { "@scure/bip32": "1.1.3", "@scure/bip39": "1.1.0", - "@stacks/auth": "^6.15.0", + "@stacks/auth": "^6.15.1", "@stacks/common": "^6.13.0", - "@stacks/encryption": "^6.15.0", - "@stacks/network": "^6.13.0", - "@stacks/profile": "^6.15.0", - "@stacks/storage": "^6.15.0", - "@stacks/transactions": "^6.15.0", + "@stacks/encryption": "^6.15.1", + "@stacks/network": "^6.15.1", + "@stacks/profile": "^6.15.1", + "@stacks/storage": "^6.15.1", + "@stacks/transactions": "^6.15.1", "buffer": "^6.0.3", "c32check": "^2.0.0", "jsontokens": "^4.0.1",