@walkeros/server-destination-file 4.2.1-next-1781682752679 → 4.2.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 CHANGED
@@ -1,14 +1,16 @@
1
1
  # @walkeros/server-destination-file
2
2
 
3
- ## 4.2.1-next-1781682752679
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [5cbcd23]
8
+ - Updated dependencies [31c6858]
9
+ - Updated dependencies [d1b41ca]
8
10
  - Updated dependencies [0a8a08b]
9
11
  - Updated dependencies [8afb7cc]
10
- - @walkeros/core@4.2.1-next-1781682752679
11
- - @walkeros/server-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-file",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -130,13 +130,15 @@
130
130
  "consent": {
131
131
  "functional": true
132
132
  },
133
- "id": "c250875d79374e2d",
133
+ "id": "54ece13dc8b4e746",
134
134
  "trigger": "load",
135
135
  "entity": "page",
136
136
  "action": "view",
137
137
  "timestamp": 1700000000000,
138
138
  "timing": 3.14,
139
139
  "source": {
140
+ "count": 1,
141
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
140
142
  "type": "collector",
141
143
  "schema": "4"
142
144
  }
@@ -234,13 +236,15 @@
234
236
  "consent": {
235
237
  "functional": true
236
238
  },
237
- "id": "6602466d382590c8",
239
+ "id": "897d63bd16ccc6f6",
238
240
  "trigger": "load",
239
241
  "entity": "order",
240
242
  "action": "complete",
241
243
  "timestamp": 1776256496000,
242
244
  "timing": 3.14,
243
245
  "source": {
246
+ "count": 1,
247
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
244
248
  "type": "collector",
245
249
  "schema": "4"
246
250
  }
@@ -302,13 +306,15 @@
302
306
  "consent": {
303
307
  "functional": true
304
308
  },
305
- "id": "8169b46c579549f6",
309
+ "id": "4c8a24f350a085e8",
306
310
  "trigger": "load",
307
311
  "entity": "page",
308
312
  "action": "view",
309
313
  "timestamp": 1700000000000,
310
314
  "timing": 3.14,
311
315
  "source": {
316
+ "count": 1,
317
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
312
318
  "type": "collector",
313
319
  "schema": "4"
314
320
  }
@@ -360,13 +366,15 @@
360
366
  "consent": {
361
367
  "functional": true
362
368
  },
363
- "id": "34b6b0b775955ee2",
369
+ "id": "10f14b497e2d8341",
364
370
  "trigger": "test",
365
371
  "entity": "custom",
366
372
  "action": "event",
367
373
  "timestamp": 1700000000000,
368
374
  "timing": 3.14,
369
375
  "source": {
376
+ "count": 1,
377
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
370
378
  "type": "collector",
371
379
  "schema": "4"
372
380
  }
@@ -419,13 +427,15 @@
419
427
  "consent": {
420
428
  "functional": true
421
429
  },
422
- "id": "36c7043fe9119ad3",
430
+ "id": "37d4d414ece1490f",
423
431
  "trigger": "load",
424
432
  "entity": "page",
425
433
  "action": "view",
426
434
  "timestamp": 1700000000000,
427
435
  "timing": 3.14,
428
436
  "source": {
437
+ "count": 1,
438
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
429
439
  "type": "browser",
430
440
  "platform": "web",
431
441
  "url": "https://example.com/docs",
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.2.1-next-1781682752679",
4
+ "version": "4.2.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.2.1-next-1781682752679",
39
- "@walkeros/server-core": "4.2.1-next-1781682752679"
38
+ "@walkeros/core": "4.2.1",
39
+ "@walkeros/server-core": "4.2.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.2.1-next-1781682752679"
42
+ "@walkeros/collector": "4.2.1"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",