metalog 3.1.8 → 3.1.9

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 +6 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased][unreleased]
4
4
 
5
+ ## [3.1.9][] - 2022-07-07
6
+
7
+ - Package maintenance
8
+
5
9
  ## [3.1.8][] - 2022-03-30
6
10
 
7
11
  - Add support for json-only logs
@@ -68,7 +72,8 @@
68
72
 
69
73
  First generation of Metarhia Logger
70
74
 
71
- [unreleased]: https://github.com/metarhia/metalog/compare/v3.1.8...HEAD
75
+ [unreleased]: https://github.com/metarhia/metalog/compare/v3.1.9...HEAD
76
+ [3.1.9]: https://github.com/metarhia/metalog/compare/v3.1.8...v3.1.9
72
77
  [3.1.8]: https://github.com/metarhia/metalog/compare/v3.1.7...v3.1.8
73
78
  [3.1.7]: https://github.com/metarhia/metalog/compare/v3.1.6...v3.1.7
74
79
  [3.1.6]: https://github.com/metarhia/metalog/compare/v3.1.5...v3.1.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metalog",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
5
5
  "description": "Logger for Metarhia",
6
6
  "license": "MIT",
@@ -49,16 +49,16 @@
49
49
  "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
50
50
  },
51
51
  "engines": {
52
- "node": "^12.10 || 14 || 16 || 17"
52
+ "node": "14 || 16 || 18"
53
53
  },
54
54
  "dependencies": {
55
- "concolor": "^1.0.2",
56
- "metautil": "^3.5.19"
55
+ "concolor": "^1.0.3",
56
+ "metautil": "^3.5.21"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^17.0.21",
60
- "eslint": "^8.11.0",
61
- "eslint-config-metarhia": "^7.0.0",
59
+ "@types/node": "^18.0.3",
60
+ "eslint": "^8.19.0",
61
+ "eslint-config-metarhia": "^8.1.0",
62
62
  "eslint-config-prettier": "^8.5.0",
63
63
  "eslint-plugin-import": "^2.25.4",
64
64
  "eslint-plugin-prettier": "^4.0.0",