@bsb/observable-graylog 9.6.45 → 9.6.46

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-graylog",
3
3
  "events": {},
4
- "version": "9.6.45",
4
+ "version": "9.6.46",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "observable-graylog",
3
3
  "name": "observable-graylog",
4
- "version": "9.6.45",
4
+ "version": "9.6.46",
5
5
  "description": "Graylog GELF observable plugin for centralized log ingestion",
6
6
  "category": "observable",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsb/observable-graylog",
3
- "version": "9.6.45",
3
+ "version": "9.6.46",
4
4
  "type": "module",
5
5
  "license": "(AGPL-3.0-only OR Commercial)",
6
6
  "author": {
@@ -38,13 +38,13 @@
38
38
  "prepublishOnly": "npm run build"
39
39
  },
40
40
  "peerDependencies": {
41
- "@bsb/base": "^9.6.45"
41
+ "@bsb/base": "^9.6.46"
42
42
  },
43
43
  "dependencies": {
44
44
  "anyvali": "^1.0.6"
45
45
  },
46
46
  "devDependencies": {
47
- "@bsb/base": "^9.6.45",
47
+ "@bsb/base": "^9.6.46",
48
48
  "@types/node": "^25.6.0",
49
49
  "mocha": "^11.7.6",
50
50
  "typescript": "^6.0.3"