@thi.ng/rstream-log 4.0.9 → 4.1.3

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/CHANGELOG.md +172 -56
  2. package/package.json +94 -89
package/CHANGELOG.md CHANGED
@@ -1,119 +1,235 @@
1
1
  # Change Log
2
2
 
3
+ - **Last updated**: 2021-11-21T17:09:28Z
4
+ - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
+
3
6
  All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
+ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
+
9
+ **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
+ and/or version bumps of transitive dependencies.
11
+
12
+ ## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.1.0) (2021-11-17)
13
+
14
+ #### 🚀 Features
5
15
 
6
- ## [4.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@4.0.8...@thi.ng/rstream-log@4.0.9) (2021-11-10)
16
+ - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
17
+ Improving the overall build ergonomics
18
+ - introduced a tools workspaces
19
+ - imported it in all needed packages/examples
20
+ - inclusive project root
7
21
 
8
- **Note:** Version bump only for package @thi.ng/rstream-log
22
+ #### ♻️ Refactoring
9
23
 
24
+ - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
25
+ this commit reverts (partly) changes made in:
26
+ ef346d7a8753590dc9094108a3d861a8dbd5dd2c
27
+ overall purpose is better testament ergonomics:
28
+ instead of having to pass NODE_OPTIONS with every invocation
29
+ having a binary to handle this for us.
10
30
 
31
+ ### [4.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.1) (2021-10-13)
11
32
 
33
+ #### ♻️ Refactoring
12
34
 
35
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
+ - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
+ - add .js suffix for all relative imports
13
38
 
14
- ## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@4.0.7...@thi.ng/rstream-log@4.0.8) (2021-11-03)
39
+ # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.0) (2021-10-12)
15
40
 
16
- **Note:** Version bump only for package @thi.ng/rstream-log
41
+ #### 🛑 Breaking changes
17
42
 
43
+ - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
44
+ - BREAKING CHANGE: discontinue CommonJS & UMD versions
45
+ - only ESM modules will be published from now on
46
+ - CJS obsolete due to ESM support in recent versions of node:
47
+ - i.e. launch NodeJS via:
48
+ - `node --experimental-specifier-resolution=node --experimental-repl-await`
49
+ - in the node REPL use `await import(...)` instead of `require()`
50
+ - UMD obsolete due to widespread browser support for ESM
51
+ Also:
52
+ - normalize/restructure/reorg all package.json files
53
+ - cleanup all build scripts, remove obsolete
54
+ - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
18
55
 
56
+ #### ♻️ Refactoring
19
57
 
58
+ - minor pkg restructure ([761de32](https://github.com/thi-ng/umbrella/commit/761de32))
59
+ - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
60
+ - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
61
+ - largely related to recent updates/restructuring of these packages:
62
+ - api
63
+ - defmulti
64
+ - errors
65
+ - logger
66
+ - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
67
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
68
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
69
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
20
70
 
71
+ ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.2.0) (2021-01-13)
21
72
 
22
- # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.2.33...@thi.ng/rstream-log@4.0.0) (2021-10-12)
73
+ #### 🚀 Features
23
74
 
75
+ - update default body format for formatString() ([841b062](https://github.com/thi-ng/umbrella/commit/841b062))
76
+ - use [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/main/packages/strings) stringify() as default body format to automatically
77
+ JSON.stringify array/objects
78
+ - update deps & tests
24
79
 
25
- ### Build System
80
+ ### [3.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.52) (2020-12-07)
26
81
 
27
- * major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
82
+ #### ♻️ Refactoring
28
83
 
84
+ - update type-only imports ([479706b](https://github.com/thi-ng/umbrella/commit/479706b))
29
85
 
30
- ### BREAKING CHANGES
86
+ ### [3.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.10) (2020-02-25)
31
87
 
32
- * discontinue CommonJS & UMD versions
88
+ #### ♻️ Refactoring
33
89
 
34
- - only ESM modules will be published from now on
35
- - CJS obsolete due to ESM support in recent versions of node:
36
- - i.e. launch NodeJS via:
37
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
38
- - in the node REPL use `await import(...)` instead of `require()`
39
- - UMD obsolete due to widespread browser support for ESM
90
+ - update imports ([77a672f](https://github.com/thi-ng/umbrella/commit/77a672f))
40
91
 
41
- Also:
42
- - normalize/restructure/reorg all package.json files
43
- - cleanup all build scripts, remove obsolete
44
- - switch from mocha to @thi.ng/testament for all tests
92
+ ### [3.1.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.5) (2019-09-21)
45
93
 
94
+ #### ♻️ Refactoring
46
95
 
96
+ - fix [#121](https://github.com/thi-ng/umbrella/issues/121), add shared log() method ([4ebf20e](https://github.com/thi-ng/umbrella/commit/4ebf20e))
47
97
 
98
+ ### [3.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.4) (2019-08-21)
48
99
 
100
+ #### ♻️ Refactoring
49
101
 
102
+ - update Logger ctor to new rstream API ([30a0276](https://github.com/thi-ng/umbrella/commit/30a0276))
50
103
 
51
- # [3.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.1.55...@thi.ng/rstream-log@3.2.0) (2021-01-13)
104
+ ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.0) (2019-07-07)
52
105
 
53
- ### Features
106
+ #### 🚀 Features
54
107
 
55
- - **rstream-log:** update default body format for formatString() ([841b062](https://github.com/thi-ng/umbrella/commit/841b06271362c6941176b057d1bfab363c07d104))
108
+ - add maskSecrets() format xform ([481a65d](https://github.com/thi-ng/umbrella/commit/481a65d))
56
109
 
57
- # [3.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.14...@thi.ng/rstream-log@3.1.0) (2019-07-07)
110
+ #### ♻️ Refactoring
58
111
 
59
- ### Features
112
+ - TS strictNullChecks ([29ef1a5](https://github.com/thi-ng/umbrella/commit/29ef1a5))
60
113
 
61
- - **rstream-log:** add maskSecrets() format xform ([481a65d](https://github.com/thi-ng/umbrella/commit/481a65d))
114
+ ### [3.0.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.13) (2019-04-26)
62
115
 
63
- # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@2.0.12...@thi.ng/rstream-log@3.0.0) (2019-03-19)
116
+ #### ♻️ Refactoring
64
117
 
65
- ### Code Refactoring
118
+ - simplify level lookup in formatters ([1bebecd](https://github.com/thi-ng/umbrella/commit/1bebecd))
66
119
 
67
- - **rstream-log:** remove obsolete writeFile() fn ([1354171](https://github.com/thi-ng/umbrella/commit/1354171))
120
+ ### [3.0.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.12) (2019-04-24)
68
121
 
69
- ### BREAKING CHANGES
122
+ #### ♻️ Refactoring
70
123
 
71
- - **rstream-log:** migrate writeFile() to new pkg @thi.ng/rstream-log-file
124
+ - update to use base types from [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) pkg ([ef9bf8d](https://github.com/thi-ng/umbrella/commit/ef9bf8d))
72
125
 
73
- # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.76...@thi.ng/rstream-log@2.0.0) (2019-01-21)
126
+ # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.0) (2019-03-19)
74
127
 
75
- ### Bug Fixes
128
+ #### 🛑 Breaking changes
76
129
 
77
- - **rstream-log:** remove __Level reverse enum lookup, update Level (non const) ([d89f28f](https://github.com/thi-ng/umbrella/commit/d89f28f))
130
+ - remove obsolete writeFile() fn ([1354171](https://github.com/thi-ng/umbrella/commit/1354171))
131
+ - BREAKING CHANGE: migrate writeFile() to new pkg [@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tree/main/packages/rstream-log-file)
78
132
 
79
- ### Build System
133
+ # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@2.0.0) (2019-01-21)
134
+
135
+ #### 🛑 Breaking changes
80
136
 
81
137
  - update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
138
+ - BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
139
+ - build scripts now first build ES6 modules in package root, then call
140
+ `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
141
+ - all imports MUST be updated to only refer to package level
142
+ (not individual files anymore). tree shaking in user land will get rid of
143
+ all unused imported symbols
144
+
145
+ #### 🩹 Bug fixes
146
+
147
+ - remove __Level reverse enum lookup, update Level (non const) ([d89f28f](https://github.com/thi-ng/umbrella/commit/d89f28f))
148
+
149
+ #### ♻️ Refactoring
150
+
151
+ - use rstream nextID() util (fix regression) ([3e1467f](https://github.com/thi-ng/umbrella/commit/3e1467f))
152
+ - use arrow fns ([14c00b2](https://github.com/thi-ng/umbrella/commit/14c00b2))
153
+
154
+ ### [1.0.60](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.60) (2018-09-24)
155
+
156
+ #### ⏱ Performance improvements
157
+
158
+ - `Level` => const enum ([fc6a4d3](https://github.com/thi-ng/umbrella/commit/fc6a4d3))
159
+ - export `__Level` for reverse lookups
160
+
161
+ ### [1.0.16](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.16) (2018-05-10)
162
+
163
+ #### ♻️ Refactoring
164
+
165
+ - update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
166
+
167
+ ### [1.0.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.4) (2018-04-18)
168
+
169
+ #### 🩹 Bug fixes
170
+
171
+ - ID handling in Logger ctor ([3087776](https://github.com/thi-ng/umbrella/commit/3087776))
172
+
173
+ #### ♻️ Refactoring
174
+
175
+ - minor update matchID() ([08af60a](https://github.com/thi-ng/umbrella/commit/08af60a))
176
+
177
+ # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.0) (2018-04-15)
178
+
179
+ #### 🛑 Breaking changes
180
+
181
+ - update package structure & readme example ([e6c75b4](https://github.com/thi-ng/umbrella/commit/e6c75b4))
182
+ - BREAKING CHANGE: update package structure
183
+ - rename src/transform => src/xform
184
+ - move src/format.ts => src/xform/format.ts
185
+
186
+ ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.6.0) (2018-03-21)
187
+
188
+ #### 🚀 Features
189
+
190
+ - update error handling, add [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) dep ([8a3e72e](https://github.com/thi-ng/umbrella/commit/8a3e72e))
191
+
192
+ ### [0.5.40](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.40) (2018-03-21)
193
+
194
+ #### ♻️ Refactoring
195
+
196
+ - update Logger ctor arg handling ([2a1264a](https://github.com/thi-ng/umbrella/commit/2a1264a))
197
+
198
+ ### [0.5.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.17) (2018-02-18)
82
199
 
83
- ### BREAKING CHANGES
200
+ #### ♻️ Refactoring
84
201
 
85
- - enable multi-outputs (ES6 modules, CJS, UMD)
86
- - build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
87
- - all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols
202
+ - update Logger ctor due to changes in StreamMerge ([5a728cb](https://github.com/thi-ng/umbrella/commit/5a728cb))
203
+ - mark Logger instance as infinite stream merge (non-closing)
88
204
 
89
- ## [1.0.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.59...@thi.ng/rstream-log@1.0.60) (2018-09-24)
205
+ ### [0.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.1) (2018-01-26)
90
206
 
91
- ### Performance Improvements
207
+ #### 🩹 Bug fixes
92
208
 
93
- - **rstream-log:** `Level` => const enum ([fc6a4d3](https://github.com/thi-ng/umbrella/commit/fc6a4d3))
209
+ - imports ([76c6734](https://github.com/thi-ng/umbrella/commit/76c6734))
94
210
 
95
- ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.3...@thi.ng/rstream-log@1.0.4) (2018-04-18)
211
+ ## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.0) (2018-01-26)
96
212
 
97
- ### Bug Fixes
213
+ #### 🩹 Bug fixes
98
214
 
99
- - **rstream-log:** ID handling in Logger ctor ([3087776](https://github.com/thi-ng/umbrella/commit/3087776))
215
+ - update module re-exports ([55c3b04](https://github.com/thi-ng/umbrella/commit/55c3b04))
100
216
 
101
- # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.6.9...@thi.ng/rstream-log@1.0.0) (2018-04-15)
217
+ ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.3.0) (2018-01-25)
102
218
 
103
- ### Code Refactoring
219
+ #### 🚀 Features
104
220
 
105
- - **rstream-log:** update package structure & readme example ([e6c75b4](https://github.com/thi-ng/umbrella/commit/e6c75b4))
221
+ - add support for body formatter (formatString()), add type aliases ([4048bec](https://github.com/thi-ng/umbrella/commit/4048bec))
222
+ - add node check for writeFile() ([bc26d09](https://github.com/thi-ng/umbrella/commit/bc26d09))
223
+ - add ILogger ([8304c82](https://github.com/thi-ng/umbrella/commit/8304c82))
106
224
 
107
- ### BREAKING CHANGES
225
+ ### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.2) (2018-01-25)
108
226
 
109
- - **rstream-log:** update package structure
110
- - rename src/transform => src/xform
111
- - move src/format.ts => src/xform/format.ts
227
+ #### 🩹 Bug fixes
112
228
 
113
- # [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.40...@thi.ng/rstream-log@0.6.0) (2018-03-21)
229
+ - project links in readme files ([e290d75](https://github.com/thi-ng/umbrella/commit/e290d75))
114
230
 
115
- ### Features
231
+ ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.1) (2018-01-24)
116
232
 
117
- - **rstream-log:** update error handling, add [@thi](https://github.com/thi).ng/api dep ([8a3e72e](https://github.com/thi-ng/umbrella/commit/8a3e72e))
233
+ #### 🚀 Features
118
234
 
119
- ## [0.5.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.39...@thi.ng/rstream-log@0.5.40) (2018-03-21)
235
+ - initial re-import as monorepo, update readme files, cleanup imports ([04ff6e9](https://github.com/thi-ng/umbrella/commit/04ff6e9))
package/package.json CHANGED
@@ -1,97 +1,102 @@
1
1
  {
2
- "name": "@thi.ng/rstream-log",
3
- "version": "4.0.9",
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"
2
+ "name": "@thi.ng/rstream-log",
3
+ "version": "4.1.3",
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://github.com/thi-ng/umbrella/tree/develop/packages/rstream-log#readme",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
12
18
  },
13
- "homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-log#readme",
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
- "author": "Karsten Schmidt <k+npm@thi.ng>",
25
- "license": "Apache-2.0",
26
- "scripts": {
27
- "build": "yarn clean && tsc --declaration",
28
- "clean": "rimraf *.js *.d.ts *.map doc output xform",
29
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
30
- "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
31
- "doc:readme": "yarn doc:stats && ../../scripts/node-esm ../../tools/src/readme.ts",
32
- "doc:stats": "../../scripts/node-esm ../../tools/src/module-stats.ts",
33
- "pub": "yarn build && yarn publish --access public",
34
- "test": "testament test"
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ }
23
+ ],
24
+ "author": "Karsten Schmidt <k+npm@thi.ng>",
25
+ "license": "Apache-2.0",
26
+ "scripts": {
27
+ "build": "yarn clean && tsc --declaration",
28
+ "clean": "rimraf '*.js' '*.d.ts' '*.map' doc output xform",
29
+ "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
30
+ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
31
+ "doc:readme": "yarn doc:stats && tools:readme",
32
+ "doc:stats": "tools:module-stats",
33
+ "pub": "yarn npm publish --access public",
34
+ "test": "testament test"
35
+ },
36
+ "dependencies": {
37
+ "@thi.ng/api": "^8.3.2",
38
+ "@thi.ng/checks": "^3.1.2",
39
+ "@thi.ng/errors": "^2.1.2",
40
+ "@thi.ng/logger": "^1.1.2",
41
+ "@thi.ng/rstream": "^7.2.0",
42
+ "@thi.ng/strings": "^3.3.0",
43
+ "@thi.ng/transducers": "^8.1.2"
44
+ },
45
+ "devDependencies": {
46
+ "@microsoft/api-extractor": "^7.18.19",
47
+ "@thi.ng/testament": "^0.2.2",
48
+ "rimraf": "^3.0.2",
49
+ "tools": "^0.0.1",
50
+ "typedoc": "^0.22.9",
51
+ "typescript": "^4.5.2"
52
+ },
53
+ "keywords": [
54
+ "datastructure",
55
+ "logger",
56
+ "multilevel",
57
+ "multiplex",
58
+ "pipeline",
59
+ "rstream",
60
+ "stream",
61
+ "transducer",
62
+ "typescript"
63
+ ],
64
+ "publishConfig": {
65
+ "access": "public"
66
+ },
67
+ "engines": {
68
+ "node": ">=12.7"
69
+ },
70
+ "files": [
71
+ "*.js",
72
+ "*.d.ts"
73
+ ],
74
+ "exports": {
75
+ ".": {
76
+ "import": "./index.js"
35
77
  },
36
- "dependencies": {
37
- "@thi.ng/api": "^8.2.0",
38
- "@thi.ng/checks": "^3.0.7",
39
- "@thi.ng/errors": "^2.0.6",
40
- "@thi.ng/logger": "^1.0.6",
41
- "@thi.ng/rstream": "^7.0.9",
42
- "@thi.ng/strings": "^3.1.4",
43
- "@thi.ng/transducers": "^8.0.8"
78
+ "./api": {
79
+ "import": "./api.js"
44
80
  },
45
- "devDependencies": {
46
- "@thi.ng/testament": "^0.1.6"
81
+ "./console": {
82
+ "import": "./console.js"
47
83
  },
48
- "keywords": [
49
- "datastructure",
50
- "logger",
51
- "multilevel",
52
- "multiplex",
53
- "pipeline",
54
- "rstream",
55
- "stream",
56
- "transducer",
57
- "typescript"
58
- ],
59
- "publishConfig": {
60
- "access": "public"
84
+ "./filter": {
85
+ "import": "./filter.js"
61
86
  },
62
- "engines": {
63
- "node": ">=12.7"
87
+ "./format": {
88
+ "import": "./format.js"
64
89
  },
65
- "files": [
66
- "*.js",
67
- "*.d.ts"
90
+ "./logger": {
91
+ "import": "./logger.js"
92
+ }
93
+ },
94
+ "thi.ng": {
95
+ "parent": "@thi.ng/rstream",
96
+ "related": [
97
+ "logger"
68
98
  ],
69
- "exports": {
70
- ".": {
71
- "import": "./index.js"
72
- },
73
- "./api": {
74
- "import": "./api.js"
75
- },
76
- "./console": {
77
- "import": "./console.js"
78
- },
79
- "./filter": {
80
- "import": "./filter.js"
81
- },
82
- "./format": {
83
- "import": "./format.js"
84
- },
85
- "./logger": {
86
- "import": "./logger.js"
87
- }
88
- },
89
- "thi.ng": {
90
- "parent": "@thi.ng/rstream",
91
- "related": [
92
- "logger"
93
- ],
94
- "year": 2017
95
- },
96
- "gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
97
- }
99
+ "year": 2017
100
+ },
101
+ "gitHead": "32cf1a96854f9bb97aca65ffa05ca862ea377059\n"
102
+ }