@logtape/syslog 1.4.0-dev.466 → 2.0.0-dev.469

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,10 +9,10 @@ LogTape syslog sink
9
9
  Syslog sink for [LogTape]. This package provides a syslog sink that sends log
10
10
  messages to a syslog server following the [RFC 5424] specification.
11
11
 
12
- [JSR]: https://jsr.io/@logtape/syslog
13
12
  [JSR badge]: https://jsr.io/badges/@logtape/syslog
14
- [npm]: https://www.npmjs.com/package/@logtape/syslog
13
+ [JSR]: https://jsr.io/@logtape/syslog
15
14
  [npm badge]: https://img.shields.io/npm/v/@logtape/syslog?logo=npm
15
+ [npm]: https://www.npmjs.com/package/@logtape/syslog
16
16
  [LogTape]: https://logtape.org/
17
17
  [RFC 5424]: https://tools.ietf.org/rfc/rfc5424.txt
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/syslog",
3
- "version": "1.4.0-dev.466+6520471a",
3
+ "version": "2.0.0-dev.469+3c6fc1d7",
4
4
  "description": "Syslog sink for LogTape",
5
5
  "keywords": [
6
6
  "logging",
@@ -48,7 +48,7 @@
48
48
  "dist/"
49
49
  ],
50
50
  "peerDependencies": {
51
- "@logtape/logtape": "^1.4.0-dev.466+6520471a"
51
+ "@logtape/logtape": "^2.0.0-dev.469+3c6fc1d7"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@alinea/suite": "^0.6.3",