Comparing version 0.21.2 to 0.21.3
@@ -97,3 +97,3 @@ "use strict"; | ||
}) | ||
.join(' | ') + ") =>\n" + indent + " `${prefix}${" + (path.startsWith('`') ? path.slice(3, -2) : path) + "}${option?.query ? `?${dataToURLString(option.query)}` : ''}`" | ||
.join(' | ') + ") =>\n" + indent + " `${prefix}${" + (path.startsWith('`') ? path.slice(3, -2) : path) + "}${option && option.query ? `?${dataToURLString(option.query)}` : ''}`" | ||
: indent + " $path: () => `${prefix}${" + (path.startsWith('`') ? path.slice(3, -2) : path) + "}`" | ||
@@ -100,0 +100,0 @@ ]).join(',\n'); |
{ | ||
"name": "aspida", | ||
"version": "0.21.2", | ||
"version": "0.21.3", | ||
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js", | ||
@@ -5,0 +5,0 @@ "author": "Solufa <solufa2020@gmail.com>", |
Sorry, the diff of this file is not supported yet
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
93357