@theconcurrent/utility
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/utility", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "./dist/index.umd.js", | ||
@@ -29,3 +29,3 @@ "module": "./dist/index.es.js", | ||
}, | ||
"gitHead": "edc2f07feddfca9478ea70513b4129230e815ab0" | ||
"gitHead": "8bba0da91e098154ee722a9bef4132caecd8fbdd" | ||
} |
Sorry, the diff of this file is not supported yet
62842
447