@metarouter/ajs-starter-kit 1.0.43 → 1.0.44

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
- "3b456b3bbb887fe7f2d513efdb6f0e7c"
1
+ "29d9b6b1fea8f49af8e771b7ba812d8f"
@@ -34,6 +34,10 @@
34
34
  {
35
35
  "date": "2022-05-18T00:00:00.000Z",
36
36
  "note": "Tune Down the batch size"
37
+ },
38
+ {
39
+ "date": "2022-09-01T00:00:00.000Z",
40
+ "note": "adding partner_id to global"
37
41
  }
38
42
  ]
39
43
  }
@@ -1 +1 @@
1
- "79a138cd399428cede534644b9e7ef50"
1
+ "67602e875ed17a63aadf78daa5490ac3"
@@ -6,6 +6,14 @@
6
6
  "exampleValue": "my-api-key"
7
7
  }
8
8
  ],
9
+ "global": {
10
+ "enrichments": [
11
+ {
12
+ "outputKey": "partner_id",
13
+ "staticString": "metarouter"
14
+ }
15
+ ]
16
+ },
9
17
  "eventSpecific": {
10
18
  "identify": {
11
19
  "enrichments": [
@@ -1 +1 @@
1
- "e5c3af010c18e1c5f58f83566ea8cdf5"
1
+ "859888e5f192ff8d5e639ad9d5286de4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {