@bitgo-beta/sdk-coin-xrp 1.3.3-alpha.34 → 1.3.3-alpha.36
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.
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"affectsGlobalScope": false
|
|
573
573
|
},
|
|
574
574
|
"../../utxo-lib/dist/src/bitgo/outputScripts.d.ts": {
|
|
575
|
-
"version": "
|
|
576
|
-
"signature": "
|
|
575
|
+
"version": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
|
|
576
|
+
"signature": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
|
|
577
577
|
"affectsGlobalScope": false
|
|
578
578
|
},
|
|
579
579
|
"../../utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": {
|
|
@@ -632,8 +632,8 @@
|
|
|
632
632
|
"affectsGlobalScope": false
|
|
633
633
|
},
|
|
634
634
|
"../../utxo-lib/dist/src/bitgo/parseInput.d.ts": {
|
|
635
|
-
"version": "
|
|
636
|
-
"signature": "
|
|
635
|
+
"version": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
|
|
636
|
+
"signature": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
|
|
637
637
|
"affectsGlobalScope": false
|
|
638
638
|
},
|
|
639
639
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts": {
|
|
@@ -667,8 +667,8 @@
|
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
669
669
|
"../../utxo-lib/dist/src/bitgo/wallet/Psbt.d.ts": {
|
|
670
|
-
"version": "
|
|
671
|
-
"signature": "
|
|
670
|
+
"version": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
|
|
671
|
+
"signature": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
|
|
672
672
|
"affectsGlobalScope": false
|
|
673
673
|
},
|
|
674
674
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletOutput.d.ts": {
|
|
@@ -727,8 +727,8 @@
|
|
|
727
727
|
"affectsGlobalScope": false
|
|
728
728
|
},
|
|
729
729
|
"../../utxo-lib/dist/src/taproot.d.ts": {
|
|
730
|
-
"version": "
|
|
731
|
-
"signature": "
|
|
730
|
+
"version": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
|
|
731
|
+
"signature": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
|
|
732
732
|
"affectsGlobalScope": false
|
|
733
733
|
},
|
|
734
734
|
"../../utxo-lib/dist/src/testutil/keys.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.36",
|
|
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.36",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.36",
|
|
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.36",
|
|
54
54
|
"@bitgo-beta/sdk-test": "^1.2.15"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "af9719c13b8882f4d074ec99e5cc62d1a7d194b1"
|
|
57
57
|
}
|