Skip to content

Commit

Permalink
fix(resolver): fix bug in detecting cycles for OpenAPI 3.1.0 (#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Apr 3, 2023
1 parent 4ca77b5 commit c8c668a
Show file tree
Hide file tree
Showing 9 changed files with 409 additions and 135 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.20.13",
"@swagger-api/apidom-core": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-reference": ">=0.69.1 <1.0.0",
"@swagger-api/apidom-core": ">=0.69.2 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.69.2 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.69.2 <1.0.0",
"@swagger-api/apidom-reference": ">=0.69.2 <1.0.0",
"cookie": "~0.5.0",
"cross-fetch": "^3.1.5",
"deepmerge": "~4.3.0",
Expand Down
Loading

0 comments on commit c8c668a

Please sign in to comment.