Skip to content

Commit

Permalink
feat(oas): augment auto sampling errors with error location info
Browse files Browse the repository at this point in the history
closes #103
  • Loading branch information
derevnjuk committed Jan 28, 2022
1 parent 9343f17 commit 3fd7a46
Show file tree
Hide file tree
Showing 14 changed files with 1,096 additions and 189 deletions.
65 changes: 6 additions & 59 deletions packages/oas/package-lock.json

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

2 changes: 2 additions & 0 deletions packages/oas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@har-sdk/core": "*",
"@har-sdk/openapi-sampler": "*",
"json-pointer": "^0.6.1",
"jstoxml": "^2.1.0",
"qs": "^6.10.1",
"tslib": "~2.2.0",
"url-template": "^2.0.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.2",
"@types/json-pointer": "^1.0.31",
"@types/jstoxml": "^2.0.1",
"@types/qs": "^6.9.7",
"@types/url-template": "^2.0.28",
Expand Down
Loading

0 comments on commit 3fd7a46

Please sign in to comment.