@truffle/blockchain-utils
Advanced tools
Comparing version 0.1.0-tezos.0 to 0.1.0-tezos.1
"use strict"; | ||
require("source-map-support/register"); | ||
const Blockchain = { | ||
@@ -3,0 +4,0 @@ getBlockByNumber(blockNumber, provider, callback) { |
@@ -0,1 +1,2 @@ | ||
import "source-map-support/register"; | ||
import { Provider, Callback, JsonRPCResponse } from "web3/providers"; | ||
@@ -2,0 +3,0 @@ import { parsedUriObject } from "typings"; |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.1.0-tezos.0", | ||
"version": "0.1.0-tezos.1", | ||
"main": "dist/index.js", | ||
@@ -37,3 +37,6 @@ "scripts": { | ||
}, | ||
"gitHead": "c2fd8c5e2664a9f8c51fc043a1f7b4b3ab0be2fa" | ||
"dependencies": { | ||
"source-map-support": "^0.5.16" | ||
}, | ||
"gitHead": "b23801a13abbdda37ae87f76bbcc06f2f0418d14" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12711
228
1
+ Addedsource-map-support@^0.5.16
+ Addedbuffer-from@1.1.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)