-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement YAML parser adapter for JSON Schema 2020-12 #4676
base: main
Are you sure you want to change the base?
Conversation
packages/apidom-parser-adapter-json-schema-yaml-2020-12/test/adapter.ts
Outdated
Show resolved
Hide resolved
142d551
to
6e5e85a
Compare
@@ -0,0 +1,63 @@ | |||
{ | |||
"name": "@swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12", | |||
"version": "1.0.0-beta.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will go for beta.8 release, after JSON parser adapter
"version": "1.0.0-beta.7", | |
"version": "1.0.0-beta.8", |
"author": "Vladimir Gorej", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.20.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deps needs to be aligned as well after release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good here as well!
Can you please resolve conflicts and align with current 1.0.0-beta.9 ? THanks! |
Refs #1868