mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-29 01:35:50 +08:00
chore: version packages
This commit is contained in:
committed by
janniks
parent
782a3c3929
commit
064f308578
@@ -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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add estimation fallback ([782a3c3](https://github.com/hirosystems/stacks.js/commit/782a3c392969e8736a4d6c7c27d491bf2e35bac6))
|
||||
|
||||
|
||||
|
||||
## [6.0.2](https://github.com/hirosystems/stacks.js/compare/v6.0.1...v6.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
159
package-lock.json
generated
159
package-lock.json
generated
@@ -23427,13 +23427,13 @@
|
||||
},
|
||||
"packages/auth": {
|
||||
"name": "@stacks/auth",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"jsontokens": "^4.0.1",
|
||||
"query-string": "^6.13.1"
|
||||
@@ -23445,12 +23445,12 @@
|
||||
},
|
||||
"packages/bns": {
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0"
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"process": "^0.11.10",
|
||||
@@ -23459,21 +23459,21 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "^1.1.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.0.0",
|
||||
"@stacks/bns": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/stacking": "^6.0.2",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/wallet-sdk": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacking": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@stacks/wallet-sdk": "^6.1.0",
|
||||
"ajv": "6.12.3",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
@@ -23627,7 +23627,7 @@
|
||||
},
|
||||
"packages/encryption": {
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.1.3",
|
||||
@@ -23642,7 +23642,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
@@ -23694,7 +23694,7 @@
|
||||
},
|
||||
"packages/network": {
|
||||
"name": "@stacks/network",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
@@ -23707,12 +23707,12 @@
|
||||
},
|
||||
"packages/profile": {
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "2.0.1",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
@@ -23725,15 +23725,15 @@
|
||||
},
|
||||
"packages/stacking": {
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/base": "^1.1.1",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"bs58": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -23794,13 +23794,13 @@
|
||||
},
|
||||
"packages/storage": {
|
||||
"name": "@stacks/storage",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
@@ -23862,18 +23862,18 @@
|
||||
},
|
||||
"packages/transactions": {
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.1.3",
|
||||
"@noble/secp256k1": "^1.6.3",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"c32check": "^2.0.0",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
@@ -23885,18 +23885,18 @@
|
||||
},
|
||||
"packages/wallet-sdk": {
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "^1.1.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
@@ -24622,7 +24622,7 @@
|
||||
"integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ajv": "^6.12.4",
|
||||
"ajv": "6.12.3",
|
||||
"debug": "^4.3.2",
|
||||
"espree": "^9.4.0",
|
||||
"globals": "^13.15.0",
|
||||
@@ -27588,9 +27588,9 @@
|
||||
"version": "file:packages/auth",
|
||||
"requires": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"jsontokens": "^4.0.1",
|
||||
"process": "^0.11.10",
|
||||
@@ -27608,7 +27608,7 @@
|
||||
"cross-fetch": "^3.0.6",
|
||||
"eventemitter3": "^4.0.4",
|
||||
"jsonrpc-lite": "^2.2.0",
|
||||
"socket.io-client": "^4.0.1",
|
||||
"socket.io-client": "4.5.3",
|
||||
"ws": "^7.4.0"
|
||||
}
|
||||
},
|
||||
@@ -27616,8 +27616,8 @@
|
||||
"version": "file:packages/bns",
|
||||
"requires": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"process": "^0.11.10",
|
||||
"rimraf": "^3.0.2"
|
||||
}
|
||||
@@ -27627,16 +27627,16 @@
|
||||
"requires": {
|
||||
"@scure/bip32": "^1.1.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.0.0",
|
||||
"@stacks/bns": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/stacking": "^6.0.2",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/wallet-sdk": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacking": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@stacks/wallet-sdk": "^6.1.0",
|
||||
"@types/cors": "^2.8.5",
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/express-winston": "^3.0.1",
|
||||
@@ -27752,7 +27752,7 @@
|
||||
"@peculiar/webcrypto": "^1.1.6",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@types/bs58check": "^2.1.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/node": "^18.0.4",
|
||||
@@ -27953,7 +27953,7 @@
|
||||
"requires": {
|
||||
"@eslint/eslintrc": "^1.0.4",
|
||||
"@humanwhocodes/config-array": "^0.6.0",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv": "6.12.3",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.2",
|
||||
"debug": "^4.3.2",
|
||||
@@ -28136,8 +28136,8 @@
|
||||
"version": "file:packages/profile",
|
||||
"requires": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"process": "^0.11.10",
|
||||
@@ -28152,10 +28152,10 @@
|
||||
"@scure/base": "^1.1.1",
|
||||
"@stacks/blockchain-api-client": "^6.2.1",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"bs58": "^5.0.0",
|
||||
"process": "^0.11.10",
|
||||
"rimraf": "^3.0.2",
|
||||
@@ -28202,9 +28202,9 @@
|
||||
"@stacks/storage": {
|
||||
"version": "file:packages/storage",
|
||||
"requires": {
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^4.1.0",
|
||||
"@types/jsdom": "^16.2.10",
|
||||
"base64-js": "^1.5.1",
|
||||
@@ -28254,8 +28254,8 @@
|
||||
"@noble/hashes": "^1.1.3",
|
||||
"@noble/secp256k1": "^1.6.3",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
@@ -28272,13 +28272,13 @@
|
||||
"requires": {
|
||||
"@scure/bip32": "^1.1.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@types/node": "^18.0.4",
|
||||
"assert": "^2.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
@@ -29913,7 +29913,7 @@
|
||||
"requires": {
|
||||
"@types/bn.js": "^4.11.5",
|
||||
"@types/elliptic": "^6.4.9",
|
||||
"ajv": "^4.11.5",
|
||||
"ajv": "6.12.3",
|
||||
"bip39": "^3.0.2",
|
||||
"bitcoinjs-lib": "^5.1.2",
|
||||
"bn.js": "^4.11.8",
|
||||
@@ -29925,7 +29925,7 @@
|
||||
"query-string": "^6.3.0",
|
||||
"request": "^2.88.0",
|
||||
"ripemd160": "^2.0.2",
|
||||
"schema-inspector": "^1.6.8",
|
||||
"schema-inspector": "2.0.1",
|
||||
"triplesec": "^3.0.26",
|
||||
"uuid": "^3.3.2",
|
||||
"zone-file": "^1.0.0"
|
||||
@@ -31218,7 +31218,7 @@
|
||||
"boolbase": "~1.0.0",
|
||||
"css-what": "2.1",
|
||||
"domutils": "1.5.1",
|
||||
"nth-check": "~1.0.1"
|
||||
"nth-check": "2.0.1"
|
||||
}
|
||||
},
|
||||
"css-what": {
|
||||
@@ -32497,7 +32497,7 @@
|
||||
"@humanwhocodes/config-array": "^0.11.6",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"@nodelib/fs.walk": "^1.2.8",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv": "6.12.3",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.2",
|
||||
"debug": "^4.3.2",
|
||||
@@ -33979,7 +33979,7 @@
|
||||
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
|
||||
"integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
|
||||
"requires": {
|
||||
"ajv": "^6.12.3",
|
||||
"ajv": "6.12.3",
|
||||
"har-schema": "^2.0.0"
|
||||
}
|
||||
},
|
||||
@@ -38042,7 +38042,8 @@
|
||||
}
|
||||
},
|
||||
"nth-check": {
|
||||
"version": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
|
||||
"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
|
||||
"requires": {
|
||||
"boolbase": "^1.0.0"
|
||||
@@ -39926,7 +39927,7 @@
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/json-schema": "^7.0.8",
|
||||
"ajv": "^6.12.5",
|
||||
"ajv": "6.12.3",
|
||||
"ajv-keywords": "^3.5.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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/auth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/auth
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/auth",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"description": "Authentication for Stacks apps.",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -21,9 +21,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"jsontokens": "^4.0.1",
|
||||
"query-string": "^6.13.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.1.0](https://github.com/blockstack/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/blockstack/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/bns
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/bns",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"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.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0"
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.2](https://github.com/hirosystems/stacks.js/compare/v6.0.1...v6.0.2) (2022-11-30)
|
||||
|
||||
**Note:** Version bump only for package @stacks/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/cli",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"description": "Stacks command line tool",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -20,16 +20,16 @@
|
||||
"dependencies": {
|
||||
"@scure/bip32": "^1.1.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/blockchain-api-client": "4.0.1",
|
||||
"@stacks/bns": "^6.0.0",
|
||||
"@stacks/bns": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/stacking": "^6.0.2",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/wallet-sdk": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacking": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"@stacks/wallet-sdk": "^6.1.0",
|
||||
"ajv": "6.12.3",
|
||||
"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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/encryption
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/encryption",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.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.0.0",
|
||||
"@stacks/transactions": "^6.1.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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/network
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/network
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/network",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"description": "Library for Stacks network operations",
|
||||
"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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/profile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/profile",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"description": "Library for Stacks profiles",
|
||||
"license": "MIT",
|
||||
"author": "Hiro Systems PBC (https://hiro.so)",
|
||||
@@ -21,8 +21,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
"schema-inspector": "2.0.1",
|
||||
"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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/stacking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.2](https://github.com/hirosystems/stacks.js/compare/v6.0.1...v6.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/stacking",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.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.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/transactions": "^6.1.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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/storage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/storage
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/storage",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.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.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"jsontokens": "^4.0.1"
|
||||
},
|
||||
|
||||
@@ -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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add estimation fallback ([782a3c3](https://github.com/hirosystems/stacks.js/commit/782a3c392969e8736a4d6c7c27d491bf2e35bac6))
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/transactions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"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.3",
|
||||
"@noble/secp256k1": "^1.6.3",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"c32check": "^2.0.0",
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.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.1.0](https://github.com/hirosystems/stacks.js/compare/v6.0.2...v6.1.0) (2023-01-06)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.0.0](https://github.com/hirosystems/stacks.js/compare/v5.0.3...v6.0.0) (2022-11-23)
|
||||
|
||||
**Note:** Version bump only for package @stacks/wallet-sdk
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.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.1",
|
||||
"@scure/bip39": "^1.1.0",
|
||||
"@stacks/auth": "^6.0.0",
|
||||
"@stacks/auth": "^6.1.0",
|
||||
"@stacks/common": "^6.0.0",
|
||||
"@stacks/encryption": "^6.0.0",
|
||||
"@stacks/network": "^6.0.0",
|
||||
"@stacks/profile": "^6.0.0",
|
||||
"@stacks/storage": "^6.0.0",
|
||||
"@stacks/transactions": "^6.0.0",
|
||||
"@stacks/encryption": "^6.1.0",
|
||||
"@stacks/network": "^6.1.0",
|
||||
"@stacks/profile": "^6.1.0",
|
||||
"@stacks/storage": "^6.1.0",
|
||||
"@stacks/transactions": "^6.1.0",
|
||||
"buffer": "^6.0.3",
|
||||
"c32check": "^2.0.0",
|
||||
"jsontokens": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user