@putout/formatter-dump 3.0.2 → 4.0.0

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-dump.svg?style=flat&longCache=true
4
4
  [NPMURL]: https://npmjs.org/package/@putout/formatter-dump "npm"
5
5
 
6
- 🐊[`Putout`](https://github.com/coderaiser/putout) formatter stores output and dump it on end.
6
+ 🐊[**Putout**](https://github.com/coderaiser/putout) formatter stores output and dump it on end.
7
7
 
8
8
  ## Install
9
9
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@putout/formatter-dump",
3
- "version": "3.0.2",
3
+ "version": "4.0.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "putout formatter stores output and dump it on end",
6
- "homepage": "https://github.com/coderaiser/putout/tree/master/packages/formatter-dump",
6
+ "homepage": "https://github.com/coderaiser/putout/tree/master/packages/formatter-dump#readme",
7
7
  "main": "lib/dump.js",
8
8
  "release": false,
9
9
  "tag": false,
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@putout/formatter-json": "^2.0.0",
28
- "chalk": "^4.0.0",
28
+ "chalk": "^5.0.1",
29
29
  "table": "^6.0.1"
30
30
  },
31
31
  "keywords": [
@@ -36,19 +36,19 @@
36
36
  ],
37
37
  "devDependencies": {
38
38
  "@putout/plugin-remove-unused-variables": "*",
39
- "@putout/test": "^4.0.0",
39
+ "@putout/test": "^5.0.0",
40
40
  "c8": "^7.5.0",
41
41
  "eslint": "^8.0.1",
42
42
  "eslint-plugin-node": "^11.0.0",
43
- "eslint-plugin-putout": "^12.0.0",
44
- "madrun": "^8.0.1"
43
+ "eslint-plugin-putout": "^14.0.0",
44
+ "madrun": "^9.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "putout": ">=22.5"
47
+ "putout": ">=25"
48
48
  },
49
49
  "license": "MIT",
50
50
  "engines": {
51
- "node": ">=14"
51
+ "node": ">=16"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"