api2cli 0.3.11 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2227,7 +2227,8 @@ function replacePlaceholders(dir, vars) {
|
|
|
2227
2227
|
["{{APP_CLI}}", vars.appCli],
|
|
2228
2228
|
["{{BASE_URL}}", vars.baseUrl],
|
|
2229
2229
|
["{{AUTH_TYPE}}", vars.authType],
|
|
2230
|
-
["{{AUTH_HEADER}}", vars.authHeader]
|
|
2230
|
+
["{{AUTH_HEADER}}", vars.authHeader],
|
|
2231
|
+
["api2cli-template", vars.appCli]
|
|
2231
2232
|
];
|
|
2232
2233
|
walkFiles(dir, (filePath) => {
|
|
2233
2234
|
if (filePath.includes("node_modules"))
|