Skip to content

Commit

Permalink
chore: fixing dependencies & docs (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Jun 20, 2023
1 parent d54d465 commit 0b94331
Show file tree
Hide file tree
Showing 5 changed files with 1,160 additions and 1,158 deletions.
6 changes: 6 additions & 0 deletions .changeset/angry-avocados-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@interledger/open-payments': patch
'@interledger/openapi': patch
---

Fixing dependencies & docs
2 changes: 1 addition & 1 deletion packages/open-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ and creates an `IncomingPayment` using the access token from the grant:
```ts
const incomingPayment = await client.incomingPayment.create(
{
paymentPointer: shoeShopPaymentPointer.authServer,
paymentPointer: shoeShopPaymentPointer.id,
accessToken: incomingPaymentGrant.access_token.value
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/open-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"devDependencies": {
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.0",
"base64url": "^3.0.1",
"nock": "^13.3.0",
"openapi-typescript": "^4.5.0",
"typescript": "^4.9.5"
Expand All @@ -40,6 +39,7 @@
"@interledger/http-signature-utils": "workspace:1.0.3",
"@interledger/openapi": "workspace:1.0.2",
"axios": "^1.3.4",
"base64url": "^3.0.1",
"http-message-signatures": "^0.1.2",
"pino": "^8.11.0",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"koa": "^2.14.1",
"openapi-default-setter": "^12.1.0",
"openapi-request-coercer": "^12.1.0",
"openapi-request-validator": "^12.1.0",
Expand All @@ -37,7 +38,6 @@
"@types/jest": "^29.4.4",
"@types/koa": "2.13.5",
"@types/uuid": "^9.0.0",
"koa": "^2.14.1",
"node-mocks-http": "^1.12.2",
"typescript": "^4.9.5",
"uuid": "^9.0.0"
Expand Down
Loading

0 comments on commit 0b94331

Please sign in to comment.