Skip to content

Commit

Permalink
Version Packages (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 26, 2024
1 parent 6dde8b2 commit 6f862b0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 31 deletions.
8 changes: 0 additions & 8 deletions .changeset/tasty-spoons-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/open-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @interledger/open-payments

## 6.8.1

### Patch Changes

- Updated dependencies [6dde8b2]
- @interledger/openapi@2.0.0

## 6.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/open-payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/open-payments",
"version": "6.8.0",
"version": "6.8.1",
"description": "Tools for interacting with the Open Payments API",
"author": "Interledger Tech Team <tech@interledger.org>",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@interledger/http-signature-utils": "workspace:2.0.2",
"@interledger/openapi": "workspace:1.2.1",
"@interledger/openapi": "workspace:2.0.0",
"axios": "^1.6.0",
"base64url": "^3.0.1",
"http-message-signatures": "^0.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @interledger/openapi

## 2.0.0

### Major Changes

- 6dde8b2: Changes to the `createValidatorMiddleware` behaviour:

- The middleware now throws a `OpenAPIValidatorMiddlewareError` instead of directly using Koa's `ctx.throw` function. This error class has `message` and `status` properties that describe the exact validation error as well as the status code that should be thrown.
- The middleware now takes in an optional `validationOptions` argument that determines whether to validate just the request, the response or both. By default, both are validated, and the middleware no longer uses `process.env.NODE_ENV` to determine whether to validate the response or not.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/openapi",
"version": "1.2.1",
"version": "2.0.0",
"description": "Validates requests and responses according to an OpenAPI 3.1 schema",
"author": "Interledger Tech Team <tech@interledger.org>",
"repository": {
Expand Down
38 changes: 18 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 6f862b0

Please sign in to comment.