@thi.ng/rstream-log 4.1.84 → 4.1.86

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 +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-11-24T09:35:46Z
3
+ - **Last updated**: 2023-12-09T19:12:03Z
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.
package/README.md CHANGED
@@ -68,7 +68,7 @@ For Node.js REPL:
68
68
  const rstreamLog = await import("@thi.ng/rstream-log");
69
69
  ```
70
70
 
71
- Package sizes (brotli'd, pre-treeshake): ESM: 848 bytes
71
+ Package sizes (brotli'd, pre-treeshake): ESM: 856 bytes
72
72
 
73
73
  ## Dependencies
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-log",
3
- "version": "4.1.84",
3
+ "version": "4.1.86",
4
4
  "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,20 +33,19 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.9",
37
- "@thi.ng/checks": "^3.4.9",
38
- "@thi.ng/errors": "^2.4.3",
39
- "@thi.ng/logger": "^2.0.0",
40
- "@thi.ng/rstream": "^8.2.11",
41
- "@thi.ng/strings": "^3.7.0",
42
- "@thi.ng/transducers": "^8.8.12"
36
+ "@thi.ng/api": "^8.9.11",
37
+ "@thi.ng/checks": "^3.4.11",
38
+ "@thi.ng/errors": "^2.4.5",
39
+ "@thi.ng/logger": "^2.0.1",
40
+ "@thi.ng/rstream": "^8.2.13",
41
+ "@thi.ng/strings": "^3.7.2",
42
+ "@thi.ng/transducers": "^8.8.14"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.38.3",
46
- "@thi.ng/testament": "^0.4.2",
47
46
  "rimraf": "^5.0.5",
48
47
  "tools": "^0.0.1",
49
- "typedoc": "^0.25.3",
48
+ "typedoc": "^0.25.4",
50
49
  "typescript": "^5.3.2"
51
50
  },
52
51
  "keywords": [
@@ -97,5 +96,5 @@
97
96
  ],
98
97
  "year": 2017
99
98
  },
100
- "gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n"
99
+ "gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
101
100
  }