@thi.ng/rstream-log-file 2.1.213 → 2.1.215
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.
- package/README.md +9 -8
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/rstream-log-file)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -24,13 +25,13 @@
|
|
|
24
25
|
|
|
25
26
|
## About
|
|
26
27
|
|
|
27
|
-
File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://
|
|
28
|
+
File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream). This is a support package for [@thi.ng/rstream-log](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream-log).
|
|
28
29
|
|
|
29
30
|
## Status
|
|
30
31
|
|
|
31
32
|
**STABLE** - used in production
|
|
32
33
|
|
|
33
|
-
[Search or submit any issues for this package](https://
|
|
34
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Brstream-log-file%5D)
|
|
34
35
|
|
|
35
36
|
## Installation
|
|
36
37
|
|
|
@@ -62,7 +63,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 109 bytes
|
|
|
62
63
|
|
|
63
64
|
## Dependencies
|
|
64
65
|
|
|
65
|
-
- [@thi.ng/rstream](https://
|
|
66
|
+
- [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
|
|
66
67
|
|
|
67
68
|
## API
|
|
68
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-log-file",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.215",
|
|
4
4
|
"description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/rstream-log-file"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/rstream-log-file",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/rstream": "^9.
|
|
43
|
+
"@thi.ng/rstream": "^9.5.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/node": "^
|
|
47
|
-
"esbuild": "^0.
|
|
48
|
-
"typedoc": "^0.28.
|
|
46
|
+
"@types/node": "^25.5.2",
|
|
47
|
+
"esbuild": "^0.28.0",
|
|
48
|
+
"typedoc": "^0.28.18",
|
|
49
49
|
"typescript": "^5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"parent": "@thi.ng/rstream-log",
|
|
76
76
|
"year": 2017
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
|
|
79
79
|
}
|