@thi.ng/rstream-log 4.0.8 → 4.1.2

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 (3) hide show
  1. package/CHANGELOG.md +178 -54
  2. package/README.md +1 -1
  3. package/package.json +94 -89
package/CHANGELOG.md CHANGED
@@ -1,111 +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
15
+
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
21
+
22
+ #### ♻️ Refactoring
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.
30
+
31
+ ### [4.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.1) (2021-10-13)
32
+
33
+ #### ♻️ Refactoring
5
34
 
6
- ## [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)
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
7
38
 
8
- **Note:** Version bump only for package @thi.ng/rstream-log
39
+ # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.0) (2021-10-12)
9
40
 
41
+ #### 🛑 Breaking changes
10
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
11
55
 
56
+ #### ♻️ Refactoring
12
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)
13
70
 
14
- # [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)
71
+ ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.2.0) (2021-01-13)
15
72
 
73
+ #### 🚀 Features
16
74
 
17
- ### Build System
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
18
79
 
19
- * major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
80
+ ### [3.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.52) (2020-12-07)
20
81
 
82
+ #### ♻️ Refactoring
21
83
 
22
- ### BREAKING CHANGES
84
+ - update type-only imports ([479706b](https://github.com/thi-ng/umbrella/commit/479706b))
23
85
 
24
- * discontinue CommonJS & UMD versions
86
+ ### [3.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.10) (2020-02-25)
25
87
 
26
- - only ESM modules will be published from now on
27
- - CJS obsolete due to ESM support in recent versions of node:
28
- - i.e. launch NodeJS via:
29
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
30
- - in the node REPL use `await import(...)` instead of `require()`
31
- - UMD obsolete due to widespread browser support for ESM
88
+ #### ♻️ Refactoring
32
89
 
33
- Also:
34
- - normalize/restructure/reorg all package.json files
35
- - cleanup all build scripts, remove obsolete
36
- - switch from mocha to @thi.ng/testament for all tests
90
+ - update imports ([77a672f](https://github.com/thi-ng/umbrella/commit/77a672f))
37
91
 
92
+ ### [3.1.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.5) (2019-09-21)
38
93
 
94
+ #### ♻️ Refactoring
39
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))
40
97
 
98
+ ### [3.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.4) (2019-08-21)
41
99
 
100
+ #### ♻️ Refactoring
42
101
 
43
- # [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)
102
+ - update Logger ctor to new rstream API ([30a0276](https://github.com/thi-ng/umbrella/commit/30a0276))
44
103
 
45
- ### Features
104
+ ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.0) (2019-07-07)
46
105
 
47
- - **rstream-log:** update default body format for formatString() ([841b062](https://github.com/thi-ng/umbrella/commit/841b06271362c6941176b057d1bfab363c07d104))
106
+ #### 🚀 Features
48
107
 
49
- # [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)
108
+ - add maskSecrets() format xform ([481a65d](https://github.com/thi-ng/umbrella/commit/481a65d))
50
109
 
51
- ### Features
110
+ #### ♻️ Refactoring
52
111
 
53
- - **rstream-log:** add maskSecrets() format xform ([481a65d](https://github.com/thi-ng/umbrella/commit/481a65d))
112
+ - TS strictNullChecks ([29ef1a5](https://github.com/thi-ng/umbrella/commit/29ef1a5))
54
113
 
55
- # [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)
114
+ ### [3.0.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.13) (2019-04-26)
56
115
 
57
- ### Code Refactoring
116
+ #### ♻️ Refactoring
58
117
 
59
- - **rstream-log:** remove obsolete writeFile() fn ([1354171](https://github.com/thi-ng/umbrella/commit/1354171))
118
+ - simplify level lookup in formatters ([1bebecd](https://github.com/thi-ng/umbrella/commit/1bebecd))
60
119
 
61
- ### BREAKING CHANGES
120
+ ### [3.0.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.12) (2019-04-24)
62
121
 
63
- - **rstream-log:** migrate writeFile() to new pkg @thi.ng/rstream-log-file
122
+ #### ♻️ Refactoring
64
123
 
65
- # [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)
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))
66
125
 
67
- ### Bug Fixes
126
+ # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.0) (2019-03-19)
68
127
 
69
- - **rstream-log:** remove __Level reverse enum lookup, update Level (non const) ([d89f28f](https://github.com/thi-ng/umbrella/commit/d89f28f))
128
+ #### 🛑 Breaking changes
70
129
 
71
- ### Build System
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)
132
+
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
72
136
 
73
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)
74
199
 
75
- ### BREAKING CHANGES
200
+ #### ♻️ Refactoring
76
201
 
77
- - enable multi-outputs (ES6 modules, CJS, UMD)
78
- - build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
79
- - 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)
80
204
 
81
- ## [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)
82
206
 
83
- ### Performance Improvements
207
+ #### 🩹 Bug fixes
84
208
 
85
- - **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))
86
210
 
87
- ## [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)
88
212
 
89
- ### Bug Fixes
213
+ #### 🩹 Bug fixes
90
214
 
91
- - **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))
92
216
 
93
- # [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)
94
218
 
95
- ### Code Refactoring
219
+ #### 🚀 Features
96
220
 
97
- - **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))
98
224
 
99
- ### BREAKING CHANGES
225
+ ### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.2) (2018-01-25)
100
226
 
101
- - **rstream-log:** update package structure
102
- - rename src/transform => src/xform
103
- - move src/format.ts => src/xform/format.ts
227
+ #### 🩹 Bug fixes
104
228
 
105
- # [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))
106
230
 
107
- ### Features
231
+ ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.1) (2018-01-24)
108
232
 
109
- - **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
110
234
 
111
- ## [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/README.md CHANGED
@@ -70,7 +70,7 @@ node --experimental-repl-await
70
70
  > const rstreamLog = await import("@thi.ng/rstream-log");
71
71
  ```
72
72
 
73
- Package sizes (gzipped, pre-treeshake): ESM: 805 bytes
73
+ Package sizes (gzipped, pre-treeshake): ESM: 845 bytes
74
74
 
75
75
  ## Dependencies
76
76
 
package/package.json CHANGED
@@ -1,97 +1,102 @@
1
1
  {
2
- "name": "@thi.ng/rstream-log",
3
- "version": "4.0.8",
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.2",
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.2.2",
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.1.0",
38
- "@thi.ng/checks": "^3.0.6",
39
- "@thi.ng/errors": "^2.0.6",
40
- "@thi.ng/logger": "^1.0.6",
41
- "@thi.ng/rstream": "^7.0.8",
42
- "@thi.ng/strings": "^3.1.3",
43
- "@thi.ng/transducers": "^8.0.7"
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": "852cd2450617c86d15d18477dc634f17f04202eb"
97
- }
99
+ "year": 2017
100
+ },
101
+ "gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n"
102
+ }