Comparing version 1.6.3 to 1.7.0
@@ -47,3 +47,4 @@ "use strict"; | ||
.replace('<% api %>', api) | ||
.replace('<% baseURL %>', baseURL); | ||
.replace('<% baseURL %>', baseURL) | ||
.replace(/\n([a-z])/g, '\n// prettier-ignore\n$1'); | ||
return { text: text, filePath: path_1.default.posix.join(tree.path, '$api.ts') }; | ||
@@ -50,0 +51,0 @@ }; |
@@ -13,3 +13,3 @@ "use strict"; | ||
? indent + "/**" + (doc.length | ||
? "\n" + indent + " * " + doc.join("\n" + indent + " * ") | ||
? "\n" + indent + " * " + doc.join("\n" + indent + " * ").replace(/ \n/g, '\n') | ||
: '') + (propList.some(function (p) { var _a; return (_a = props === null || props === void 0 ? void 0 : props[p.type]) === null || _a === void 0 ? void 0 : _a.doc; }) ? '\n' : '') + propList | ||
@@ -16,0 +16,0 @@ .filter(function (p) { var _a; return (_a = props === null || props === void 0 ? void 0 : props[p.type]) === null || _a === void 0 ? void 0 : _a.doc; }) |
{ | ||
"name": "aspida", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"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
Sorry, the diff of this file is not supported yet
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
109987
1091