@bitgo-beta/abstract-utxo 1.6.1-alpha.34 → 1.6.1-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.
@@ -567,8 +567,8 @@
567
567
  "affectsGlobalScope": false
568
568
  },
569
569
  "../../utxo-lib/dist/src/bitgo/outputScripts.d.ts": {
570
- "version": "c7a3a773974daeaa7398bfec871d9566d27a8ef0b72d03b91c948f271a237a9e",
571
- "signature": "c7a3a773974daeaa7398bfec871d9566d27a8ef0b72d03b91c948f271a237a9e",
570
+ "version": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
571
+ "signature": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
572
572
  "affectsGlobalScope": false
573
573
  },
574
574
  "../../utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": {
@@ -627,8 +627,8 @@
627
627
  "affectsGlobalScope": false
628
628
  },
629
629
  "../../utxo-lib/dist/src/bitgo/parseInput.d.ts": {
630
- "version": "c8d164263540b235939136c82dc5a66549553ceb628180cbda4bb40573b97005",
631
- "signature": "c8d164263540b235939136c82dc5a66549553ceb628180cbda4bb40573b97005",
630
+ "version": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
631
+ "signature": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
632
632
  "affectsGlobalScope": false
633
633
  },
634
634
  "../../utxo-lib/dist/src/bitgo/signature.d.ts": {
@@ -662,8 +662,8 @@
662
662
  "affectsGlobalScope": false
663
663
  },
664
664
  "../../utxo-lib/dist/src/bitgo/wallet/Psbt.d.ts": {
665
- "version": "f9f13107752af009cbd21cebee8502a09165b8581a30ee05e133af07646e4ad7",
666
- "signature": "f9f13107752af009cbd21cebee8502a09165b8581a30ee05e133af07646e4ad7",
665
+ "version": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
666
+ "signature": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
667
667
  "affectsGlobalScope": false
668
668
  },
669
669
  "../../utxo-lib/dist/src/bitgo/wallet/WalletOutput.d.ts": {
@@ -722,8 +722,8 @@
722
722
  "affectsGlobalScope": false
723
723
  },
724
724
  "../../utxo-lib/dist/src/taproot.d.ts": {
725
- "version": "ae6980bc5c77153a715fc013beb4853769bd976e7c23f549179d4a8838462402",
726
- "signature": "ae6980bc5c77153a715fc013beb4853769bd976e7c23f549179d4a8838462402",
725
+ "version": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
726
+ "signature": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
727
727
  "affectsGlobalScope": false
728
728
  },
729
729
  "../../utxo-lib/dist/src/testutil/keys.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-utxo",
3
- "version": "1.6.1-alpha.34",
3
+ "version": "1.6.1-alpha.36",
4
4
  "description": "BitGo SDK coin library for UTXO base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "@bitgo-beta/blockapis": "1.3.3-alpha.34",
41
- "@bitgo-beta/sdk-api": "1.6.1-alpha.34",
42
- "@bitgo-beta/sdk-core": "2.4.1-alpha.34",
43
- "@bitgo-beta/unspents": "0.11.3-alpha.34",
44
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.34",
40
+ "@bitgo-beta/blockapis": "1.3.3-alpha.36",
41
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.36",
42
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.36",
43
+ "@bitgo-beta/unspents": "0.11.3-alpha.36",
44
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.36",
45
45
  "@types/bluebird": "^3.5.25",
46
46
  "@types/lodash": "^4.14.121",
47
47
  "@types/superagent": "4.1.15",
@@ -52,5 +52,5 @@
52
52
  "lodash": "^4.17.14",
53
53
  "superagent": "^3.8.3"
54
54
  },
55
- "gitHead": "ef3f31bd98352ae8db27ad326a8ce6294923308c"
55
+ "gitHead": "af9719c13b8882f4d074ec99e5cc62d1a7d194b1"
56
56
  }