Skip to content

Commit

Permalink
v1.0.0-beta.19
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Dec 7, 2020
1 parent 486aa67 commit 27f9cfb
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Authentication for Stacks apps.",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -45,10 +45,10 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/encryption": "^1.0.0-alpha.19",
"@stacks/network": "^1.0.0-alpha.19",
"@stacks/profile": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-beta.19",
"@stacks/encryption": "^1.0.0-beta.19",
"@stacks/network": "^1.0.0-beta.19",
"@stacks/profile": "^1.0.0-beta.19",
"codecov": "^3.7.2",
"cross-fetch": "^3.0.5",
"jsontokens": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Stacks command line tool",
"keywords": [
"stacks",
Expand Down Expand Up @@ -90,12 +90,12 @@
"tsdx": "^0.14.0"
},
"dependencies": {
"@stacks/auth": "^1.0.0-alpha.19",
"@stacks/auth": "^1.0.0-beta.19",
"@stacks/blockchain-api-client": "^0.34.1",
"@stacks/network": "^1.0.0-alpha.19",
"@stacks/stacking": "^1.0.0-alpha.19",
"@stacks/storage": "^1.0.0-alpha.19",
"@stacks/transactions": "^1.0.0-alpha.19",
"@stacks/network": "^1.0.0-beta.19",
"@stacks/stacking": "^1.0.0-beta.19",
"@stacks/storage": "^1.0.0-beta.19",
"@stacks/transactions": "^1.0.0-beta.19",
"ajv": "^4.11.5",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/common",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Common Stacks utilities",
"author": "yknl <[email protected]>",
"homepage": "https://blockstack.org",
Expand Down
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/encryption",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Encryption utilities for Stacks",
"author": "yknl <[email protected]>",
"homepage": "https://blockstack.org",
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-beta.19",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.10",
"bn.js": "^5.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"dependencies": {
"@blockstack/rpc-client": "^0.3.0-alpha.11",
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/encryption": "^1.0.0-alpha.19",
"@stacks/storage": "^1.0.0-alpha.19",
"@stacks/transactions": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-beta.19",
"@stacks/encryption": "^1.0.0-beta.19",
"@stacks/storage": "^1.0.0-beta.19",
"@stacks/transactions": "^1.0.0-beta.19",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/network",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Library for Stacks network operations",
"keywords": [
"stacks",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0-alpha.19"
"@stacks/common": "^1.0.0-beta.19"
},
"devDependencies": {
"@types/jest": "^24.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Library for Stacks profiles",
"keywords": [
"stacks",
Expand Down Expand Up @@ -41,9 +41,9 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/encryption": "^1.0.0-alpha.19",
"@stacks/network": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-beta.19",
"@stacks/encryption": "^1.0.0-beta.19",
"@stacks/network": "^1.0.0-beta.19",
"bitcoinjs-lib": "^5.1.10",
"jsontokens": "^3.0.0",
"schema-inspector": "^1.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/stacking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Library for Stacking.",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -41,8 +41,8 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/network": "^1.0.0-alpha.19",
"@stacks/transactions": "^1.0.0-alpha.19",
"@stacks/network": "^1.0.0-beta.19",
"@stacks/transactions": "^1.0.0-beta.19",
"axios": "^0.21.0",
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Stacks storage library",
"author": "yknl <[email protected]>",
"homepage": "https://blockstack.org",
Expand Down Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/auth": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/encryption": "^1.0.0-alpha.19"
"@stacks/auth": "^1.0.0-beta.19",
"@stacks/common": "^1.0.0-beta.19",
"@stacks/encryption": "^1.0.0-beta.19"
},
"devDependencies": {
"@types/jest": "^24.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "1.0.0-alpha.19",
"version": "1.0.0-beta.19",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -55,8 +55,8 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@stacks/common": "^1.0.0-alpha.19",
"@stacks/network": "^1.0.0-alpha.19",
"@stacks/common": "^1.0.0-beta.19",
"@stacks/network": "^1.0.0-beta.19",
"@types/bn.js": "^4.11.6",
"@types/elliptic": "^6.4.12",
"@types/randombytes": "^2.0.0",
Expand Down

0 comments on commit 27f9cfb

Please sign in to comment.