fix(core): update

This commit is contained in:
2021-11-22 10:24:09 +01:00
parent 762305f29c
commit 692be04ed4
5 changed files with 83 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ export { smartexpress, smartpromise };
// third party
import * as openapiTypes from 'openapi-types';
import swaggerParser from '@apidevtools/swagger-parser';
import matcher from 'matcher';
import nodeFetch from 'node-fetch';
export { openapiTypes, swaggerParser, nodeFetch };
export { openapiTypes, matcher, nodeFetch, swaggerParser, };