mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 09:34:05 +08:00
chore: version packages
This commit is contained in:
committed by
janniks
parent
bf48df5036
commit
6a85286df3
11
CHANGELOG.md
11
CHANGELOG.md
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **nakamoto:** add nakamoto coinbase payload ([85daaff](https://github.com/hirosystems/stacks.js/commit/85daaffea3c8791fb6ca30a8958b4cbd74480759))
|
||||
* **nakamoto:** add pox-4 signer-key to StackingClient methods ([#1614](https://github.com/hirosystems/stacks.js/issues/1614)) ([bf48df5](https://github.com/hirosystems/stacks.js/commit/bf48df5036a5f4146b31e438d7e85fab15b369d5))
|
||||
* **nakamoto:** add tenure change payload ([b341b5a](https://github.com/hirosystems/stacks.js/commit/b341b5a2d88159c38e0577568d04a13febdcc393))
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
102
package-lock.json
generated
102
package-lock.json
generated
@@ -23608,13 +23608,13 @@
|
||||
},
|
||||
"packages/auth": {
|
||||
"name": "@stacks/auth",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/profile": "^6.12.1",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/profile": "^6.13.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
@@ -23639,12 +23639,12 @@
|
||||
},
|
||||
"packages/bns": {
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/transactions": "^6.12.1"
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"process": "^0.11.10",
|
||||
@@ -23667,21 +23667,21 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.12.1",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/stacking": "^6.12.1",
|
||||
"@stacks/storage": "^6.12.1",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/wallet-sdk": "^6.12.1",
|
||||
"@stacks/bns": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacking": "^6.13.0",
|
||||
"@stacks/storage": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@stacks/wallet-sdk": "^6.13.0",
|
||||
"ajv": "^6.12.6",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
@@ -23738,7 +23738,7 @@
|
||||
},
|
||||
"packages/common": {
|
||||
"name": "@stacks/common",
|
||||
"version": "6.10.0",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/bn.js": "^5.1.0",
|
||||
@@ -23771,13 +23771,13 @@
|
||||
},
|
||||
"packages/encryption": {
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@types/node": "^18.0.4",
|
||||
"base64-js": "^1.5.1",
|
||||
"bs58": "^5.0.0",
|
||||
@@ -23786,7 +23786,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
@@ -23823,10 +23823,10 @@
|
||||
},
|
||||
"packages/network": {
|
||||
"name": "@stacks/network",
|
||||
"version": "6.11.3",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -23850,12 +23850,12 @@
|
||||
},
|
||||
"packages/profile": {
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "^2.0.2",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
@@ -23882,16 +23882,16 @@
|
||||
},
|
||||
"packages/stacking": {
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@scure/base": "1.1.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -24030,13 +24030,13 @@
|
||||
},
|
||||
"packages/storage": {
|
||||
"name": "@stacks/storage",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/auth": "^6.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
@@ -24113,18 +24113,18 @@
|
||||
},
|
||||
"packages/transactions": {
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"c32check": "^2.0.0",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
@@ -24150,18 +24150,18 @@
|
||||
},
|
||||
"packages/wallet-sdk": {
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/profile": "^6.12.1",
|
||||
"@stacks/storage": "^6.12.1",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/profile": "^6.13.0",
|
||||
"@stacks/storage": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
|
||||
@@ -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.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/auth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/auth
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/auth",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.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": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/profile": "^6.12.1",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/profile": "^6.13.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
|
||||
@@ -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.13.0](https://github.com/blockstack/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/blockstack/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -20,9 +20,9 @@
|
||||
"typecheck:watch": "npm run typecheck -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/transactions": "^6.12.1"
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"process": "^0.11.10",
|
||||
|
||||
@@ -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.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/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"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.12.1",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/stacking": "^6.12.1",
|
||||
"@stacks/storage": "^6.12.1",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/wallet-sdk": "^6.12.1",
|
||||
"@stacks/bns": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacking": "^6.13.0",
|
||||
"@stacks/storage": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@stacks/wallet-sdk": "^6.13.0",
|
||||
"ajv": "^6.12.6",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
|
||||
@@ -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.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/common
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)
|
||||
|
||||
**Note:** Version bump only for package @stacks/common
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/common",
|
||||
"version": "6.10.0",
|
||||
"version": "6.13.0",
|
||||
"description": "Common Stacks utilities",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
|
||||
@@ -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.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/encryption
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"description": "Encryption utilities for Stacks",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -23,7 +23,7 @@
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@types/node": "^18.0.4",
|
||||
"base64-js": "^1.5.1",
|
||||
"bs58": "^5.0.0",
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.11.3](https://github.com/hirosystems/stacks.js/compare/v6.11.2...v6.11.3) (2024-01-24)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/network",
|
||||
"version": "6.11.3",
|
||||
"version": "6.13.0",
|
||||
"description": "Library for Stacks network operations",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -20,7 +20,7 @@
|
||||
"typecheck:watch": "npm run typecheck -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.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/profile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"description": "Library for Stacks profiles",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -20,9 +20,9 @@
|
||||
"typecheck:watch": "npm run typecheck -- --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "^2.0.2",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **nakamoto:** add pox-4 signer-key to StackingClient methods ([#1614](https://github.com/hirosystems/stacks.js/issues/1614)) ([bf48df5](https://github.com/hirosystems/stacks.js/commit/bf48df5036a5f4146b31e438d7e85fab15b369d5))
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/stacking
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"description": "Library for Stacking.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -22,11 +22,11 @@
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@scure/base": "1.1.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.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/storage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/storage
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/storage",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"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.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
|
||||
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [6.13.0](https://github.com/hirosystems/stacks.js/compare/v6.12.1...v6.13.0) (2024-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **nakamoto:** add nakamoto coinbase payload ([85daaff](https://github.com/hirosystems/stacks.js/commit/85daaffea3c8791fb6ca30a8958b4cbd74480759))
|
||||
* **nakamoto:** add tenure change payload ([b341b5a](https://github.com/hirosystems/stacks.js/commit/b341b5a2d88159c38e0577568d04a13febdcc393))
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -27,13 +27,13 @@
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"c32check": "^2.0.0",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
|
||||
@@ -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.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/wallet-sdk
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.12.1](https://github.com/hirosystems/stacks.js/compare/v6.12.0...v6.12.1) (2024-03-18)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.12.1",
|
||||
"version": "6.13.0",
|
||||
"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.12.1",
|
||||
"@stacks/common": "^6.10.0",
|
||||
"@stacks/encryption": "^6.12.1",
|
||||
"@stacks/network": "^6.11.3",
|
||||
"@stacks/profile": "^6.12.1",
|
||||
"@stacks/storage": "^6.12.1",
|
||||
"@stacks/transactions": "^6.12.1",
|
||||
"@stacks/auth": "^6.13.0",
|
||||
"@stacks/common": "^6.13.0",
|
||||
"@stacks/encryption": "^6.13.0",
|
||||
"@stacks/network": "^6.13.0",
|
||||
"@stacks/profile": "^6.13.0",
|
||||
"@stacks/storage": "^6.13.0",
|
||||
"@stacks/transactions": "^6.13.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user