@walkeros/server-destination-file 3.4.1-next-1776790594143 → 3.4.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.
- 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": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"group": "gr0up",
|
|
147
147
|
"count": 1,
|
|
148
148
|
"version": {
|
|
149
|
-
"source": "3.4.
|
|
149
|
+
"source": "3.4.2",
|
|
150
150
|
"tagging": 1
|
|
151
151
|
},
|
|
152
152
|
"source": {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"group": "gr0up",
|
|
258
258
|
"count": 1,
|
|
259
259
|
"version": {
|
|
260
|
-
"source": "3.4.
|
|
260
|
+
"source": "3.4.2",
|
|
261
261
|
"tagging": 1
|
|
262
262
|
},
|
|
263
263
|
"source": {
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"group": "gr0up",
|
|
340
340
|
"count": 1,
|
|
341
341
|
"version": {
|
|
342
|
-
"source": "3.4.
|
|
342
|
+
"source": "3.4.2",
|
|
343
343
|
"tagging": 1
|
|
344
344
|
},
|
|
345
345
|
"source": {
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"group": "gr0up",
|
|
412
412
|
"count": 1,
|
|
413
413
|
"version": {
|
|
414
|
-
"source": "3.4.
|
|
414
|
+
"source": "3.4.2",
|
|
415
415
|
"tagging": 1
|
|
416
416
|
},
|
|
417
417
|
"source": {
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"group": "gr0up",
|
|
485
485
|
"count": 1,
|
|
486
486
|
"version": {
|
|
487
|
-
"source": "3.4.
|
|
487
|
+
"source": "3.4.2",
|
|
488
488
|
"tagging": 1
|
|
489
489
|
},
|
|
490
490
|
"source": {
|
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": "3.4.
|
|
4
|
+
"version": "3.4.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": "3.4.
|
|
38
|
-
"@walkeros/server-core": "3.4.
|
|
37
|
+
"@walkeros/core": "3.4.2",
|
|
38
|
+
"@walkeros/server-core": "3.4.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.
|
|
41
|
+
"@walkeros/collector": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|