@thi.ng/rstream-log 4.1.30 → 4.1.31

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 +11 -11
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -39,9 +39,9 @@ and/or version bumps of transitive dependencies.
39
39
 
40
40
  #### ♻️ Refactoring
41
41
 
42
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
43
42
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
44
43
  - add .js suffix for all relative imports
44
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
45
45
 
46
46
  # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.0) (2021-10-12)
47
47
 
@@ -62,18 +62,18 @@ and/or version bumps of transitive dependencies.
62
62
 
63
63
  #### ♻️ Refactoring
64
64
 
65
- - minor pkg restructure ([761de32](https://github.com/thi-ng/umbrella/commit/761de32))
66
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
65
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
66
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
67
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
68
+ - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
67
69
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
68
70
  - largely related to recent updates/restructuring of these packages:
69
71
  - api
70
72
  - defmulti
71
73
  - errors
72
74
  - logger
73
- - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
74
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
75
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
76
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
75
+ - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
76
+ - minor pkg restructure ([761de32](https://github.com/thi-ng/umbrella/commit/761de32))
77
77
 
78
78
  ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.2.0) (2021-01-13)
79
79
 
@@ -155,8 +155,8 @@ and/or version bumps of transitive dependencies.
155
155
 
156
156
  #### ♻️ Refactoring
157
157
 
158
- - use rstream nextID() util (fix regression) ([3e1467f](https://github.com/thi-ng/umbrella/commit/3e1467f))
159
158
  - use arrow fns ([14c00b2](https://github.com/thi-ng/umbrella/commit/14c00b2))
159
+ - use rstream nextID() util (fix regression) ([3e1467f](https://github.com/thi-ng/umbrella/commit/3e1467f))
160
160
 
161
161
  ### [1.0.60](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.60) (2018-09-24)
162
162
 
@@ -225,9 +225,9 @@ and/or version bumps of transitive dependencies.
225
225
 
226
226
  #### 🚀 Features
227
227
 
228
- - add support for body formatter (formatString()), add type aliases ([4048bec](https://github.com/thi-ng/umbrella/commit/4048bec))
229
- - add node check for writeFile() ([bc26d09](https://github.com/thi-ng/umbrella/commit/bc26d09))
230
228
  - add ILogger ([8304c82](https://github.com/thi-ng/umbrella/commit/8304c82))
229
+ - add node check for writeFile() ([bc26d09](https://github.com/thi-ng/umbrella/commit/bc26d09))
230
+ - add support for body formatter (formatString()), add type aliases ([4048bec](https://github.com/thi-ng/umbrella/commit/4048bec))
231
231
 
232
232
  ### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.2) (2018-01-25)
233
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-log",
3
- "version": "4.1.30",
3
+ "version": "4.1.31",
4
4
  "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/errors": "^2.2.3",
40
- "@thi.ng/logger": "^1.4.2",
41
- "@thi.ng/rstream": "^7.2.27",
42
- "@thi.ng/strings": "^3.3.16",
43
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/errors": "^2.2.4",
40
+ "@thi.ng/logger": "^1.4.3",
41
+ "@thi.ng/rstream": "^7.2.28",
42
+ "@thi.ng/strings": "^3.3.17",
43
+ "@thi.ng/transducers": "^8.3.23"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.33.5",
47
- "@thi.ng/testament": "^0.3.4",
47
+ "@thi.ng/testament": "^0.3.5",
48
48
  "rimraf": "^3.0.2",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.23.18",
50
+ "typedoc": "^0.23.20",
51
51
  "typescript": "^4.8.4"
52
52
  },
53
53
  "keywords": [
@@ -68,8 +68,8 @@
68
68
  "node": ">=12.7"
69
69
  },
70
70
  "files": [
71
- "*.js",
72
- "*.d.ts"
71
+ "./*.js",
72
+ "./*.d.ts"
73
73
  ],
74
74
  "exports": {
75
75
  ".": {
@@ -98,5 +98,5 @@
98
98
  ],
99
99
  "year": 2017
100
100
  },
101
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
101
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
102
102
  }