Comparing version 0.0.3 to 0.0.4
@@ -89,3 +89,3 @@ (function (factory) { | ||
async request(path, method, body) { | ||
let headers = this.headers; | ||
let headers = { ...this.headers }; | ||
if (body instanceof form_data_1.default) { | ||
@@ -92,0 +92,0 @@ delete headers['content-type']; |
{ | ||
"name": "openai", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Tiny OpenAI API wrapper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
12565
7