mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
chore: version packages
This commit is contained in:
committed by
janniks
parent
244636fbd0
commit
5f0b040ffc
@@ -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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* switch makeContractDeploy and makeUnsignedContractDeploy to use clarity 2 by default ([244636f](https://github.com/hirosystems/stacks.js/commit/244636fbd07a8c5f0fefa4671a88036412932fa0))
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
42
package-lock.json
generated
42
package-lock.json
generated
@@ -25188,12 +25188,12 @@
|
||||
},
|
||||
"packages/bns": {
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0"
|
||||
"@stacks/transactions": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"process": "^0.11.10",
|
||||
@@ -25202,21 +25202,21 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.3.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.3.0",
|
||||
"@stacks/bns": "^6.4.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/stacking": "^6.3.0",
|
||||
"@stacks/stacking": "^6.4.0",
|
||||
"@stacks/storage": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/wallet-sdk": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"@stacks/wallet-sdk": "^6.4.0",
|
||||
"ajv": "^6.12.6",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
@@ -25405,7 +25405,7 @@
|
||||
},
|
||||
"packages/encryption": {
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
@@ -25420,7 +25420,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
@@ -25485,12 +25485,12 @@
|
||||
},
|
||||
"packages/profile": {
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"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.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/base": "1.1.1",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -25640,7 +25640,7 @@
|
||||
},
|
||||
"packages/transactions": {
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.1.5",
|
||||
@@ -25651,7 +25651,7 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
@@ -25663,18 +25663,18 @@
|
||||
},
|
||||
"packages/wallet-sdk": {
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "1.1.3",
|
||||
"@scure/bip39": "1.1.0",
|
||||
"@stacks/auth": "^6.3.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/profile": "^6.3.0",
|
||||
"@stacks/profile": "^6.4.0",
|
||||
"@stacks/storage": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.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.4.0](https://github.com/blockstack/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/blockstack/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.0.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0"
|
||||
"@stacks/transactions": "^6.4.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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.3.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.3.0",
|
||||
"@stacks/bns": "^6.4.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/stacking": "^6.3.0",
|
||||
"@stacks/stacking": "^6.4.0",
|
||||
"@stacks/storage": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/wallet-sdk": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"@stacks/wallet-sdk": "^6.4.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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.3.0",
|
||||
"@stacks/transactions": "^6.4.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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"description": "Library for Stacks profiles",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -22,7 +22,7 @@
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "^2.0.2",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
|
||||
@@ -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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/stacking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/stacking
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* switch makeContractDeploy and makeUnsignedContractDeploy to use clarity 2 by default ([244636f](https://github.com/hirosystems/stacks.js/commit/244636fbd07a8c5f0fefa4671a88036412932fa0))
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.3.0",
|
||||
"@stacks/encryption": "^6.4.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.4.0](https://github.com/hirosystems/stacks.js/compare/v6.3.0...v6.4.0) (2023-03-19)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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.3.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.3.0",
|
||||
"@stacks/encryption": "^6.4.0",
|
||||
"@stacks/network": "^6.3.0",
|
||||
"@stacks/profile": "^6.3.0",
|
||||
"@stacks/profile": "^6.4.0",
|
||||
"@stacks/storage": "^6.3.0",
|
||||
"@stacks/transactions": "^6.3.0",
|
||||
"@stacks/transactions": "^6.4.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user