@thi.ng/rstream-log 5.1.113 → 5.1.115

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 +18 -17
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/rstream-log](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-rstream-log.svg?7f269fc9)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/rstream-log](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-rstream-log.svg?7f269fc9)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/rstream-log.svg)](https://www.npmjs.com/package/@thi.ng/rstream-log)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/rstream-log.svg)
@@ -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://github.com/thi-ng/umbrella/) monorepo
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 me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
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)
@@ -26,15 +27,15 @@
26
27
 
27
28
  ## About
28
29
 
29
- Structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream).
30
+ Structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream).
30
31
 
31
32
  This package provides extensible, multi-level & multi-hierarchy logging
32
33
  infrastructure, with logged values transformable via
33
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers).
34
+ [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers).
34
35
  Several built-in transformers are provided.
35
36
 
36
37
  The `Logger` class in this package implements the
37
- [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
38
+ [@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger)
38
39
  `ILogger` interface and uses `LogLevel` enums to configure levels /
39
40
  filtering. See that package for more details.
40
41
 
@@ -42,15 +43,15 @@ filtering. See that package for more details.
42
43
 
43
44
  **STABLE** - used in production
44
45
 
45
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Brstream-log%5D+in%3Atitle)
46
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Brstream-log%5D)
46
47
 
47
48
  ## Support packages
48
49
 
49
- - [@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-log-file) - File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
50
+ - [@thi.ng/rstream-log-file](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream-log-file) - File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
50
51
 
51
52
  ## Related packages
52
53
 
53
- - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger) - Basis types for arbitrary & hierarchical logging
54
+ - [@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger) - Basis types for arbitrary & hierarchical logging
54
55
 
55
56
  ## Installation
56
57
 
@@ -82,12 +83,12 @@ Package sizes (brotli'd, pre-treeshake): ESM: 749 bytes
82
83
 
83
84
  ## Dependencies
84
85
 
85
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
86
- - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
87
- - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
88
- - [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
89
- - [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
90
- - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
86
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
87
+ - [@thi.ng/checks](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/checks)
88
+ - [@thi.ng/logger](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/logger)
89
+ - [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
90
+ - [@thi.ng/strings](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/strings)
91
+ - [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
91
92
 
92
93
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
93
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-log",
3
- "version": "5.1.113",
3
+ "version": "5.1.115",
4
4
  "description": "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://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/rstream-log"
13
13
  },
14
14
  "homepage": "https://thi.ng/rstream-log",
@@ -40,12 +40,12 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.17",
44
- "@thi.ng/checks": "^3.8.7",
45
- "@thi.ng/logger": "^3.3.0",
46
- "@thi.ng/rstream": "^9.4.1",
47
- "@thi.ng/strings": "^3.11.0",
48
- "@thi.ng/transducers": "^9.6.30"
43
+ "@thi.ng/api": "^8.12.18",
44
+ "@thi.ng/checks": "^3.8.8",
45
+ "@thi.ng/logger": "^3.3.1",
46
+ "@thi.ng/rstream": "^9.4.2",
47
+ "@thi.ng/strings": "^3.12.0",
48
+ "@thi.ng/transducers": "^9.6.31"
49
49
  },
50
50
  "devDependencies": {
51
51
  "esbuild": "^0.27.2",
@@ -101,5 +101,5 @@
101
101
  ],
102
102
  "year": 2017
103
103
  },
104
- "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
104
+ "gitHead": "929fb6590178a41cbb77cbb87e07c59c61381607\n"
105
105
  }