@walkeros/server-destination-file 4.0.0 → 4.0.1-next-1778068549946
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 +6 -6
- 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-file",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.1-next-1778068549946",
|
|
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": "4d9b0e5ed0baaf88",
|
|
134
134
|
"trigger": "load",
|
|
135
135
|
"entity": "page",
|
|
136
136
|
"action": "view",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"consent": {
|
|
235
235
|
"functional": true
|
|
236
236
|
},
|
|
237
|
-
"id": "
|
|
237
|
+
"id": "b62bf38ef0b1631c",
|
|
238
238
|
"trigger": "load",
|
|
239
239
|
"entity": "order",
|
|
240
240
|
"action": "complete",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"consent": {
|
|
303
303
|
"functional": true
|
|
304
304
|
},
|
|
305
|
-
"id": "
|
|
305
|
+
"id": "84afc2d3ac58d4f1",
|
|
306
306
|
"trigger": "load",
|
|
307
307
|
"entity": "page",
|
|
308
308
|
"action": "view",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"consent": {
|
|
361
361
|
"functional": true
|
|
362
362
|
},
|
|
363
|
-
"id": "
|
|
363
|
+
"id": "c98aeea116b20807",
|
|
364
364
|
"trigger": "test",
|
|
365
365
|
"entity": "custom",
|
|
366
366
|
"action": "event",
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"consent": {
|
|
420
420
|
"functional": true
|
|
421
421
|
},
|
|
422
|
-
"id": "
|
|
422
|
+
"id": "4abcfee0a8f6f99f",
|
|
423
423
|
"trigger": "load",
|
|
424
424
|
"entity": "page",
|
|
425
425
|
"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.0.
|
|
4
|
+
"version": "4.0.1-next-1778068549946",
|
|
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.
|
|
38
|
-
"@walkeros/server-core": "4.0.
|
|
37
|
+
"@walkeros/core": "4.0.1-next-1778068549946",
|
|
38
|
+
"@walkeros/server-core": "4.0.1-next-1778068549946"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "4.0.
|
|
41
|
+
"@walkeros/collector": "4.0.1-next-1778068549946"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|