make-mp-data 1.0.12 → 1.0.13
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -318,7 +318,7 @@ function buildFileNames(config) {
|
|
|
318
318
|
const { format = "csv", groupKeys = [], lookupTables = [] } = config;
|
|
319
319
|
const extension = format === "csv" ? "csv" : "json";
|
|
320
320
|
const current = dayjs.utc().format("MM-DD-HH");
|
|
321
|
-
let writeDir =
|
|
321
|
+
let writeDir = './';
|
|
322
322
|
if (config.writeToDisk) writeDir = mkdir('./data');
|
|
323
323
|
|
|
324
324
|
const writePaths = {
|