rubik-pact
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -75,3 +75,3 @@ const { Kubik } = require('rubik-main'); | ||
let method = method || 'POST' | ||
method = method || 'POST'; | ||
if (body instanceof FormData) { | ||
@@ -78,0 +78,0 @@ Object.assign(headers, body.getHeaders()); |
{ | ||
"name": "rubik-pact", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Pact Bot Api kubik for the Rubik application system", | ||
@@ -5,0 +5,0 @@ "main": "classes/Pact.js", |
20716