make-mp-data 1.1.11 → 1.1.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -255,7 +255,7 @@ async function main(config) {
255
255
  log(`\tdone\n`);
256
256
  } else {
257
257
  const ndjson = data.map((d) => JSON.stringify(d)).join("\n");
258
- await touch(path, ndjson, true);
258
+ await touch(path, ndjson, false);
259
259
  }
260
260
  }
261
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-mp-data",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "builds all mixpanel primitives for a given project",
5
5
  "main": "index.js",
6
6
  "types": "types.d.ts",