@walkeros/server-destination-criteo 4.0.1 → 4.0.2

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,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-criteo",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -127,7 +127,7 @@
127
127
  "consent": {
128
128
  "functional": true
129
129
  },
130
- "id": "8bbe449fa0af343b",
130
+ "id": "f9217f3e124d2bc8",
131
131
  "trigger": "click",
132
132
  "entity": "product",
133
133
  "action": "add",
@@ -213,7 +213,7 @@
213
213
  "consent": {
214
214
  "functional": true
215
215
  },
216
- "id": "d1878ad9b56b85ab",
216
+ "id": "0528e3a5bace2814",
217
217
  "trigger": "load",
218
218
  "entity": "page",
219
219
  "action": "view",
@@ -276,7 +276,7 @@
276
276
  "consent": {
277
277
  "functional": true
278
278
  },
279
- "id": "79466fdcef6696a8",
279
+ "id": "117054a20fd755e5",
280
280
  "trigger": "load",
281
281
  "entity": "order",
282
282
  "action": "complete",
@@ -360,7 +360,7 @@
360
360
  "consent": {
361
361
  "functional": true
362
362
  },
363
- "id": "bc17a34fe97b1726",
363
+ "id": "547fa5244077ab2b",
364
364
  "trigger": "load",
365
365
  "entity": "product",
366
366
  "action": "view",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-criteo",
3
3
  "description": "Criteo Events API server destination for walkerOS",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -34,11 +34,11 @@
34
34
  "update": "npx npm-check-updates -u && npm update"
35
35
  },
36
36
  "dependencies": {
37
- "@walkeros/core": "4.0.1",
38
- "@walkeros/server-core": "4.0.1"
37
+ "@walkeros/core": "4.0.2",
38
+ "@walkeros/server-core": "4.0.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "4.0.1"
41
+ "@walkeros/collector": "4.0.2"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",