make-mp-data 1.3.2 → 1.3.3

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 +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -77,7 +77,6 @@ async function main(config) {
77
77
  numEvents,
78
78
  numUsers,
79
79
  numDays,
80
- events,
81
80
  anonIds,
82
81
  sessionIds,
83
82
  format,
@@ -257,7 +256,6 @@ async function main(config) {
257
256
  numEvents,
258
257
  numUsers,
259
258
  numDays,
260
- events,
261
259
  anonIds,
262
260
  sessionIds,
263
261
  format,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-mp-data",
3
- "version": "1.3.02",
3
+ "version": "1.3.03",
4
4
  "description": "builds all mixpanel primitives for a given project",
5
5
  "main": "index.js",
6
6
  "types": "types.d.ts",