@graphql-tools/links
Advanced tools
Comparing version 9.0.0 to 9.0.1-alpha-20231023180117-360ce1bb
@@ -5,6 +5,6 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const apolloImport = tslib_1.__importStar(require("@apollo/client")); | ||
const apollo_upload_client_1 = require("apollo-upload-client"); | ||
const form_data_1 = tslib_1.__importDefault(require("form-data")); | ||
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch")); | ||
const apolloImport = tslib_1.__importStar(require("@apollo/client")); | ||
const AwaitVariablesLink_js_1 = require("./AwaitVariablesLink.js"); | ||
@@ -11,0 +11,0 @@ const apollo = apolloImport?.default ?? apolloImport; |
@@ -1,5 +0,5 @@ | ||
import * as apolloImport from '@apollo/client'; | ||
import { createUploadLink, formDataAppendFile, isExtractableFile } from 'apollo-upload-client'; | ||
import FormData from 'form-data'; | ||
import fetch from 'node-fetch'; | ||
import * as apolloImport from '@apollo/client'; | ||
import { AwaitVariablesLink } from './AwaitVariablesLink.js'; | ||
@@ -6,0 +6,0 @@ const apollo = apolloImport?.default ?? apolloImport; |
import * as apolloImport from '@apollo/client'; | ||
import { observableToAsyncIterable, getOperationASTFromRequest, } from '@graphql-tools/utils'; | ||
import { getOperationASTFromRequest, observableToAsyncIterable, } from '@graphql-tools/utils'; | ||
const apollo = apolloImport?.default ?? apolloImport; | ||
@@ -4,0 +4,0 @@ export function linkToExecutor(link) { |
{ | ||
"name": "@graphql-tools/links", | ||
"version": "9.0.0", | ||
"version": "9.0.1-alpha-20231023180117-360ce1bb", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"@apollo/client": "^3" | ||
"@apollo/client": "^3", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -13,5 +13,5 @@ "dependencies": { | ||
"@graphql-tools/utils": "^10.0.0", | ||
"apollo-upload-client": "17.0.0", | ||
"apollo-upload-client": "18.0.0", | ||
"form-data": "^4.0.0", | ||
"node-fetch": "^2.6.5", | ||
"form-data": "^4.0.0", | ||
"tslib": "^2.4.0" | ||
@@ -18,0 +18,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14624
2
+ Addedapollo-upload-client@18.0.0(transitive)
+ Addedextract-files@13.0.0(transitive)
+ Addedis-plain-obj@4.1.0(transitive)
- Removedapollo-upload-client@17.0.0(transitive)
- Removedextract-files@11.0.0(transitive)
Updatedapollo-upload-client@18.0.0