@thorwallet/xchain-bitcoin
Advanced tools
Comparing version 0.1.0-alpha.5 to 0.1.0-alpha.6
{ | ||
"name": "@thorwallet/xchain-bitcoin", | ||
"version": "0.1.0-alpha.5+9cf05b6", | ||
"version": "0.1.0-alpha.6+c161644", | ||
"description": "Custom Bitcoin client and utilities used by XChainJS clients", | ||
@@ -13,4 +13,3 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"module": "lib/index.esm.js", | ||
"typings": "lib/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
@@ -29,3 +28,3 @@ "lib": "lib", | ||
"clean": "rimraf lib/**", | ||
"build": "yarn clean && rollup -c", | ||
"build": "tsc", | ||
"test": "jest", | ||
@@ -37,5 +36,5 @@ "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0", | ||
"devDependencies": { | ||
"@thorwallet/xchain-client": "0.1.0-alpha.5+9cf05b6", | ||
"@thorwallet/xchain-crypto": "0.1.0-alpha.5+9cf05b6", | ||
"@thorwallet/xchain-util": "0.1.0-alpha.5+9cf05b6", | ||
"@thorwallet/xchain-client": "0.1.0-alpha.6+c161644", | ||
"@thorwallet/xchain-crypto": "0.1.0-alpha.6+c161644", | ||
"@thorwallet/xchain-util": "0.1.0-alpha.6+c161644", | ||
"@types/bitcoinjs-lib": "^5.0.0", | ||
@@ -61,3 +60,3 @@ "@types/wif": "^2.0.1", | ||
}, | ||
"gitHead": "9cf05b69eca0215a1a89bdd5042d24e4a6883c89" | ||
"gitHead": "c1616441c7b63a9ae8b70c232bc790a69f4651e1" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
27185295