@theconcurrent/resource
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/resource", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "./dist/index.umd.js", | ||
@@ -27,14 +27,14 @@ "module": "./dist/index.es.js", | ||
"dependencies": { | ||
"@theconcurrent/query": "0.0.25", | ||
"@theconcurrent/simplified-entity": "0.0.25", | ||
"@theconcurrent/utility": "0.0.25", | ||
"@theconcurrent/query": "0.0.26", | ||
"@theconcurrent/simplified-entity": "0.0.26", | ||
"@theconcurrent/utility": "0.0.26", | ||
"graphql": "16.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@theconcurrent/query": "0.0.25", | ||
"@theconcurrent/simplified-entity": "0.0.25", | ||
"@theconcurrent/utility": "0.0.25", | ||
"@theconcurrent/query": "0.0.26", | ||
"@theconcurrent/simplified-entity": "0.0.26", | ||
"@theconcurrent/utility": "0.0.26", | ||
"graphql": "16.0.1" | ||
}, | ||
"gitHead": "ee18af36373b818c8918ddb36c5bcf81cb61df16" | ||
"gitHead": "078240472ccbed8702e0f88aa9f1be194969789b" | ||
} |
Sorry, the diff of this file is not supported yet
227422
+ Added@theconcurrent/query@0.0.26(transitive)
+ Added@theconcurrent/simplified-entity@0.0.26(transitive)
+ Added@theconcurrent/utility@0.0.26(transitive)
- Removed@theconcurrent/query@0.0.25(transitive)
- Removed@theconcurrent/simplified-entity@0.0.25(transitive)
- Removed@theconcurrent/utility@0.0.25(transitive)
Updated@theconcurrent/query@0.0.26