Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thim81/spec-driven-openapi-contract-performance-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ae01d1d97217cc28bf58086b21739eb83004aca6
Choose a base ref
..
head repository: thim81/spec-driven-openapi-contract-performance-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73a03eb544c702c60b11d6e3146f594a8862e354
Choose a head ref
Showing with 37 additions and 33 deletions.
  1. +12 −8 restapi-server/package-lock.json
  2. +1 −1 restapi-server/package.json
  3. +23 −23 validate-openapi/package-lock.json
  4. +1 −1 validate-openapi/package.json
20 changes: 12 additions & 8 deletions restapi-server/package-lock.json

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

2 changes: 1 addition & 1 deletion restapi-server/package.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,6 @@
"dependencies": {
"@prisma/client": "^5.22.0",
"@prisma/internals": "^5.22.0",
"express": "^4.21.1"
"express": "^4.21.2"
}
}
46 changes: 23 additions & 23 deletions validate-openapi/package-lock.json

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

2 changes: 1 addition & 1 deletion validate-openapi/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@stoplight/spectral-cli": "^6.14.2",
"@redocly/cli": "^1.27.0",
"@redocly/cli": "^1.27.2",
"openapi-examples-validator": "^6.0.1"
}
}