mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-27 22:25:13 +08:00
v3.0.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/auth",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Authentication for Stacks apps.",
|
||||
"keywords": [
|
||||
"Stacks",
|
||||
@@ -38,10 +38,10 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/encryption": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/profile": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/encryption": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/profile": "^3.0.0",
|
||||
"c32check": "^1.1.3",
|
||||
"cross-fetch": "^3.1.4",
|
||||
"jsontokens": "^3.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/bns",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
|
||||
"keywords": [
|
||||
"Stacks",
|
||||
@@ -38,9 +38,9 @@
|
||||
"url": "https://github.com/blockstack/stacks.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bn.js": "^4.12.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/cli",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Stacks command line tool",
|
||||
"keywords": [
|
||||
"stacks",
|
||||
@@ -88,14 +88,14 @@
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/auth": "^2.0.1",
|
||||
"@stacks/auth": "^3.0.0",
|
||||
"@stacks/blockchain-api-client": "^0.34.1",
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/stacking": "^2.0.1",
|
||||
"@stacks/storage": "^2.0.1",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/wallet-sdk": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/stacking": "^3.0.0",
|
||||
"@stacks/storage": "^3.0.0",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"@stacks/wallet-sdk": "^3.0.0",
|
||||
"ajv": "^4.11.5",
|
||||
"bip32": "^2.0.4",
|
||||
"bip39": "^3.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/common",
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"description": "Common Stacks utilities",
|
||||
"author": "yknl <yukanliao@gmail.com>",
|
||||
"homepage": "https://blockstack.org",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/encryption",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Encryption utilities for Stacks",
|
||||
"author": "yknl <yukanliao@gmail.com>",
|
||||
"homepage": "https://blockstack.org",
|
||||
@@ -30,7 +30,7 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"@types/node": "^14.14.43",
|
||||
"bip39": "^3.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/keychain",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "A package for managing Stacks keychains",
|
||||
"keywords": [
|
||||
"Stacks",
|
||||
@@ -63,13 +63,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@blockstack/rpc-client": "^0.3.0-alpha.11",
|
||||
"@stacks/auth": "2.0.1",
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/encryption": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/profile": "^2.0.1",
|
||||
"@stacks/storage": "^2.0.1",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/auth": "^3.0.0",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/encryption": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/profile": "^3.0.0",
|
||||
"@stacks/storage": "^3.0.0",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"@types/node": "^14.14.43",
|
||||
"@types/triplesec": "^3.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/network",
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"description": "Library for Stacks network operations",
|
||||
"keywords": [
|
||||
"stacks",
|
||||
@@ -38,7 +38,7 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1"
|
||||
"@stacks/common": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.22",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/profile",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Library for Stacks profiles",
|
||||
"keywords": [
|
||||
"stacks",
|
||||
@@ -35,9 +35,9 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"jsontokens": "^3.0.0",
|
||||
"schema-inspector": "^2.0.1",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/stacking",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Library for Stacking.",
|
||||
"keywords": [
|
||||
"Stacks",
|
||||
@@ -34,10 +34,10 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/stacks-blockchain-api-types": "^0.61.0",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"bn.js": "^4.12.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/storage",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Stacks storage library",
|
||||
"author": "yknl <yukanliao@gmail.com>",
|
||||
"homepage": "https://blockstack.org",
|
||||
@@ -30,9 +30,9 @@
|
||||
"url": "https://github.com/blockstack/blockstack.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/auth": "^2.0.1",
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/encryption": "^2.0.1",
|
||||
"@stacks/auth": "^3.0.0",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/encryption": "^3.0.0",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"jsontokens": "^3.0.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/transactions",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
|
||||
"homepage": "https://blockstack.org",
|
||||
"license": "GPL-3.0-or-later",
|
||||
@@ -40,8 +40,8 @@
|
||||
"webpack-cli": "^4.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"@types/elliptic": "^6.4.12",
|
||||
"@types/node": "^14.14.43",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stacks/wallet-sdk",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "A library for generating Stacks blockchain wallets",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
@@ -42,13 +42,13 @@
|
||||
"yalc": "1.0.0-pre.49"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stacks/auth": "^2.0.1",
|
||||
"@stacks/common": "^2.0.1",
|
||||
"@stacks/encryption": "^2.0.1",
|
||||
"@stacks/network": "^2.0.1",
|
||||
"@stacks/profile": "^2.0.1",
|
||||
"@stacks/storage": "^2.0.1",
|
||||
"@stacks/transactions": "^2.0.1",
|
||||
"@stacks/auth": "^3.0.0",
|
||||
"@stacks/common": "^3.0.0",
|
||||
"@stacks/encryption": "^3.0.0",
|
||||
"@stacks/network": "^3.0.0",
|
||||
"@stacks/profile": "^3.0.0",
|
||||
"@stacks/storage": "^3.0.0",
|
||||
"@stacks/transactions": "^3.0.0",
|
||||
"bip32": "2.0.6",
|
||||
"bip39": "^3.0.2",
|
||||
"bitcoinjs-lib": "^5.1.6",
|
||||
|
||||
Reference in New Issue
Block a user