@takeshape/util
Advanced tools
Comparing version 7.217.0 to 7.219.0
export declare type ResolverArgs = Record<string, any>; | ||
export interface TraceDetails { | ||
id?: string; | ||
args: ResolverArgs; | ||
@@ -11,2 +12,3 @@ fieldName: string; | ||
export interface ComposeStep { | ||
id?: string; | ||
name?: string; | ||
@@ -18,2 +20,3 @@ args?: ResolverArgs; | ||
export interface Report { | ||
id?: string; | ||
args?: ResolverArgs; | ||
@@ -20,0 +23,0 @@ duration?: number; |
{ | ||
"name": "@takeshape/util", | ||
"version": "7.217.0", | ||
"version": "7.219.0", | ||
"description": "Shared utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.takeshape.io", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34543
726