@thi.ng/rstream-log 5.1.89 → 5.1.94

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/package.json +103 -103
  2. package/CHANGELOG.md +0 -68
package/package.json CHANGED
@@ -1,104 +1,104 @@
1
1
  {
2
- "name": "@thi.ng/rstream-log",
3
- "version": "5.1.89",
4
- "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/rstream-log",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts output xform",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/checks": "^3.7.18",
44
- "@thi.ng/logger": "^3.2.0",
45
- "@thi.ng/rstream": "^9.2.42",
46
- "@thi.ng/strings": "^3.9.22",
47
- "@thi.ng/transducers": "^9.6.10"
48
- },
49
- "devDependencies": {
50
- "esbuild": "^0.25.9",
51
- "typedoc": "^0.28.12",
52
- "typescript": "^5.9.2"
53
- },
54
- "keywords": [
55
- "datastructure",
56
- "hierarchy",
57
- "logger",
58
- "multiplex",
59
- "pipeline",
60
- "rstream",
61
- "stream",
62
- "transducer",
63
- "typescript"
64
- ],
65
- "publishConfig": {
66
- "access": "public"
67
- },
68
- "engines": {
69
- "node": ">=18"
70
- },
71
- "files": [
72
- "./*.js",
73
- "./*.d.ts"
74
- ],
75
- "exports": {
76
- ".": {
77
- "default": "./index.js"
78
- },
79
- "./api": {
80
- "default": "./api.js"
81
- },
82
- "./console": {
83
- "default": "./console.js"
84
- },
85
- "./filter": {
86
- "default": "./filter.js"
87
- },
88
- "./format": {
89
- "default": "./format.js"
90
- },
91
- "./logger": {
92
- "default": "./logger.js"
93
- }
94
- },
95
- "thi.ng": {
96
- "alias": "rslog",
97
- "parent": "@thi.ng/rstream",
98
- "related": [
99
- "logger"
100
- ],
101
- "year": 2017
102
- },
103
- "gitHead": "3c3531350eec56011982583c694aeb1a2e0d0ff4\n"
104
- }
2
+ "name": "@thi.ng/rstream-log",
3
+ "version": "5.1.94",
4
+ "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/rstream-log",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts output xform",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.6",
43
+ "@thi.ng/checks": "^3.7.22",
44
+ "@thi.ng/logger": "^3.2.5",
45
+ "@thi.ng/rstream": "^9.3.3",
46
+ "@thi.ng/strings": "^3.9.26",
47
+ "@thi.ng/transducers": "^9.6.14"
48
+ },
49
+ "devDependencies": {
50
+ "esbuild": "^0.25.11",
51
+ "typedoc": "^0.28.14",
52
+ "typescript": "^5.9.3"
53
+ },
54
+ "keywords": [
55
+ "datastructure",
56
+ "hierarchy",
57
+ "logger",
58
+ "multiplex",
59
+ "pipeline",
60
+ "rstream",
61
+ "stream",
62
+ "transducer",
63
+ "typescript"
64
+ ],
65
+ "publishConfig": {
66
+ "access": "public"
67
+ },
68
+ "engines": {
69
+ "node": ">=18"
70
+ },
71
+ "files": [
72
+ "./*.js",
73
+ "./*.d.ts"
74
+ ],
75
+ "exports": {
76
+ ".": {
77
+ "default": "./index.js"
78
+ },
79
+ "./api": {
80
+ "default": "./api.js"
81
+ },
82
+ "./console": {
83
+ "default": "./console.js"
84
+ },
85
+ "./filter": {
86
+ "default": "./filter.js"
87
+ },
88
+ "./format": {
89
+ "default": "./format.js"
90
+ },
91
+ "./logger": {
92
+ "default": "./logger.js"
93
+ }
94
+ },
95
+ "thi.ng": {
96
+ "alias": "rslog",
97
+ "parent": "@thi.ng/rstream",
98
+ "related": [
99
+ "logger"
100
+ ],
101
+ "year": 2017
102
+ },
103
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
104
+ }
package/CHANGELOG.md DELETED
@@ -1,68 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [5.1.50](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.1.50) (2025-01-14)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - use optional chaining & nullish coalescing ([c5a0a13](https://github.com/thi-ng/umbrella/commit/c5a0a13))
19
-
20
- ### [5.1.32](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.1.32) (2024-08-20)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - update internal close mode handling (33b1d16f34) ([700e566](https://github.com/thi-ng/umbrella/commit/700e566))
25
-
26
- ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.1.0) (2024-02-28)
27
-
28
- #### 🚀 Features
29
-
30
- - update formatString() ([1ad60cc](https://github.com/thi-ng/umbrella/commit/1ad60cc))
31
- - add support for msg post-processing in formatString()
32
- - add/update docstrings
33
-
34
- ### [5.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.0.1) (2024-02-16)
35
-
36
- #### 🩹 Bug fixes
37
-
38
- - fix Logger.logEntry() & .childLogger() impls ([3484617](https://github.com/thi-ng/umbrella/commit/3484617))
39
-
40
- # [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.0.0) (2024-02-16)
41
-
42
- #### 🛑 Breaking changes
43
-
44
- - update Logger impl, remove obsolete types ([36c8649](https://github.com/thi-ng/umbrella/commit/36c8649))
45
- - BREAKING CHANGE: update Logger, remove obsolete types
46
- - Logger now a subclass of `ALogger` & implementing `ISubscriber` interface
47
- - instead of extending rstream `StreamMerge`, now exposes a `Stream` via `.stream`
48
- - adding child loggers now handled via `ILogger.childLogger()` or `ILogger.addChild()`
49
- - update tests
50
-
51
- ### [4.1.84](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.1.84) (2023-11-24)
52
-
53
- #### 🩹 Bug fixes
54
-
55
- - update Logger w/ API change ([21fb1e6](https://github.com/thi-ng/umbrella/commit/21fb1e6))
56
-
57
- ### [4.1.81](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.1.81) (2023-11-09)
58
-
59
- #### ♻️ Refactoring
60
-
61
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
62
-
63
- ### [4.1.16](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.1.16) (2022-08-04)
64
-
65
- #### ♻️ Refactoring
66
-
67
- - deprecate LogEntry ([ef46381](https://github.com/thi-ng/umbrella/commit/ef46381))
68
- - use migrated type from [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/main/packages/logger) pkg