@walkeros/server-destination-file 4.3.0 → 4.3.1
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 +9 -0
- package/dist/walkerOS.json +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-file",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"consent": {
|
|
131
131
|
"functional": true
|
|
132
132
|
},
|
|
133
|
-
"id": "
|
|
133
|
+
"id": "2458aa432cd1113d",
|
|
134
134
|
"trigger": "load",
|
|
135
135
|
"entity": "page",
|
|
136
136
|
"action": "view",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"consent": {
|
|
237
237
|
"functional": true
|
|
238
238
|
},
|
|
239
|
-
"id": "
|
|
239
|
+
"id": "28f909c3ef885b94",
|
|
240
240
|
"trigger": "load",
|
|
241
241
|
"entity": "order",
|
|
242
242
|
"action": "complete",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"consent": {
|
|
307
307
|
"functional": true
|
|
308
308
|
},
|
|
309
|
-
"id": "
|
|
309
|
+
"id": "bde5ab4dedf1438b",
|
|
310
310
|
"trigger": "load",
|
|
311
311
|
"entity": "page",
|
|
312
312
|
"action": "view",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"consent": {
|
|
367
367
|
"functional": true
|
|
368
368
|
},
|
|
369
|
-
"id": "
|
|
369
|
+
"id": "b492768ef02661f9",
|
|
370
370
|
"trigger": "test",
|
|
371
371
|
"entity": "custom",
|
|
372
372
|
"action": "event",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
"consent": {
|
|
428
428
|
"functional": true
|
|
429
429
|
},
|
|
430
|
-
"id": "
|
|
430
|
+
"id": "c11d65935d9c16c2",
|
|
431
431
|
"trigger": "load",
|
|
432
432
|
"entity": "page",
|
|
433
433
|
"action": "view",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-file",
|
|
3
3
|
"description": "Local file sink for walkerOS server flows (JSONL, TSV, CSV)",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
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.
|
|
39
|
-
"@walkeros/server-core": "4.3.
|
|
38
|
+
"@walkeros/core": "4.3.1",
|
|
39
|
+
"@walkeros/server-core": "4.3.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.3.
|
|
42
|
+
"@walkeros/collector": "4.3.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|