@bitgo-beta/sdk-coin-bcha 1.3.3-alpha.405 → 1.3.3-alpha.406
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/test/unit/index.d.ts +2 -0
- package/dist/test/unit/index.d.ts.map +1 -0
- package/dist/test/unit/index.js +47 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +12 -9
- package/.eslintignore +0 -5
- package/.mocharc.yml +0 -8
- package/CHANGELOG.md +0 -755
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-bcha",
|
|
3
|
-
"version": "1.3.3-alpha.
|
|
3
|
+
"version": "1.3.3-alpha.406",
|
|
4
4
|
"description": "BitGo SDK coin library for Bitcoin abc",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "yarn tsc --build --incremental --verbose .",
|
|
9
9
|
"fmt": "prettier --write .",
|
|
10
|
-
"check-fmt": "prettier --check
|
|
10
|
+
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
|
|
11
11
|
"clean": "rm -r ./dist",
|
|
12
12
|
"lint": "eslint --quiet .",
|
|
13
13
|
"prepare": "npm run build",
|
|
@@ -40,14 +40,17 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-utxo": "1.6.1-alpha.
|
|
44
|
-
"@bitgo-beta/sdk-coin-bch": "1.3.3-alpha.
|
|
45
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
46
|
-
"@bitgo-beta/utxo-lib": "4.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/abstract-utxo": "1.6.1-alpha.410",
|
|
44
|
+
"@bitgo-beta/sdk-coin-bch": "1.3.3-alpha.407",
|
|
45
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.410",
|
|
46
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.411"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
50
|
-
"@bitgo-beta/sdk-test": "^9.1.
|
|
49
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.410",
|
|
50
|
+
"@bitgo-beta/sdk-test": "^9.1.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "48ea45ce85ea71632465f1a8f195311bb7e88732",
|
|
53
|
+
"files": [
|
|
54
|
+
"dist"
|
|
55
|
+
]
|
|
53
56
|
}
|