@metarouter/ajs-starter-kit 1.0.75 → 1.0.77

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
- "eb4c895034cb47ad096a947b459f9ec0"
1
+ "ce536a6703ee0c1fb97f8eb001693ebf"
@@ -18,7 +18,7 @@
18
18
  "password": "$$PASSWORD$$",
19
19
  "username": "$$USERNAME$$"
20
20
  },
21
- "endpoint": "https://push.actioniq.com/v1/streams/$$ENDPOINT_IDENTIFIER$$_track",
21
+ "endpoint": "https://push.actioniq.com/v2/streams/$$ENDPOINT_IDENTIFIER$$_track",
22
22
  "headers": [
23
23
  {
24
24
  "key": "Content-Type",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "eventSpecific": {
36
36
  "identify": {
37
- "endpoint": "https://push.actioniq.com/v1/streams/$$ENDPOINT_IDENTIFIER$$_identify",
37
+ "endpoint": "https://push.actioniq.com/v2/streams/$$ENDPOINT_IDENTIFIER$$_identify",
38
38
  "basicAuth": {
39
39
  "password": "$$PASSWORD$$",
40
40
  "username": "$$USERNAME$$"
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "page": {
56
- "endpoint": "https://push.actioniq.com/v1/streams/$$ENDPOINT_IDENTIFIER$$_page",
56
+ "endpoint": "https://push.actioniq.com/v2/streams/$$ENDPOINT_IDENTIFIER$$_page",
57
57
  "basicAuth": {
58
58
  "password": "$$PASSWORD$$",
59
59
  "username": "$$USERNAME$$"
@@ -1 +1 @@
1
- "3c438ef311690dbc4757b07d2399312a"
1
+ "703e59e95bed736d98a46275bbfae523"
@@ -35,6 +35,10 @@
35
35
  {
36
36
  "date": "2022-11-16T00:00:00.000Z",
37
37
  "note": "Add isBeta field"
38
+ },
39
+ {
40
+ "date": "2023-10-17T00:00:00.000Z",
41
+ "note": "Update API endpoint to v2"
38
42
  }
39
43
  ]
40
44
  }
@@ -1 +1 @@
1
- "b56c2663a25f8e97a22fa36df2f14a0c"
1
+ "6e9fc1f3596b2f65722e9de689815b55"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {