Skip to content

Commit 4077213

Browse files
authored
fix: pin @openapi-contrib/openapi-schema-to-json-schema version to ~3.2.0 to resolve ESM issues (#164)
Co-authored-by: Harshith Keni <harshith.keni@ravenind.com>
1 parent 095c283 commit 4077213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/asyncapi/openapi-schema-parser#readme",
3333
"dependencies": {
34-
"@openapi-contrib/openapi-schema-to-json-schema": "^3.0.0"
34+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0"
3535
},
3636
"devDependencies": {
3737
"@asyncapi/parser": "^1.15.1",

test/parse_test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)