fixparser-plugin-log-console 8.1.11 → 8.1.12-3957e2c19127fb7cb4e4d6c54724a7ed93636b94

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 (1) hide show
  1. package/package.json +12 -3
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "fixparser-plugin-log-console",
3
- "version": "8.1.11",
3
+ "version": "8.1.12-3957e2c19127fb7cb4e4d6c54724a7ed93636b94",
4
4
  "description": "Console / JSON logger for FIXParser",
5
- "files": ["./build/", "./types/", "./LICENSE.md"],
5
+ "files": [
6
+ "./build/",
7
+ "./types/",
8
+ "./LICENSE.md"
9
+ ],
6
10
  "repository": {
7
11
  "type": "git",
8
12
  "url": "git+https://gitlab.com/logotype/fixparser.git"
@@ -17,7 +21,12 @@
17
21
  "upgrade-interactive": "ncu -u -t latest"
18
22
  },
19
23
  "author": "Victor Norgren",
20
- "keywords": ["FIXParser", "FIXParser Logger", "Console Logger", "Console JSON Logger"],
24
+ "keywords": [
25
+ "FIXParser",
26
+ "FIXParser Logger",
27
+ "Console Logger",
28
+ "Console JSON Logger"
29
+ ],
21
30
  "homepage": "https://fixparser.dev",
22
31
  "license": "SEE LICENSE IN LICENSE.md",
23
32
  "types": "./types/ConsoleLogTransport.d.ts",