@walkeros/server-destination-criteo 4.3.0-next-1784120651691 → 4.3.0
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.
- package/CHANGELOG.md +3 -3
- package/dist/walkerOS.json +5 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/server-destination-criteo
|
|
2
2
|
|
|
3
|
-
## 4.3.0
|
|
3
|
+
## 4.3.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
- Updated dependencies [f8408fd]
|
|
11
11
|
- Updated dependencies [907eed0]
|
|
12
12
|
- Updated dependencies [9506e3e]
|
|
13
|
-
- @walkeros/core@4.3.0
|
|
14
|
-
- @walkeros/server-core@4.3.0
|
|
13
|
+
- @walkeros/core@4.3.0
|
|
14
|
+
- @walkeros/server-core@4.3.0
|
|
15
15
|
|
|
16
16
|
## 4.2.1
|
|
17
17
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-criteo",
|
|
4
|
-
"version": "4.3.0
|
|
4
|
+
"version": "4.3.0",
|
|
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": "
|
|
130
|
+
"id": "56b75647d0f8bdc4",
|
|
131
131
|
"trigger": "click",
|
|
132
132
|
"entity": "product",
|
|
133
133
|
"action": "add",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"consent": {
|
|
216
216
|
"functional": true
|
|
217
217
|
},
|
|
218
|
-
"id": "
|
|
218
|
+
"id": "a4294bcdcdd51674",
|
|
219
219
|
"trigger": "load",
|
|
220
220
|
"entity": "page",
|
|
221
221
|
"action": "view",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"consent": {
|
|
281
281
|
"functional": true
|
|
282
282
|
},
|
|
283
|
-
"id": "
|
|
283
|
+
"id": "c0e9b6c2d37be3f9",
|
|
284
284
|
"trigger": "load",
|
|
285
285
|
"entity": "order",
|
|
286
286
|
"action": "complete",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"consent": {
|
|
367
367
|
"functional": true
|
|
368
368
|
},
|
|
369
|
-
"id": "
|
|
369
|
+
"id": "fb475670cdee3ec9",
|
|
370
370
|
"trigger": "load",
|
|
371
371
|
"entity": "product",
|
|
372
372
|
"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.3.0
|
|
4
|
+
"version": "4.3.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"update": "npx npm-check-updates -u && npm update"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@walkeros/core": "4.3.0
|
|
39
|
-
"@walkeros/server-core": "4.3.0
|
|
38
|
+
"@walkeros/core": "4.3.0",
|
|
39
|
+
"@walkeros/server-core": "4.3.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.3.0
|
|
42
|
+
"@walkeros/collector": "4.3.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|