@putout/formatter-memory 3.1.3 → 3.1.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/lib/memory.js +1 -0
  2. package/package.json +1 -1
package/lib/memory.js CHANGED
@@ -131,6 +131,7 @@ function getInfo(memory) {
131
131
  rss: ${red(rss)}
132
132
  time: ${blueBright(calcTime())}
133
133
 
134
+
134
135
  `;
135
136
  }
136
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/formatter-memory",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊Putout formatter shows memory usage",
6
6
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/formatter-memory#readme",