@metrichor/epi2me-web
Advanced tools
Comparing version 4.0.4830031 to 4.0.4842297
@@ -6,13 +6,2 @@ "use strict"; | ||
*/ | ||
var __rest = (this && this.__rest) || function (s, e) { | ||
var t = {}; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) | ||
t[p] = s[p]; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -239,3 +228,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
// GraphQLFS | ||
const _a = parseCoreOpts_1.parseCoreOpts(opts), { apikey, apisecret, jwt, log, local, signing, url: originalUrl } = _a, parsedOpts = __rest(_a, ["apikey", "apisecret", "jwt", "log", "local", "signing", "url"]); | ||
const { apikey, apisecret, jwt, log, local, signing, url: originalUrl, agent_version: agentVersion, user_agent: userAgent, } = parseCoreOpts_1.parseCoreOpts(opts); | ||
// https://epi2me-dev.bla => https://graphql.epi2me-dev.bla | ||
@@ -248,5 +237,5 @@ let url = originalUrl.replace(/:\/\//, '://graphql.'); | ||
base_url: url, | ||
agent_version: parsedOpts.agent_version, | ||
agent_version: agentVersion, | ||
local, | ||
user_agent: parsedOpts.user_agent, | ||
user_agent: userAgent, | ||
signing, | ||
@@ -253,0 +242,0 @@ apikey, |
@@ -5,13 +5,2 @@ /* | ||
*/ | ||
var __rest = (this && this.__rest) || function (s, e) { | ||
var t = {}; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) | ||
t[p] = s[p]; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
}; | ||
import gql from 'graphql-tag'; | ||
@@ -233,3 +222,3 @@ import PageFragment from './fragments/PageFragment'; | ||
// GraphQLFS | ||
const _a = parseCoreOpts(opts), { apikey, apisecret, jwt, log, local, signing, url: originalUrl } = _a, parsedOpts = __rest(_a, ["apikey", "apisecret", "jwt", "log", "local", "signing", "url"]); | ||
const { apikey, apisecret, jwt, log, local, signing, url: originalUrl, agent_version: agentVersion, user_agent: userAgent, } = parseCoreOpts(opts); | ||
// https://epi2me-dev.bla => https://graphql.epi2me-dev.bla | ||
@@ -242,5 +231,5 @@ let url = originalUrl.replace(/:\/\//, '://graphql.'); | ||
base_url: url, | ||
agent_version: parsedOpts.agent_version, | ||
agent_version: agentVersion, | ||
local, | ||
user_agent: parsedOpts.user_agent, | ||
user_agent: userAgent, | ||
signing, | ||
@@ -247,0 +236,0 @@ apikey, |
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "4.0.4830031", | ||
"version": "4.0.4842297", | ||
"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
2423553
27574