@theconcurrent/query
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -113,4 +113,6 @@ import type { DocumentNode } from 'graphql'; | ||
name: string; | ||
label: string; | ||
resource: string; | ||
target: string; | ||
target?: string; | ||
source?: string; | ||
isCollection: boolean; | ||
@@ -117,0 +119,0 @@ }; |
{ | ||
"name": "@theconcurrent/query", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "./dist/index.umd.js", | ||
@@ -27,3 +27,3 @@ "module": "./dist/index.es.js", | ||
"dependencies": { | ||
"@theconcurrent/utility": "0.0.27" | ||
"@theconcurrent/utility": "0.0.28" | ||
}, | ||
@@ -33,3 +33,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "edc2f07feddfca9478ea70513b4129230e815ab0" | ||
"gitHead": "8bba0da91e098154ee722a9bef4132caecd8fbdd" | ||
} |
Sorry, the diff of this file is not supported yet
116956
687
+ Added@theconcurrent/utility@0.0.28(transitive)
- Removed@theconcurrent/utility@0.0.27(transitive)