@tipe/databox-loader
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "@tipe/databox-loader", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Tipe Databox Loader for talking with Databox", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -51,4 +51,4 @@ const fetch = require('node-fetch') | ||
function databoxFetch(url, model, action, body) { | ||
const task = { model, action, body } | ||
function databoxFetch(url, model, action, body, methods = []) { | ||
const task = { model, action, body: {query: body, methods} } | ||
const deferred = defer() | ||
@@ -55,0 +55,0 @@ if (exports._batching) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105061