@logtape/file 0.9.0 → 0.10.0-dev.139

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,11 +28,11 @@ This package is available on [JSR] and [npm]. You can install it for various
28
28
  JavaScript runtimes and package managers:
29
29
 
30
30
  ~~~~ sh
31
- deno add @logtape/file # for Deno
32
- npm add @logtape/file # for npm
33
- pnpm add @logtape/file # for pnpm
34
- yarn add @logtape/file # for Yarn
35
- bun add @logtape/file # for Bun
31
+ deno add jsr:@logtape/file # for Deno
32
+ npm add @logtape/file # for npm
33
+ pnpm add @logtape/file # for pnpm
34
+ yarn add @logtape/file # for Yarn
35
+ bun add @logtape/file # for Bun
36
36
  ~~~~
37
37
 
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/file",
3
- "version": "0.9.0",
3
+ "version": "0.10.0-dev.139+1f3bdaa5",
4
4
  "description": "File sink and rotating file sink for LogTape",
5
5
  "keywords": [
6
6
  "logging",