@walkeros/server-destination-criteo 3.4.1 → 3.4.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": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -136,7 +136,7 @@
136
136
  "group": "gr0up",
137
137
  "count": 1,
138
138
  "version": {
139
- "source": "3.4.1",
139
+ "source": "3.4.2",
140
140
  "tagging": 1
141
141
  },
142
142
  "source": {
@@ -235,7 +235,7 @@
235
235
  "group": "gr0up",
236
236
  "count": 1,
237
237
  "version": {
238
- "source": "3.4.1",
238
+ "source": "3.4.2",
239
239
  "tagging": 1
240
240
  },
241
241
  "source": {
@@ -304,7 +304,7 @@
304
304
  "group": "gr0up",
305
305
  "count": 1,
306
306
  "version": {
307
- "source": "3.4.1",
307
+ "source": "3.4.2",
308
308
  "tagging": 1
309
309
  },
310
310
  "source": {
@@ -393,7 +393,7 @@
393
393
  "group": "gr0up",
394
394
  "count": 1,
395
395
  "version": {
396
- "source": "3.4.1",
396
+ "source": "3.4.2",
397
397
  "tagging": 1
398
398
  },
399
399
  "source": {
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": "3.4.1",
4
+ "version": "3.4.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": "3.4.1",
38
- "@walkeros/server-core": "3.4.1"
37
+ "@walkeros/core": "3.4.2",
38
+ "@walkeros/server-core": "3.4.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "3.4.1"
41
+ "@walkeros/collector": "3.4.2"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",