@walkeros/server-destination-file 4.3.0-next-1784055686454 → 4.3.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-destination-file
2
2
 
3
- ## 4.3.0-next-1784055686454
3
+ ## 4.3.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,10 @@
8
8
  - Updated dependencies [e01036e]
9
9
  - Updated dependencies [98801c9]
10
10
  - Updated dependencies [f8408fd]
11
+ - Updated dependencies [907eed0]
11
12
  - Updated dependencies [9506e3e]
12
- - @walkeros/core@4.3.0-next-1784055686454
13
- - @walkeros/server-core@4.3.0-next-1784055686454
13
+ - @walkeros/core@4.3.0
14
+ - @walkeros/server-core@4.3.0
14
15
 
15
16
  ## 4.2.1
16
17
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-file",
4
- "version": "4.3.0-next-1784055686454",
4
+ "version": "4.3.0",
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": "61fd75a32b87277e",
133
+ "id": "7a2409297e527619",
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": "8828e0080a110674",
239
+ "id": "52b85f3da912e709",
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": "de124452e15a52df",
309
+ "id": "3a5bb7d0285865dd",
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": "2327621052d992a3",
369
+ "id": "79c3b631ee0d0f40",
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": "96e8ecc534069cd9",
430
+ "id": "0132b1fad3bdea76",
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.0-next-1784055686454",
4
+ "version": "4.3.0",
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.0-next-1784055686454",
39
- "@walkeros/server-core": "4.3.0-next-1784055686454"
38
+ "@walkeros/core": "4.3.0",
39
+ "@walkeros/server-core": "4.3.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.3.0-next-1784055686454"
42
+ "@walkeros/collector": "4.3.0"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",