@openapi-contrib/json-schema-to-openapi-schema
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@openapi-contrib/json-schema-to-openapi-schema", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Converts a JSON Schema to OpenAPI Schema Object", | ||
@@ -28,3 +28,3 @@ "bin": "bin/json-schema-to-openapi-schema.js", | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^11.1.0", | ||
"@apidevtools/json-schema-ref-parser": "^11.6.2", | ||
"json-schema-walker": "^2.0.0", | ||
@@ -35,15 +35,15 @@ "openapi-types": "^12.1.3", | ||
"devDependencies": { | ||
"@eslint/compat": "^1.0.3", | ||
"@types/json-schema": "^7.0.15", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"c8": "^8.0.1", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"nock": "^13.3.8", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"c8": "^9.1.0", | ||
"eslint": "^9.4.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-unused-imports": "^4.0.0", | ||
"nock": "^13.5.4", | ||
"prettier": "^3.3.0", | ||
"rimraf": "^5.0.7", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.11.0", | ||
"vitest": "^1.6.0" | ||
}, | ||
@@ -54,3 +54,3 @@ "prettier": { | ||
}, | ||
"packageManager": "yarn@4.0.1" | ||
"packageManager": "yarn@4.2.2" | ||
} |
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
31421