@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 1.0.31 to 1.1.0
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Thu, 07 Mar 2024 13:08:07 GMT and should not be manually modified. | ||
This log was last generated on Mon, 25 Mar 2024 20:42:20 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.1.0 | ||
Mon, 25 Mar 2024 20:42:20 GMT | ||
### Minor changes | ||
- align generated types with relay-compiler >=15.0.0 (dragoshomner@microsoft.com) | ||
- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.5.0 | ||
## 1.0.31 | ||
Thu, 07 Mar 2024 13:08:07 GMT | ||
Thu, 07 Mar 2024 13:08:30 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -24,5 +24,5 @@ /** | ||
[key in K]: { | ||
" $fragmentRefs": unknown; | ||
" $fragmentSpreads": unknown; | ||
}; | ||
}>(...fragmentReferenceProps: K[]): (prevProps: ComparatorParam, nextProps: ComparatorParam) => boolean; | ||
//# sourceMappingURL=shallowCompareFragmentReferences.d.ts.map |
@@ -30,6 +30,6 @@ import type { DocumentNode } from "graphql"; | ||
export interface _RefType<Ref extends string> { | ||
" $refType": Ref; | ||
" $fragmentType": Ref; | ||
} | ||
export interface _FragmentRefs<Refs extends string> { | ||
" $fragmentRefs": FragmentRefs<Refs>; | ||
" $fragmentSpreads": FragmentRefs<Refs>; | ||
} | ||
@@ -46,3 +46,3 @@ export type FragmentRefs<Refs extends string> = { | ||
" $data"?: TData; | ||
" $fragmentRefs": FragmentReference; | ||
" $fragmentSpreads": FragmentReference; | ||
}>; | ||
@@ -49,0 +49,0 @@ export type KeyTypeData<TKey extends KeyType<TData>, TData = unknown> = Required<TKey>[" $data"]; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.31", | ||
"version": "1.1.0", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"react": "^17.0.2", | ||
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.4.1", | ||
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.5.0", | ||
"ts-expect": "^1.3.0" | ||
@@ -37,0 +37,0 @@ }, |
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
296368