@theconcurrent/query
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -83,3 +83,3 @@ import type { DocumentNode } from 'graphql'; | ||
}; | ||
type ResourceActionField = FieldCommon & { | ||
export type ResourceActionField = FieldCommon & { | ||
label: string; | ||
@@ -86,0 +86,0 @@ possibleTypes: Array<{ |
{ | ||
"name": "@theconcurrent/query", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "./dist/index.umd.js", | ||
@@ -27,3 +27,3 @@ "module": "./dist/index.es.js", | ||
"dependencies": { | ||
"@theconcurrent/utility": "0.0.25" | ||
"@theconcurrent/utility": "0.0.26" | ||
}, | ||
@@ -33,3 +33,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "ee18af36373b818c8918ddb36c5bcf81cb61df16" | ||
"gitHead": "078240472ccbed8702e0f88aa9f1be194969789b" | ||
} |
Sorry, the diff of this file is not supported yet
116756
+ Added@theconcurrent/utility@0.0.26(transitive)
- Removed@theconcurrent/utility@0.0.25(transitive)