@logtape/file 2.0.0-dev.477 → 2.0.0-dev.479

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,8 +17,8 @@ write log records to files. For details, read the docs:
17
17
  [npm badge]: https://img.shields.io/npm/v/@logtape/file?logo=npm
18
18
  [npm]: https://www.npmjs.com/package/@logtape/file
19
19
  [LogTape]: https://logtape.org/
20
- [File sink]: https://logtape.org/manual/sinks#file-sink
21
- [Rotating file sink]: https://logtape.org/manual/sinks#rotating-file-sink
20
+ [File sink]: https://logtape.org/sinks/file
21
+ [Rotating file sink]: https://logtape.org/sinks/file#rotating-file-sink
22
22
 
23
23
 
24
24
  Installation
@@ -39,5 +39,5 @@ bun add @logtape/file # for Bun
39
39
  Docs
40
40
  ----
41
41
 
42
- The docs of this package is available at <https://logtape.org/manual/sinks>.
42
+ The docs of this package is available at <https://logtape.org/sinks/file>.
43
43
  For the API references, see <https://jsr.io/@logtape/file>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/file",
3
- "version": "2.0.0-dev.477+849c91e3",
3
+ "version": "2.0.0-dev.479+1100fe10",
4
4
  "description": "File sink and rotating file sink for LogTape",
5
5
  "keywords": [
6
6
  "logging",
@@ -60,7 +60,7 @@
60
60
  "dist/"
61
61
  ],
62
62
  "peerDependencies": {
63
- "@logtape/logtape": "^2.0.0-dev.477+849c91e3"
63
+ "@logtape/logtape": "^2.0.0-dev.479+1100fe10"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@alinea/suite": "^0.6.3",