v1.4.0-alpha.0

This commit is contained in:
Reed Rosenbluth
2021-04-12 17:28:49 -04:00
parent f454253e0d
commit 7915c953d4
9 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "1.0.0-beta.13",
"version": "1.4.0-alpha.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "1.0.0-beta.1",
"version": "1.4.0-alpha.0",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"keywords": [
"Stacks",

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"description": "Stacks command line tool",
"keywords": [
"stacks",
@@ -93,9 +93,9 @@
"@stacks/auth": "^1.2.3",
"@stacks/blockchain-api-client": "^0.34.1",
"@stacks/network": "^1.2.2",
"@stacks/stacking": "^1.3.5",
"@stacks/stacking": "^1.4.0-alpha.0",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.5",
"@stacks/transactions": "^1.4.0-alpha.0",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
@@ -79,7 +79,7 @@
"@stacks/common": "^1.2.2",
"@stacks/encryption": "^1.2.3",
"@stacks/storage": "^1.3.3",
"@stacks/transactions": "^1.3.5",
"@stacks/transactions": "^1.4.0-alpha.0",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"description": "Library for Stacking.",
"keywords": [
"Stacks",
@@ -42,7 +42,7 @@
},
"dependencies": {
"@stacks/network": "^1.2.2",
"@stacks/transactions": "^1.3.5",
"@stacks/transactions": "^1.4.0-alpha.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",