apollo-link-ethereum
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -301,3 +301,2 @@ (function (global, factory) { | ||
var isEthereum = apolloUtilities.hasDirectives(['contract', 'block'], query); | ||
console.log('isEthereum: ', isEthereum); | ||
if (!isEthereum) { | ||
@@ -304,0 +303,0 @@ return forward ? forward(operation) : null; |
@@ -32,3 +32,2 @@ var __extends = (this && this.__extends) || (function () { | ||
var isEthereum = hasDirectives(['contract', 'block'], query); | ||
console.log('isEthereum: ', isEthereum); | ||
if (!isEthereum) { | ||
@@ -35,0 +34,0 @@ return forward ? forward(operation) : null; |
{ | ||
"name": "apollo-link-ethereum", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "./dist/bundle.umd.js", | ||
@@ -34,3 +34,3 @@ "modules": "./lib/index.js", | ||
}, | ||
"gitHead": "7bc4343ab513ec2009887f0d838aee5255ec6799" | ||
"gitHead": "30e4c337a169f8060cf77703666802bdd1ce5ec5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
499818
1121