@re-ai/free-api
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -23,3 +23,3 @@ "use strict"; | ||
const url = `${this.host || ""}${params.url}`; | ||
Logger_1.Logger.debug("free api url:", url); | ||
Logger_1.Logger.debug("free api url:", url, headers, params.data); | ||
const response = await fetch(url, { | ||
@@ -26,0 +26,0 @@ method: params.method, |
{ | ||
"name": "@re-ai/free-api", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -33,3 +33,3 @@ | ||
const url = `${this.host || ""}${params.url}` | ||
Logger.debug("free api url:", url) | ||
Logger.debug("free api url:", url, headers, params.data) | ||
const response = await fetch(url, { | ||
@@ -36,0 +36,0 @@ method: params.method, |
54027