Skip to content

Commit

Permalink
chore(deps): update node.js to >=18.20.5 (#392)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to >=18.20.5

* Fix docs links

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <[email protected]>
  • Loading branch information
renovate[bot] and Siegrift authored Nov 19, 2024
1 parent e9506a6 commit b313ac1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signed-api",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"repository": {
"type": "git",
Expand Down
15 changes: 8 additions & 7 deletions packages/airnode-feed/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The ID of the endpoint to which the template request is made.
##### `parameters`

The parameters of the template request. Refer to
[Airnode ABI](https://dapi-docs.api3.org/reference/airnode/latest/specifications/airnode-abi.html) specification for
[Airnode ABI](https://airnode-docs.api3.org/reference/airnode/latest/specifications/airnode-abi.html) specification for
details.

##### `parameters[n]`
Expand All @@ -133,7 +133,7 @@ Defines one of the parameters of the template request.
`type`

Refer to
[Airnode ABI available types](https://dapi-docs.api3.org/reference/airnode/latest/specifications/airnode-abi.html#details).
[Airnode ABI available types](https://airnode-docs.api3.org/reference/airnode/latest/specifications/airnode-abi.html#details).

`name`

Expand Down Expand Up @@ -207,9 +207,10 @@ pushes it to all Signed APIs defined in the configuration file.

Airnode feed only makes a single template request independently of the number of template IDs specified. This is to
reduce the number of data provider calls. This implies that all of the templates in the trigger must use the same
endpoint and parameters. You can use [OIS processing](https://dapi-docs.api3.org/reference/ois/latest/processing.html)
to remove the parameters before making the request (using pre-processing) and later get the corresponding template value
based on the endpoint parameters (using-processing).
endpoint and parameters. You can use
[OIS processing](https://airnode-docs.api3.org/reference/ois/latest/processing.html) to remove the parameters before
making the request (using pre-processing) and later get the corresponding template value based on the endpoint
parameters (using-processing).

##### `templateIds`

Expand Down Expand Up @@ -261,12 +262,12 @@ Configuration for the OISes.

#### `ois[n]`

Refer to the [OIS documentation](https://dapi-docs.api3.org/reference/ois/latest/).
Refer to the [OIS documentation](https://airnode-docs.api3.org/reference/ois/latest/).

### `apiCredentials`

Refer to Airnode's
[API credentials](https://dapi-docs.api3.org/reference/airnode/latest/deployment-files/config-json.html#apicredentials).
[API credentials](https://airnode-docs.api3.org/reference/airnode/latest/deployment-files/config-json.html#apicredentials).

### `nodeSettings`

Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@api3/airnode-feed",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"version": "1.0.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"version": "1.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"scripts": {
"run-script": "ts-node --transpileOnly",
Expand Down
2 changes: 1 addition & 1 deletion packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@api3/signed-api",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"files": [
"dist",
Expand Down

0 comments on commit b313ac1

Please sign in to comment.