@walkeros/server-destination-file 3.4.0-next-1776749829492 → 3.4.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/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.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"group": "gr0up",
|
|
145
145
|
"count": 1,
|
|
146
146
|
"version": {
|
|
147
|
-
"source": "3.4.0
|
|
147
|
+
"source": "3.4.0",
|
|
148
148
|
"tagging": 1
|
|
149
149
|
},
|
|
150
150
|
"source": {
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"group": "gr0up",
|
|
254
254
|
"count": 1,
|
|
255
255
|
"version": {
|
|
256
|
-
"source": "3.4.0
|
|
256
|
+
"source": "3.4.0",
|
|
257
257
|
"tagging": 1
|
|
258
258
|
},
|
|
259
259
|
"source": {
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"group": "gr0up",
|
|
334
334
|
"count": 1,
|
|
335
335
|
"version": {
|
|
336
|
-
"source": "3.4.0
|
|
336
|
+
"source": "3.4.0",
|
|
337
337
|
"tagging": 1
|
|
338
338
|
},
|
|
339
339
|
"source": {
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"group": "gr0up",
|
|
404
404
|
"count": 1,
|
|
405
405
|
"version": {
|
|
406
|
-
"source": "3.4.0
|
|
406
|
+
"source": "3.4.0",
|
|
407
407
|
"tagging": 1
|
|
408
408
|
},
|
|
409
409
|
"source": {
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"group": "gr0up",
|
|
475
475
|
"count": 1,
|
|
476
476
|
"version": {
|
|
477
|
-
"source": "3.4.0
|
|
477
|
+
"source": "3.4.0",
|
|
478
478
|
"tagging": 1
|
|
479
479
|
},
|
|
480
480
|
"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.0
|
|
4
|
+
"version": "3.4.0",
|
|
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.0
|
|
38
|
-
"@walkeros/server-core": "3.4.0
|
|
37
|
+
"@walkeros/core": "3.4.0",
|
|
38
|
+
"@walkeros/server-core": "3.4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.0
|
|
41
|
+
"@walkeros/collector": "3.4.0"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|