code-quality-lib 1.0.2 → 1.0.4

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/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -122,7 +122,9 @@ const colors = {
122
122
  blue: '\x1b[34m',
123
123
  magenta: '\x1b[35m',
124
124
  cyan: '\x1b[36m',
125
- white: '\x1b[37m'
125
+ white: '\x1b[37m',
126
+ dim: '\x1b[2m',
127
+ header: '\x1b[1m\x1b[36m'
126
128
  };
127
129
 
128
130
  function colorLog(message, color = 'reset') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-quality-lib",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A configurable code quality checker library for Node.js projects",
5
5
  "main": "index.js",
6
6
  "bin": {