@metrichor/epi2me-web
Advanced tools
Comparing version 5.1.5912653 to 5.1.5926490
@@ -29,3 +29,3 @@ "use strict"; | ||
}); | ||
return core_1.execute(core_1.from([httpLink, errorLink]), operation); | ||
return core_1.execute(core_1.from([errorLink, httpLink]), operation); | ||
}); | ||
@@ -32,0 +32,0 @@ const cache = new core_1.InMemoryCache(); |
@@ -26,3 +26,3 @@ import { ApolloClient, ApolloLink, execute, from, createHttpLink, InMemoryCache, } from '@apollo/client/core'; | ||
}); | ||
return execute(from([httpLink, errorLink]), operation); | ||
return execute(from([errorLink, httpLink]), operation); | ||
}); | ||
@@ -29,0 +29,0 @@ const cache = new InMemoryCache(); |
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "5.1.5912653", | ||
"version": "5.1.5926490", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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