@stoplight/types
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -6,3 +6,3 @@ import { IDiagnostic } from './diagnostics'; | ||
export declare type JsonPath = Segment[]; | ||
export interface IParserResult<T = any, A extends object = object, L = unknown> extends IParserASTResult<T, A, L> { | ||
export interface IParserResult<T = any, A extends object = object, L = unknown, M = unknown> extends IParserASTResult<T, A, L, M> { | ||
diagnostics: IDiagnostic[]; | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@stoplight/types", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
28644