@bitgo-beta/sdk-coin-iota 1.0.1-beta.170 → 1.0.1-beta.172
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -36,4 +36,4 @@ const iota = sdk.coin('iota');
|
|
|
36
36
|
|
|
37
37
|
## Documentation
|
|
38
38
|
|
|
39
|
-
For detailed API documentation,
|
|
39
|
+
For detailed API documentation, view the BitGo [Developer Portal](https://developers.bitgo.com/reference/overview#/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-iota",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.172",
|
|
4
4
|
"description": "BitGo SDK coin library for IOTA coin",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
44
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1294",
|
|
44
|
+
"@bitgo-beta/statics": "15.1.1-beta.1297",
|
|
45
45
|
"@iota/bcs": "^1.2.0",
|
|
46
46
|
"@iota/iota-sdk": "^1.6.0",
|
|
47
47
|
"bignumber.js": "^9.1.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
51
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
50
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1293",
|
|
51
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1286",
|
|
52
52
|
"@bitgo-beta/sdk-test": "^9.1.7"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8808bf4cf50cf453b33b9f8a9247305c11ae713e"
|
|
58
58
|
}
|