@urql/exchange-populate
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @urql/exchange-populate | ||
## 0.1.4 | ||
### Patch Changes | ||
- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688)) | ||
- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678)) | ||
- @urql/core@1.10.8 | ||
## 0.1.3 | ||
@@ -4,0 +12,0 @@ |
@@ -12,8 +12,2 @@ import { NameNode, SelectionNode, SelectionSetNode, GraphQLOutputType, GraphQLWrappingType } from 'graphql'; | ||
}) => SelectionSet; | ||
export declare const unwrapType: (type: import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any, { | ||
[key: string]: any; | ||
}> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLList<any> | import("graphql").GraphQLNonNull<import("graphql").GraphQLScalarType | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLObjectType<any, any, { | ||
[key: string]: any; | ||
}> | import("graphql").GraphQLList<any>> | null | undefined) => import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any, { | ||
[key: string]: any; | ||
}> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | null; | ||
export declare const unwrapType: (type: import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLList<any> | import("graphql").GraphQLNonNull<import("graphql").GraphQLScalarType | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLList<any>> | null | undefined) => import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | null; |
{ | ||
"name": "@urql/exchange-populate", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "An exchange that automaticcally populates the mutation selection body", | ||
@@ -51,10 +51,10 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@urql/core": ">=1.10.4", | ||
"@urql/core": ">=1.10.8", | ||
"wonka": "^4.0.9" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
}, | ||
"devDependencies": { | ||
"graphql": "^14.5.8", | ||
"graphql": "^15.0.0", | ||
"graphql-tag": "^2.10.1" | ||
@@ -61,0 +61,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84024
0
429
+ Addedgraphql@15.9.0(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updated@urql/core@>=1.10.8