@walkeros/server-destination-file 4.0.1-next-1778284185788 → 4.0.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-file",
4
- "version": "4.0.1-next-1778284185788",
4
+ "version": "4.0.2",
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": "d8073e9908737531",
133
+ "id": "f075300434e0f0f1",
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": "d5bbf5dcfd802e0a",
237
+ "id": "7bab4406e34d0e82",
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": "d2294f62d67fafe0",
305
+ "id": "64555f354831c948",
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": "64fe9f77a58171fb",
363
+ "id": "50c88893d09c029d",
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": "891c05b1fd27cc41",
422
+ "id": "d9a6dff508c405c6",
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.1-next-1778284185788",
4
+ "version": "4.0.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": "4.0.1-next-1778284185788",
38
- "@walkeros/server-core": "4.0.1-next-1778284185788"
37
+ "@walkeros/core": "4.0.2",
38
+ "@walkeros/server-core": "4.0.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "4.0.1-next-1778284185788"
41
+ "@walkeros/collector": "4.0.2"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",