apollo-link
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory((global.apolloLink = global.apolloLink || {}, global.apolloLink.core = {}), global.apolloLink.zenObservable, global.invariant, global.tslib, global.apolloUtilities)); | ||
}(this, function (exports, Observable, tsInvariant, tslib_1, apolloUtilities) { 'use strict'; | ||
}(this, (function (exports, Observable, tsInvariant, tslib_1, apolloUtilities) { 'use strict'; | ||
@@ -213,3 +213,3 @@ Observable = Observable && Observable.hasOwnProperty('default') ? Observable['default'] : Observable; | ||
})); | ||
}))); | ||
//# sourceMappingURL=bundle.umd.js.map |
@@ -0,0 +0,0 @@ import MockLink from './test-utils/mockLink'; |
@@ -0,0 +0,0 @@ import { Operation, RequestHandler, NextLink, FetchResult } from '../types'; |
@@ -0,0 +0,0 @@ import { Operation, NextLink, FetchResult } from '../types'; |
@@ -0,0 +0,0 @@ import { ApolloLink } from '../link'; |
import Observable from 'zen-observable-ts'; | ||
import { DocumentNode } from 'graphql/language/ast'; | ||
import { ExecutionResult } from 'graphql/execution/execute'; | ||
export { ExecutionResult, DocumentNode }; | ||
import { ExecutionResult as GraphQLExecutionResult } from 'graphql'; | ||
export { DocumentNode }; | ||
export interface ExecutionResult<TData = { | ||
[key: string]: any; | ||
}> extends GraphQLExecutionResult { | ||
data?: TData | null; | ||
} | ||
export interface GraphQLRequest { | ||
@@ -6,0 +11,0 @@ query: DocumentNode; |
{ | ||
"name": "apollo-link", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "Flexible, lightweight transport layer for GraphQL", | ||
@@ -40,18 +40,18 @@ "author": "Evans Hauser <evanshauser@gmail.com>", | ||
"tslib": "^1.9.3", | ||
"zen-observable-ts": "^0.8.20" | ||
"zen-observable-ts": "^0.8.21" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0" | ||
"graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "14.2.3", | ||
"@types/jest": "24.0.18", | ||
"@types/node": "9.6.51", | ||
"graphql": "14.5.4", | ||
"@types/jest": "24.9.0", | ||
"@types/node": "9.6.55", | ||
"graphql": "15.0.0", | ||
"graphql-tag": "2.10.1", | ||
"jest": "24.9.0", | ||
"rimraf": "2.7.1", | ||
"rollup": "1.20.3", | ||
"rollup": "1.29.1", | ||
"ts-jest": "22.4.6", | ||
"tslint": "5.17.0", | ||
"tslint": "5.20.1", | ||
"typescript": "3.0.3" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b" | ||
"gitHead": "1012934b4fd9ab436c4fdcd5e9b1bb1e4c1b0d98" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
100317
1008
+ Addedgraphql@15.9.0(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updatedzen-observable-ts@^0.8.21