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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 = null;
321
+ let writeDir = './';
322
322
  if (config.writeToDisk) writeDir = mkdir('./data');
323
323
 
324
324
  const writePaths = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-mp-data",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "builds all mixpanel primitives for a given project",
5
5
  "main": "index.js",
6
6
  "scripts": {