@metrichor/epi2me-client-node
Advanced tools
Comparing version 0.1.10205514 to 0.1.10205535
@@ -1,10 +0,12 @@ | ||
import type { ApolloCache, ApolloClient } from '@apollo/client/core'; | ||
import type { ErrorHandler } from '@apollo/client/link/error'; | ||
import type { ClientOptions } from './ClientOptions.type'; | ||
import { DEFAULT_ENDPOINT } from './endpoint.constants'; | ||
export type { ErrorHandler } from '@apollo/client/link/error'; | ||
export type { ClientOptions } from './ClientOptions.type'; | ||
export type { MockResponse } from '../common/mock_client'; | ||
export type { DocumentNode } from 'graphql'; | ||
export type { TypedDocumentNode } from '@graphql-typed-document-node/core'; | ||
export type { ApolloCache, ApolloClient, FetchPolicy, QueryOptions, MutationOptions, ApolloQueryResult, OperationVariables, ObservableQuery, FetchResult, } from '@apollo/client/core'; | ||
export { DEFAULT_ENDPOINT } from './endpoint.constants'; | ||
export { resolve_endpoint } from './resolve_endpoint'; | ||
export { create_mock_client, MockResponse } from '../common/mock_client'; | ||
export { GraphQLError, DocumentNode } from 'graphql'; | ||
export { TypedDocumentNode } from '@graphql-typed-document-node/core'; | ||
export { DEFAULT_ENDPOINT, ClientOptions, ErrorHandler, ApolloClient, ApolloCache }; | ||
export { create_mock_client } from '../common/mock_client'; | ||
export { GraphQLError } from 'graphql'; | ||
export { ApolloError, isApolloError, gql } from '@apollo/client/core'; | ||
//# sourceMappingURL=index.d.ts.map |
13
index.js
@@ -8,3 +8,2 @@ 'use strict'; | ||
var graphql = require('graphql'); | ||
require('@graphql-typed-document-node/core'); | ||
@@ -225,2 +224,14 @@ function sha1_digest(message, key) { | ||
Object.defineProperty(exports, 'ApolloError', { | ||
enumerable: true, | ||
get: function () { return core.ApolloError; } | ||
}); | ||
Object.defineProperty(exports, 'gql', { | ||
enumerable: true, | ||
get: function () { return core.gql; } | ||
}); | ||
Object.defineProperty(exports, 'isApolloError', { | ||
enumerable: true, | ||
get: function () { return core.isApolloError; } | ||
}); | ||
Object.defineProperty(exports, 'GraphQLError', { | ||
@@ -227,0 +238,0 @@ enumerable: true, |
{ | ||
"name": "@metrichor/epi2me-client-node", | ||
"version": "0.1.10205514", | ||
"version": "0.1.10205535", | ||
"license": "MPL-2.0", | ||
@@ -11,3 +11,2 @@ "author": "Metrichor <support@nanoporetech.com>", | ||
"@apollo/client": "^3.7.6", | ||
"@graphql-typed-document-node/core": "^3.1.1", | ||
"graphql": "^16.6.0", | ||
@@ -14,0 +13,0 @@ "node-fetch": "^3.3.0" |
Sorry, the diff of this file is not supported yet
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
29081
3
517