Comparing version 1.0.15 to 1.0.16
@@ -213,2 +213,3 @@ const fetch = require('node-fetch'); | ||
let responseFired = false; | ||
options.xhr = true; | ||
return this[_requestInstance].send(this, options) | ||
@@ -215,0 +216,0 @@ .then((response) => { |
@@ -255,2 +255,3 @@ const fetch = require('node-fetch'); | ||
let responseFired = false; | ||
options.xhr = true; | ||
return this[_requestInstance].send(this, options) | ||
@@ -257,0 +258,0 @@ .then((response) => { |
{ | ||
"name": "wapp-api", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Helper functions to speed up wapp development process.", | ||
@@ -5,0 +5,0 @@ "main": "wappsto/index.js", |
Sorry, the diff of this file is too big to display
379776
10793