@thi.ng/rstream-log 4.1.48 → 4.1.49

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-14T13:27:20Z
3
+ - **Last updated**: 2023-03-27T19:05:48Z
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/format.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { LogEntry } from "@thi.ng/logger/api";
1
+ import { type LogEntry } from "@thi.ng/logger/api";
2
2
  import type { Transducer } from "@thi.ng/transducers";
3
3
  import type { BodyFormat, DateFormat, LogEntryObj } from "./api.js";
4
4
  export declare const isoDate: (dt: number) => string;
package/logger.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { LogEntry, LogLevel } from "@thi.ng/logger/api";
2
- import { ISubscribable } from "@thi.ng/rstream/api";
1
+ import { LogLevel, type LogEntry } from "@thi.ng/logger/api";
2
+ import { type ISubscribable } from "@thi.ng/rstream/api";
3
3
  import { StreamMerge } from "@thi.ng/rstream/merge";
4
4
  import type { ILogger } from "./api.js";
5
5
  export declare class Logger extends StreamMerge<LogEntry, LogEntry> implements ILogger {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-log",
3
- "version": "4.1.48",
3
+ "version": "4.1.49",
4
4
  "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,21 +34,21 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4",
38
- "@thi.ng/checks": "^3.3.10",
39
- "@thi.ng/errors": "^2.2.13",
40
- "@thi.ng/logger": "^1.4.11",
41
- "@thi.ng/rstream": "^7.2.45",
42
- "@thi.ng/strings": "^3.4.2",
43
- "@thi.ng/transducers": "^8.4.0"
37
+ "@thi.ng/api": "^8.7.5",
38
+ "@thi.ng/checks": "^3.3.11",
39
+ "@thi.ng/errors": "^2.2.14",
40
+ "@thi.ng/logger": "^1.4.12",
41
+ "@thi.ng/rstream": "^7.2.46",
42
+ "@thi.ng/strings": "^3.4.3",
43
+ "@thi.ng/transducers": "^8.4.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.34.4",
47
- "@thi.ng/testament": "^0.3.13",
48
- "rimraf": "^4.4.0",
47
+ "@thi.ng/testament": "^0.3.14",
48
+ "rimraf": "^4.4.1",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.23.26",
51
- "typescript": "^4.9.5"
50
+ "typedoc": "^0.23.28",
51
+ "typescript": "^5.0.2"
52
52
  },
53
53
  "keywords": [
54
54
  "datastructure",
@@ -98,5 +98,5 @@
98
98
  ],
99
99
  "year": 2017
100
100
  },
101
- "gitHead": "1359645f3af8a7d0d43fe7944ea5cd865832f8ee\n"
101
+ "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
102
102
  }