@bbc/consumer-contracts
Advanced tools
Comparing version 4.3.1 to 4.3.2
import { Contract } from "./contract"; | ||
import { ValidationResultWithContext } from "./formatter"; | ||
// this helps to deal with asynchronous dns processing. | ||
// see: https://stackoverflow.com/questions/24320578/node-js-get-request-etimedout-esockettimedout | ||
process.env.UV_THREADPOOL_SIZE = '64'; | ||
/** | ||
@@ -5,0 +9,0 @@ * Validates all of the contracts. |
{ | ||
"name": "@bbc/consumer-contracts", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Consumer driven contracts for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
90436
1883