@seriousme/openapi-schema-validator
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,8 @@ # Changelog | ||
## [v2.1.2] 27-09-2023 | ||
### Changed | ||
- fix: added addSpecRef() to index.d.ts | ||
- Updated dependencies | ||
- @biomejs/biome ^1.1.2 → ^1.2.2 | ||
## [v2.1.1] 13-09-2023 | ||
@@ -8,0 +14,0 @@ ### Changed |
@@ -12,4 +12,5 @@ import { ErrorObject, Options } from "ajv"; | ||
}>; | ||
addSpecRef(schema: object | string, uri: string): void; | ||
specification: object; | ||
version: string; | ||
} |
{ | ||
"name": "@seriousme/openapi-schema-validator", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Validate OpenApi specifications against their JSON schema", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.1.2", | ||
"@biomejs/biome": "^1.2.2", | ||
"c8": "^8.0.1" | ||
@@ -41,0 +41,0 @@ }, |
@@ -91,3 +91,3 @@ # OpenAPI schema validator | ||
- [`<instance>.resolveRefs(options)`](#resolveRefs) | ||
- [`<instance>.addSpecRef(uri, subSpecification)`](#addSpecRef) | ||
- [`<instance>.addSpecRef(subSpecification, uri)`](#addSpecRef) | ||
- [`Validator.supportedVersions`](#supportedVersions) | ||
@@ -94,0 +94,0 @@ |
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
285728
8703