@metarouter/ajs-starter-kit 1.0.37 → 1.0.38

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.
@@ -1 +1 @@
1
- "92b4fd944be41a62e2ad46300c775456"
1
+ "d6a97c9fb257249f2d277c4880c7ebae"
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "default": {
9
9
  "endpoint": "https://api2.amplitude.com/batch",
10
- "batchSize": 1000,
10
+ "batchSize": 10,
11
11
  "transform": {
12
12
  "lang": "lua",
13
13
  "body": "request.body = { events = batch, api_key = '$$API_KEY$$' }\nreturn request"
@@ -1 +1 @@
1
- "662ccfc459443df8faa20f374eb754ca"
1
+ "385c95d2c5d208ad0ce3c2d8f073e320"
@@ -25,11 +25,15 @@
25
25
  },
26
26
  {
27
27
  "date": "2021-08-26T00:00:00.000Z",
28
- "note": "adds some context input"
28
+ "note": "Adds some context input"
29
29
  },
30
30
  {
31
31
  "date": "2021-11-19T00:00:00.000Z",
32
- "note": "uses batch endpoint"
32
+ "note": "Uses batch endpoint"
33
+ },
34
+ {
35
+ "date": "2022-05-18T00:00:00.000Z",
36
+ "note": "Tune Down the batch size"
33
37
  }
34
38
  ]
35
39
  }
@@ -1 +1 @@
1
- "ffc6ae809d69bb231effd6f805894565"
1
+ "d5ca02338956602b73bfef7503abb33e"
@@ -16,7 +16,7 @@
16
16
  "default": {
17
17
  "endpoint": "https://graph.facebook.com/$$API_VERSION$$/$$PIXEL_ID$$/events?access_token=$$ACCESS_TOKEN$$",
18
18
  "method": "POST",
19
- "batchSize": 1000,
19
+ "batchSize": 10,
20
20
  "transform": {
21
21
  "lang": "lua",
22
22
  "body": "request.body = { data = batch }\nreturn request"
@@ -1 +1 @@
1
- "bc571a996baa33a0232799ddf3db03db"
1
+ "4454a05ef6771f08fbdfa3cab67e86cb"
@@ -25,11 +25,15 @@
25
25
  },
26
26
  {
27
27
  "date": "2021-11-19T00:00:00.000Z",
28
- "note": "uses batch endpoint"
28
+ "note": "Uses batch endpoint"
29
29
  },
30
30
  {
31
31
  "date": "2022-02-18T00:00:00.000Z",
32
- "note": "updated from v12.0 to v13.0"
32
+ "note": "Updated from v12.0 to v13.0"
33
+ },
34
+ {
35
+ "date": "2022-05-18T00:00:00.000Z",
36
+ "note": "Tune Down the batch size"
33
37
  }
34
38
  ]
35
39
  }
@@ -1 +1 @@
1
- "212997f22690a4e5206f15e1a5c5b242"
1
+ "5119bda1879448fa80660bd228a12d9d"
@@ -30,7 +30,7 @@
30
30
  }
31
31
  ],
32
32
  "method": "POST",
33
- "batchSize": 1000,
33
+ "batchSize": 10,
34
34
  "transform": {
35
35
  "lang": "lua",
36
36
  "body": "request.body = batch\nreturn request"
@@ -1 +1 @@
1
- "59e919b7e943ee362c17bd64d59c2aaa"
1
+ "eb79dcce8230e965a2b1ac42cfde1f73"
@@ -14,6 +14,10 @@
14
14
  {
15
15
  "date": "2022-03-23T00:00:00.000Z",
16
16
  "note": "Mixpanel initial release."
17
+ },
18
+ {
19
+ "date": "2022-05-18T00:00:00.000Z",
20
+ "note": "Tune Down the batch size"
17
21
  }
18
22
  ]
19
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {