@bsv/sdk 1.4.3 → 1.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsv/sdk",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "description": "BSV Blockchain Software Development Kit",
6
6
  "main": "dist/cjs/mod.js",
@@ -82,7 +82,7 @@ export class HTTPSOverlayBroadcastFacilitator implements OverlayBroadcastFacilit
82
82
 
83
83
  constructor (httpClient = fetch, allowHTTP: boolean = false) {
84
84
  this.httpClient = httpClient
85
- this.allowHTTP = false
85
+ this.allowHTTP = allowHTTP
86
86
  }
87
87
 
88
88
  async send (url: string, taggedBEEF: TaggedBEEF): Promise<STEAK> {