@chisel/typescript
Advanced tools
Comparing version 0.0.36 to 0.0.37
{ | ||
"name": "@chisel/typescript", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "Chisel Data Integration Platform TypeScript Essentials.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -146,2 +146,3 @@ export { Logger, Colors, MicrosetRef, DoneFunction } from '../shared'; | ||
responseType?: ResponseType; // Defaults to JSON | ||
filename?: string; | ||
bodyType?: BodyType; // Default to JSON | ||
@@ -148,0 +149,0 @@ headers?: { [key: string]: string }; |
20894
533