@logtape/file 0.10.0-dev.169 → 0.10.0-dev.171

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -39,5 +39,5 @@ bun add @logtape/file # for Bun
39
39
  Docs
40
40
  ----
41
41
 
42
- The docs of this pcakge is available at <https://logtape.org/manual/sinks>.
42
+ The docs of this package is available at <https://logtape.org/manual/sinks>.
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": "0.10.0-dev.169+ddc88cdd",
3
+ "version": "0.10.0-dev.171+8f174256",
4
4
  "description": "File sink and rotating file sink for LogTape",
5
5
  "keywords": [
6
6
  "logging",
@@ -47,7 +47,7 @@
47
47
  "https://github.com/sponsors/dahlia"
48
48
  ],
49
49
  "dependencies": {
50
- "@logtape/logtape": "^0.10.0-dev.168"
50
+ "@logtape/logtape": "^0.10.0-dev.170"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^20.9.0",