Skip to content

Commit cefc5e4

Browse files
authored
fix: bump ois to v2.2.1 (#1893)
1 parent 1da6263 commit cefc5e4

37 files changed

Lines changed: 55 additions & 47 deletions

File tree

.changeset/serious-insects-talk.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@api3/airnode-validator': patch
3+
'@api3/airnode-deployer': patch
4+
'@api3/airnode-adapter': patch
5+
'@api3/airnode-node': patch
6+
---
7+
8+
Bump ois to v2.2.1

packages/airnode-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:watch": "yarn test:ts --watch"
2020
},
2121
"dependencies": {
22-
"@api3/ois": "2.2.0",
22+
"@api3/ois": "2.2.1",
2323
"@api3/promise-utils": "^0.4.0",
2424
"axios": "^1.5.0",
2525
"bignumber.js": "^9.1.2",

packages/airnode-adapter/test/fixtures/ois.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { OIS } from '@api3/ois';
22

33
export function buildOIS(overrides?: Partial<OIS>): OIS {
44
return {
5-
oisFormat: '2.2.0',
5+
oisFormat: '2.2.1',
66
version: '1.2.3',
77
title: 'Currency Converter API',
88
apiSpecifications: {

packages/airnode-deployer/config/config.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"templates": [],
9595
"ois": [
9696
{
97-
"oisFormat": "2.2.0",
97+
"oisFormat": "2.2.1",
9898
"title": "CoinGecko basic request",
9999
"version": "1.0.0",
100100
"apiSpecifications": {

packages/airnode-deployer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lodash": "^4.17.21",
4444
"ora": "^5.4.1",
4545
"yargs": "^17.7.2",
46-
"zod": "^3.22.2"
46+
"zod": "^3.22.3"
4747
},
4848
"devDependencies": {
4949
"@aws-sdk/util-stream-node": "^3.370.0",

packages/airnode-deployer/test/fixtures/config.aws.valid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"templates": [],
9696
"ois": [
9797
{
98-
"oisFormat": "2.2.0",
98+
"oisFormat": "2.2.1",
9999
"title": "CoinGecko basic request",
100100
"version": "1.0.0",
101101
"apiSpecifications": {

packages/airnode-deployer/test/fixtures/config.gcp.valid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"templates": [],
9494
"ois": [
9595
{
96-
"oisFormat": "2.2.0",
96+
"oisFormat": "2.2.1",
9797
"title": "CoinGecko basic request",
9898
"version": "1.0.0",
9999
"apiSpecifications": {

packages/airnode-examples/integrations/authenticated-coinmarketcap/config.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"templates": [],
8484
"ois": [
8585
{
86-
"oisFormat": "2.2.0",
86+
"oisFormat": "2.2.1",
8787
"title": "CoinMarketCap Basic Authenticated Request",
8888
"version": "1.0.0",
8989
"apiSpecifications": {

packages/airnode-examples/integrations/authenticated-coinmarketcap/create-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const createConfig = async (generateExampleFile: boolean): Promise<Config> => ({
9090
templates: [],
9191
ois: [
9292
{
93-
oisFormat: '2.2.0',
93+
oisFormat: '2.2.1',
9494
title: 'CoinMarketCap Basic Authenticated Request',
9595
version: '1.0.0',
9696
apiSpecifications: {

packages/airnode-examples/integrations/coingecko-cross-chain-authorizer/config.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"templates": [],
112112
"ois": [
113113
{
114-
"oisFormat": "2.2.0",
114+
"oisFormat": "2.2.1",
115115
"title": "CoinGecko basic request",
116116
"version": "1.0.0",
117117
"apiSpecifications": {

0 commit comments

Comments
 (0)