chore: version packages

This commit is contained in:
github-actions[bot]
2023-05-17 18:15:16 +00:00
committed by janniks
parent efd2255f97
commit 788e4c19d4
23 changed files with 169 additions and 81 deletions

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package root
## [6.5.3](https://github.com/hirosystems/stacks.js/compare/v6.5.2...v6.5.3) (2023-05-11)

View File

@@ -1,5 +1,5 @@
{
"version": "6.5.3",
"version": "6.5.4",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"

80
package-lock.json generated
View File

@@ -25171,13 +25171,13 @@
},
"packages/auth": {
"name": "@stacks/auth",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/profile": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/profile": "^6.5.4",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},
@@ -25188,12 +25188,12 @@
},
"packages/bns": {
"name": "@stacks/bns",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/transactions": "^6.5.2"
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4"
},
"devDependencies": {
"process": "^0.11.10",
@@ -25202,21 +25202,21 @@
},
"packages/cli": {
"name": "@stacks/cli",
"version": "6.5.3",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.5.2",
"@stacks/bns": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/stacking": "^6.5.3",
"@stacks/storage": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/wallet-sdk": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/stacking": "^6.5.4",
"@stacks/storage": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"@stacks/wallet-sdk": "^6.5.4",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
@@ -25405,7 +25405,7 @@
},
"packages/encryption": {
"name": "@stacks/encryption",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.1.5",
@@ -25420,7 +25420,7 @@
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.6",
"@stacks/transactions": "^6.5.2",
"@stacks/transactions": "^6.5.4",
"@types/bs58check": "^2.1.0",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
@@ -25472,7 +25472,7 @@
},
"packages/network": {
"name": "@stacks/network",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.5.2",
@@ -25485,12 +25485,12 @@
},
"packages/profile": {
"name": "@stacks/profile",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"jsontokens": "^4.0.1",
"schema-inspector": "^2.0.2",
"zone-file": "^2.0.0-beta.3"
@@ -25503,15 +25503,15 @@
},
"packages/stacking": {
"name": "@stacks/stacking",
"version": "6.5.3",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@scure/base": "1.1.1",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.5.2",
"@stacks/transactions": "^6.5.4",
"bs58": "^5.0.0"
},
"devDependencies": {
@@ -25573,13 +25573,13 @@
},
"packages/storage": {
"name": "@stacks/storage",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@stacks/auth": "^6.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"base64-js": "^1.5.1",
"jsontokens": "^4.0.1"
},
@@ -25641,18 +25641,18 @@
},
"packages/transactions": {
"name": "@stacks/transactions",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.1.5",
"@noble/secp256k1": "1.7.1",
"@stacks/common": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/network": "^6.5.4",
"c32check": "^2.0.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@stacks/encryption": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/lodash.clonedeep": "^4.5.6",
@@ -25664,18 +25664,18 @@
},
"packages/wallet-sdk": {
"name": "@stacks/wallet-sdk",
"version": "6.5.2",
"version": "6.5.4",
"license": "MIT",
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/profile": "^6.5.2",
"@stacks/storage": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/profile": "^6.5.4",
"@stacks/storage": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"buffer": "^6.0.3",
"c32check": "^2.0.0",
"jsontokens": "^4.0.1",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/auth
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/auth

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "6.5.2",
"version": "6.5.4",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -21,9 +21,9 @@
},
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/profile": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/profile": "^6.5.4",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},

View File

@@ -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.5.4](https://github.com/blockstack/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/bns
## [6.5.2](https://github.com/blockstack/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/bns

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "6.5.2",
"version": "6.5.4",
"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.5.2",
"@stacks/network": "^6.5.2",
"@stacks/transactions": "^6.5.2"
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4"
},
"devDependencies": {
"process": "^0.11.10",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/cli
## [6.5.3](https://github.com/hirosystems/stacks.js/compare/v6.5.2...v6.5.3) (2023-05-11)
**Note:** Version bump only for package @stacks/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "6.5.3",
"version": "6.5.4",
"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.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.5.2",
"@stacks/bns": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/stacking": "^6.5.3",
"@stacks/storage": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/wallet-sdk": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/stacking": "^6.5.4",
"@stacks/storage": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"@stacks/wallet-sdk": "^6.5.4",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/encryption
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/encryption",
"version": "6.5.2",
"version": "6.5.4",
"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.5.2",
"@stacks/transactions": "^6.5.4",
"@types/bs58check": "^2.1.0",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/network
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/network

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/network",
"version": "6.5.2",
"version": "6.5.4",
"description": "Library for Stacks network operations",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/profile
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/profile

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "6.5.2",
"version": "6.5.4",
"description": "Library for Stacks profiles",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -21,8 +21,8 @@
},
"dependencies": {
"@stacks/common": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"jsontokens": "^4.0.1",
"schema-inspector": "^2.0.2",
"zone-file": "^2.0.0-beta.3"

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/stacking
## [6.5.3](https://github.com/hirosystems/stacks.js/compare/v6.5.2...v6.5.3) (2023-05-11)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "6.5.3",
"version": "6.5.4",
"description": "Library for Stacking.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,10 +22,10 @@
"dependencies": {
"@scure/base": "1.1.1",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.5.2",
"@stacks/transactions": "^6.5.4",
"bs58": "^5.0.0"
},
"devDependencies": {

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/storage
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/storage

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "6.5.2",
"version": "6.5.4",
"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.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"base64-js": "^1.5.1",
"jsontokens": "^4.0.1"
},

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/transactions
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "6.5.2",
"version": "6.5.4",
"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.5.2",
"@stacks/network": "^6.5.2",
"@stacks/network": "^6.5.4",
"c32check": "^2.0.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@stacks/encryption": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/lodash.clonedeep": "^4.5.6",

View File

@@ -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.5.4](https://github.com/hirosystems/stacks.js/compare/v6.5.3...v6.5.4) (2023-05-17)
**Note:** Version bump only for package @stacks/wallet-sdk
## [6.5.2](https://github.com/hirosystems/stacks.js/compare/v6.5.1...v6.5.2) (2023-04-28)
**Note:** Version bump only for package @stacks/wallet-sdk

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/wallet-sdk",
"version": "6.5.2",
"version": "6.5.4",
"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.5.2",
"@stacks/auth": "^6.5.4",
"@stacks/common": "^6.5.2",
"@stacks/encryption": "^6.5.2",
"@stacks/network": "^6.5.2",
"@stacks/profile": "^6.5.2",
"@stacks/storage": "^6.5.2",
"@stacks/transactions": "^6.5.2",
"@stacks/encryption": "^6.5.4",
"@stacks/network": "^6.5.4",
"@stacks/profile": "^6.5.4",
"@stacks/storage": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"buffer": "^6.0.3",
"c32check": "^2.0.0",
"jsontokens": "^4.0.1",