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
3c819c28eb
commit
3bddcc5ea4
@@ -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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457))
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
43
package-lock.json
generated
43
package-lock.json
generated
@@ -5,6 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "root",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/**"
|
||||
],
|
||||
@@ -25188,12 +25189,12 @@
|
||||
},
|
||||
"packages/bns": {
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5"
|
||||
"@stacks/transactions": "^6.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"process": "^0.11.10",
|
||||
@@ -25202,21 +25203,21 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.5.5",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.5.5",
|
||||
"@stacks/bns": "^6.6.0",
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/stacking": "^6.5.5",
|
||||
"@stacks/stacking": "^6.6.0",
|
||||
"@stacks/storage": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/wallet-sdk": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"@stacks/wallet-sdk": "^6.6.0",
|
||||
"ajv": "^6.12.6",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
@@ -25405,7 +25406,7 @@
|
||||
},
|
||||
"packages/encryption": {
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
@@ -25420,7 +25421,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
@@ -25485,12 +25486,12 @@
|
||||
},
|
||||
"packages/profile": {
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "^2.0.2",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
@@ -25503,15 +25504,15 @@
|
||||
},
|
||||
"packages/stacking": {
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/base": "1.1.1",
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -25641,7 +25642,7 @@
|
||||
},
|
||||
"packages/transactions": {
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
@@ -25652,7 +25653,7 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
@@ -25664,18 +25665,18 @@
|
||||
},
|
||||
"packages/wallet-sdk": {
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.5.5",
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/profile": "^6.5.5",
|
||||
"@stacks/profile": "^6.6.0",
|
||||
"@stacks/storage": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.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.6.0](https://github.com/blockstack/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/blockstack/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -22,7 +22,7 @@
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5"
|
||||
"@stacks/transactions": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"description": "Stacks command line tool",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -22,14 +22,14 @@
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.5.5",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.5.5",
|
||||
"@stacks/bns": "^6.6.0",
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/stacking": "^6.5.5",
|
||||
"@stacks/stacking": "^6.6.0",
|
||||
"@stacks/storage": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/wallet-sdk": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"@stacks/wallet-sdk": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"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.5",
|
||||
"@stacks/transactions": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"description": "Library for Stacks profiles",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -22,7 +22,7 @@
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **stacking:** add getSecondsUntilStackingDeadline helper method ([#1528](https://github.com/hirosystems/stacks.js/issues/1528)) ([3c819c2](https://github.com/hirosystems/stacks.js/commit/3c819c28ebda8b79aa7d0fcb3edf447f72324457))
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"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.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/transactions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -33,7 +33,7 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.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.6.0](https://github.com/hirosystems/stacks.js/compare/v6.5.5...v6.6.0) (2023-07-24)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.5.5](https://github.com/hirosystems/stacks.js/compare/v6.5.4...v6.5.5) (2023-07-14)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.5.5",
|
||||
"version": "6.6.0",
|
||||
"description": "A library for generating Stacks blockchain wallets",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -32,11 +32,11 @@
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.5.5",
|
||||
"@stacks/common": "^6.5.5",
|
||||
"@stacks/encryption": "^6.5.5",
|
||||
"@stacks/encryption": "^6.6.0",
|
||||
"@stacks/network": "^6.5.5",
|
||||
"@stacks/profile": "^6.5.5",
|
||||
"@stacks/profile": "^6.6.0",
|
||||
"@stacks/storage": "^6.5.5",
|
||||
"@stacks/transactions": "^6.5.5",
|
||||
"@stacks/transactions": "^6.6.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user