Skip to content

Commit a0b50a4

Browse files
authored
Update SDK Nestjs to latest version (#986)
* removed fields interceptor * updated sdk nestjs to latest version * updated sdk-nestjs version
1 parent af17f88 commit a0b50a4

3 files changed

Lines changed: 16 additions & 18 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@elrondnetwork/transaction-processor": "^0.1.26",
7878
"@golevelup/nestjs-rabbitmq": "^2.2.0",
7979
"@multiversx/sdk-data-api-client": "^0.4.4",
80-
"@multiversx/sdk-nestjs": "^0.4.2",
80+
"@multiversx/sdk-nestjs": "^0.4.13",
8181
"@nestjs/apollo": "^10.1.3",
8282
"@nestjs/common": "^9.1.4",
8383
"@nestjs/config": "^2.2.0",

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ async function configurePublicApp(publicApp: NestExpressApplication, apiConfigSe
221221
globalInterceptors.push(new LogRequestsInterceptor(httpAdapterHostService));
222222
}
223223

224-
// @ts-ignore
225-
globalInterceptors.push(new FieldsInterceptor());
226224
// @ts-ignore
227225
globalInterceptors.push(new ExtractInterceptor());
228226
// @ts-ignore

0 commit comments

Comments
 (0)