@zthun/lumberjacky-log 2.2.0 → 2.2.1

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/README.md +6 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -13,9 +13,9 @@ yarn add @zthun/lumberjacky-log
13
13
  There are 3 loggers that are added in this package that are given to you by
14
14
  default.
15
15
 
16
- | Logger | Description |
17
- | --------- | ---------------------------------------------------------------------------------------------------------------------------------- |
18
- | Console | Basic console logger that uses the lumberjacky interface |
19
- | Composite | Composite logger that logs to multiple sources |
20
- | Silent | Silent logger used for unit tests |
21
- | Context | Special logger that includes context information for logging. This is framework dependant. Basic console logging doesn't use this. |
16
+ | Logger | Description |
17
+ | --------- | ------------------------------------------------------------- |
18
+ | Console | Basic console logger that uses the lumberjacky interface |
19
+ | Composite | Composite logger that logs to multiple sources |
20
+ | Silent | Silent logger used for unit tests |
21
+ | Context | Special logger that includes context information for logging. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/lumberjacky-log",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A standard log interface between different logging standards.",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -34,14 +34,14 @@
34
34
  "lodash-es": "^4.17.21"
35
35
  },
36
36
  "devDependencies": {
37
- "typescript": "^5.5.4",
38
- "vite": "^5.4.2",
39
- "vitest": "^2.0.5",
37
+ "typescript": "^5.6.3",
38
+ "vite": "^5.4.10",
39
+ "vitest": "^2.1.4",
40
40
  "vitest-mock-extended": "^2.0.2"
41
41
  },
42
42
  "files": [
43
43
  "dist"
44
44
  ],
45
45
  "sideEffects": false,
46
- "gitHead": "3f632653c6722ca72d9e1c95d8cfafbc6305b051"
46
+ "gitHead": "4a595bf10284eea3c9ae5906a9588fdc9f996572"
47
47
  }