@walkeros/server-destination-criteo 3.4.0-next-1776749829492 → 3.4.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/dist/walkerOS.json +5 -5
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-criteo",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"group": "gr0up",
|
|
135
135
|
"count": 1,
|
|
136
136
|
"version": {
|
|
137
|
-
"source": "3.4.0
|
|
137
|
+
"source": "3.4.0",
|
|
138
138
|
"tagging": 1
|
|
139
139
|
},
|
|
140
140
|
"source": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"group": "gr0up",
|
|
232
232
|
"count": 1,
|
|
233
233
|
"version": {
|
|
234
|
-
"source": "3.4.0
|
|
234
|
+
"source": "3.4.0",
|
|
235
235
|
"tagging": 1
|
|
236
236
|
},
|
|
237
237
|
"source": {
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"group": "gr0up",
|
|
299
299
|
"count": 1,
|
|
300
300
|
"version": {
|
|
301
|
-
"source": "3.4.0
|
|
301
|
+
"source": "3.4.0",
|
|
302
302
|
"tagging": 1
|
|
303
303
|
},
|
|
304
304
|
"source": {
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"group": "gr0up",
|
|
386
386
|
"count": 1,
|
|
387
387
|
"version": {
|
|
388
|
-
"source": "3.4.0
|
|
388
|
+
"source": "3.4.0",
|
|
389
389
|
"tagging": 1
|
|
390
390
|
},
|
|
391
391
|
"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.0
|
|
4
|
+
"version": "3.4.0",
|
|
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.0
|
|
38
|
-
"@walkeros/server-core": "3.4.0
|
|
37
|
+
"@walkeros/core": "3.4.0",
|
|
38
|
+
"@walkeros/server-core": "3.4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.0
|
|
41
|
+
"@walkeros/collector": "3.4.0"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|