@bsb/syslog 9.6.49 → 9.6.51

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "observable-syslog",
3
3
  "events": {},
4
- "version": "9.6.49",
4
+ "version": "9.6.51",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "observable-syslog",
3
3
  "name": "observable-syslog",
4
- "version": "9.6.49",
4
+ "version": "9.6.51",
5
5
  "description": "Syslog client observable plugin for forwarding logs to syslog servers",
6
6
  "category": "observable",
7
7
  "tags": [
@@ -46,7 +46,7 @@
46
46
  "outputSchema": null
47
47
  }
48
48
  },
49
- "version": "9.6.49",
49
+ "version": "9.6.51",
50
50
  "configSchema": {
51
51
  "anyvaliVersion": "1.0",
52
52
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-syslog-server",
3
3
  "name": "service-syslog-server",
4
- "version": "9.6.49",
4
+ "version": "9.6.51",
5
5
  "description": "Syslog server service plugin that receives messages and emits events",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsb/syslog",
3
- "version": "9.6.49",
3
+ "version": "9.6.51",
4
4
  "type": "module",
5
5
  "license": "(AGPL-3.0-only OR Commercial)",
6
6
  "author": {
@@ -39,7 +39,7 @@
39
39
  "prepublishOnly": "npm run build"
40
40
  },
41
41
  "peerDependencies": {
42
- "@bsb/base": "^9.6.49"
42
+ "@bsb/base": "^9.6.51"
43
43
  },
44
44
  "dependencies": {
45
45
  "anyvali": "^1.0.6",
@@ -47,7 +47,7 @@
47
47
  "syslog-server": "^1.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@bsb/base": "^9.6.49",
50
+ "@bsb/base": "^9.6.51",
51
51
  "@types/node": "^25.6.0",
52
52
  "mocha": "^11.7.6",
53
53
  "typescript": "^6.0.3"