@redocly/openapi-core
Advanced tools
Comparing version 1.31.2 to 1.31.3
# @redocly/openapi-core | ||
## 1.31.3 | ||
### Patch Changes | ||
- Changed validation to ensure both (1.0.0 or 1.0.1) Arazzo version works with Respect. | ||
## 1.31.2 | ||
@@ -4,0 +10,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
report({ | ||
message: `Only ${supportedVersions} Arazzo ${(0, utils_1.pluralize)('version is', arazzo_1.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length)} supported by Respect.`, | ||
message: `Only ${supportedVersions} Arazzo ${(0, utils_1.pluralize)('version is', arazzo_1.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length)} fully supported by Respect.`, | ||
location: location.child('arazzo'), | ||
@@ -16,0 +16,0 @@ }); |
{ | ||
"name": "@redocly/openapi-core", | ||
"version": "1.31.2", | ||
"version": "1.31.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -84,3 +84,3 @@ import { outdent } from 'outdent'; | ||
], | ||
"message": "Only 1.0.1 Arazzo version is supported by Respect.", | ||
"message": "Only 1.0.1 Arazzo version is fully supported by Respect.", | ||
"ruleId": "respect-supported-versions", | ||
@@ -87,0 +87,0 @@ "severity": "error", |
@@ -17,3 +17,3 @@ import { ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT } from '../../typings/arazzo'; | ||
ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length | ||
)} supported by Respect.`, | ||
)} fully supported by Respect.`, | ||
location: location.child('arazzo'), | ||
@@ -20,0 +20,0 @@ }); |
Sorry, the diff of this file is not supported yet
3118244
212
32
77