@itentialopensource/adapter-winston_syslog 1.7.1 → 1.7.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/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-winston_syslog",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "This adapter integrates with winston_syslog and sends logs to any syslog server.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "winston_syslog",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ajv": "8.18.0",
|
|
56
56
|
"axios": "1.13.5",
|
|
57
57
|
"commander": "11.1.0",
|
|
58
|
-
"fs-extra": "11.3.
|
|
58
|
+
"fs-extra": "11.3.3",
|
|
59
59
|
"json-query": "2.2.2",
|
|
60
60
|
"json5": "2.2.2",
|
|
61
61
|
"mocha": "11.3.0",
|
|
@@ -282,7 +282,7 @@ describe('[unit] WinstonSyslog Adapter Test', () => {
|
|
|
282
282
|
assert.equal('8.18.0', packageDotJson.dependencies.ajv);
|
|
283
283
|
assert.equal('1.13.5', packageDotJson.dependencies.axios);
|
|
284
284
|
assert.equal('11.1.0', packageDotJson.dependencies.commander);
|
|
285
|
-
assert.equal('11.3.
|
|
285
|
+
assert.equal('11.3.3', packageDotJson.dependencies['fs-extra']);
|
|
286
286
|
assert.equal('11.3.0', packageDotJson.dependencies.mocha);
|
|
287
287
|
assert.equal('2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
288
288
|
assert.equal('0.4.4', packageDotJson.dependencies.ping);
|