ethereumjs-blockstream
Advanced tools
Comparing version 2.0.6 to 2.0.7
"use strict"; | ||
// NOTE -- | ||
// Commented out to avoid cross origin error produced when running again webpack | ||
// More research is necessary to resolve, as it may simply be a configuration issue. | ||
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server. | ||
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal` | ||
// import * as sourceMapSupport from "source-map-support"; | ||
// sourceMapSupport.install(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var sourceMapSupport = require("source-map-support"); | ||
sourceMapSupport.install(); | ||
var block_and_log_streamer_1 = require("./block-and-log-streamer"); | ||
exports.BlockAndLogStreamer = block_and_log_streamer_1.BlockAndLogStreamer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ethereumjs-blockstream", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A library to turn an unreliable remote source of Ethereum blocks into a reliable stream of blocks with removals on re-orgs and backfills on skips.", | ||
@@ -5,0 +5,0 @@ "main": "output/source/index.js", |
@@ -1,3 +0,8 @@ | ||
import * as sourceMapSupport from "source-map-support"; | ||
sourceMapSupport.install(); | ||
// NOTE -- | ||
// Commented out to avoid cross origin error produced when running again webpack | ||
// More research is necessary to resolve, as it may simply be a configuration issue. | ||
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server. | ||
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal` | ||
// import * as sourceMapSupport from "source-map-support"; | ||
// sourceMapSupport.install(); | ||
@@ -4,0 +9,0 @@ export { Block } from "./models/block"; |
Sorry, the diff of this file is not supported yet
79540
1048