@ibm-cloud/openapi-ruleset-utilities
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -0,1 +1,8 @@ | ||
# @ibm-cloud/openapi-ruleset-utilities [1.5.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.4.0...@ibm-cloud/openapi-ruleset-utilities@1.5.0) (2024-11-15) | ||
### Features | ||
* add utility for checking composite schemas with a looser constraint ([8ae0e07](https://github.com/IBM/openapi-validator/commit/8ae0e07c6a5377bd0c5f94d01a5d8a8c6d6202e7)) | ||
# @ibm-cloud/openapi-ruleset-utilities [1.4.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.3.2...@ibm-cloud/openapi-ruleset-utilities@1.4.0) (2024-09-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ibm-cloud/openapi-ruleset-utilities", | ||
"description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"license": "Apache-2.0", | ||
@@ -23,3 +23,3 @@ "private": false, | ||
"devDependencies": { | ||
"@stoplight/spectral-core": "^1.19.1", | ||
"@stoplight/spectral-core": "^1.19.2", | ||
"jest": "^27.4.5" | ||
@@ -26,0 +26,0 @@ }, |
/** | ||
* Copyright 2017 - 2023 IBM Corporation. | ||
* Copyright 2017 - 2024 IBM Corporation. | ||
* SPDX-License-Identifier: Apache2.0 | ||
@@ -12,2 +12,3 @@ */ | ||
schemaHasProperty: require('./schema-has-property'), | ||
schemaLooselyHasConstraint: require('./schema-loosely-has-constraint'), | ||
schemaRequiresProperty: require('./schema-requires-property'), | ||
@@ -14,0 +15,0 @@ validateComposedSchemas: require('./validate-composed-schemas'), |
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
124166
46
3513