@bitgo-beta/sdk-coin-xrp 1.3.3-alpha.47 → 1.3.3-alpha.48
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.
|
@@ -987,13 +987,13 @@
|
|
|
987
987
|
"affectsGlobalScope": false
|
|
988
988
|
},
|
|
989
989
|
"../../sdk-core/dist/src/account-lib/mpc/tss/eddsa/types.d.ts": {
|
|
990
|
-
"version": "
|
|
991
|
-
"signature": "
|
|
990
|
+
"version": "7513a70c4d862a48a37d2f7af727b4a8be510e7e4f4be1feb108fcf334562ae3",
|
|
991
|
+
"signature": "7513a70c4d862a48a37d2f7af727b4a8be510e7e4f4be1feb108fcf334562ae3",
|
|
992
992
|
"affectsGlobalScope": false
|
|
993
993
|
},
|
|
994
994
|
"../../sdk-core/dist/src/account-lib/mpc/tss/eddsa/eddsa.d.ts": {
|
|
995
|
-
"version": "
|
|
996
|
-
"signature": "
|
|
995
|
+
"version": "a79b5821adf22c2b07924d574ffe3649da3e4f26119b6a8131c3a2ceac0c912a",
|
|
996
|
+
"signature": "a79b5821adf22c2b07924d574ffe3649da3e4f26119b6a8131c3a2ceac0c912a",
|
|
997
997
|
"affectsGlobalScope": false
|
|
998
998
|
},
|
|
999
999
|
"../../sdk-core/dist/src/account-lib/mpc/tss/eddsa/index.d.ts": {
|
|
@@ -1462,8 +1462,8 @@
|
|
|
1462
1462
|
"affectsGlobalScope": false
|
|
1463
1463
|
},
|
|
1464
1464
|
"../../sdk-core/dist/src/bitgo/utils/opengpgUtils.d.ts": {
|
|
1465
|
-
"version": "
|
|
1466
|
-
"signature": "
|
|
1465
|
+
"version": "b0c04e57cd3acdb811820638c8270ced924677ca8bcaef6c2fb1838d3aaca5d0",
|
|
1466
|
+
"signature": "b0c04e57cd3acdb811820638c8270ced924677ca8bcaef6c2fb1838d3aaca5d0",
|
|
1467
1467
|
"affectsGlobalScope": false
|
|
1468
1468
|
},
|
|
1469
1469
|
"../../sdk-core/dist/src/bitgo/utils/abstractUtxoCoinUtil.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-xrp",
|
|
3
|
-
"version": "1.3.3-alpha.
|
|
3
|
+
"version": "1.3.3-alpha.48",
|
|
4
4
|
"description": "BitGo SDK coin library for Ripple",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "4.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.48",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.48",
|
|
45
45
|
"bignumber.js": "^9.0.0",
|
|
46
46
|
"lodash": "^4.17.14",
|
|
47
47
|
"ripple-address-codec": "~4.1.3",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"ripple-lib": "~1.4.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
53
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.48",
|
|
54
54
|
"@bitgo-beta/sdk-test": "^1.2.18"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fd1cd41b74edec46e725e4ec39a7f8bca614a13c"
|
|
57
57
|
}
|