@theconcurrent/simplified-entity
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import type { DocumentNode } from 'graphql'; | ||
@@ -116,3 +115,2 @@ type Description = string | undefined; | ||
queries: Array<RawQuery>; | ||
component?: (props: any) => JSX.Element; | ||
responseDataPath: { | ||
@@ -127,3 +125,2 @@ data: string; | ||
queries: Array<RawQuery>; | ||
component?: (props: any) => JSX.Element; | ||
responseDataPath: { | ||
@@ -138,3 +135,2 @@ data: string; | ||
queries: Array<RawQuery>; | ||
component?: (props: any) => JSX.Element; | ||
responseDataPath: { | ||
@@ -152,3 +148,2 @@ data: string; | ||
queries: Array<RawQuery>; | ||
component?: (props: any) => JSX.Element; | ||
responseDataPath: { | ||
@@ -155,0 +150,0 @@ data: string; |
{ | ||
"name": "@theconcurrent/simplified-entity", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"main": "./dist/index.umd.js", | ||
@@ -32,3 +32,3 @@ "module": "./dist/index.es.js", | ||
}, | ||
"gitHead": "4e04af73d3dfd9447118398d97ede00237e6bc48" | ||
"gitHead": "ae6d0257ef1fa7a5f55dfcf6d862886e80517fe5" | ||
} |
Sorry, the diff of this file is not supported yet
116455
770