putout 31.0.2 → 31.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/ChangeLog +29 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2023.08.08, v31.0.4
2
+
3
+ fix:
4
+ - fca64a926 @putout/compare: ignore: drop pattern
5
+
6
+ feature:
7
+ - cad218775 package: @putout/plugin-nodejs v7.0.0
8
+ - df60b2b40 @putout/plugin-nodejs: drop support of 🐊 < 31
9
+ - bb252688d @putout/operate: insertAfter: comments
10
+ - 7973ea898 @putout/compare: top-level-comparators: simplify
11
+ - c7cde3a5e @putout/compare: top-level-comparators
12
+ - be73a28ac @putout/compare: add support of top level regexp (#179)
13
+ - 86e565165 @putout/plugin-typescript: convert-generic-to-shorthand: parens
14
+ - c5103a1d9 package: @putout/printer v3.0.0
15
+ - b5b396a47 package: @putout/operator-declare v7.0.4
16
+ - 61e5a2d62 package: @putout/operate v10.0.2
17
+ - 0ce6200c8 package: @putout/operate v10.0.2
18
+
19
+ 2023.08.04, v31.0.3
20
+
21
+ fix:
22
+ - d1371e365 @putout/compare: link
23
+
24
+ feature:
25
+ - dd2974013 package: @putout/formatter-frame v4.0.0
26
+ - 2b74fc46f package: @putout/formatter-codeframe v5.0.2
27
+ - 23101f026 @putout/formatter-frame: drop support of 🐊 < 31
28
+ - f8547c45a package: @putout/operate v10.0.2
29
+
1
30
  2023.08.04, v31.0.2
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.0.2",
3
+ "version": "31.0.4",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -58,7 +58,7 @@
58
58
  "@putout/eslint": "^2.0.0",
59
59
  "@putout/formatter-codeframe": "^5.0.0",
60
60
  "@putout/formatter-dump": "^4.0.0",
61
- "@putout/formatter-frame": "^3.0.0",
61
+ "@putout/formatter-frame": "^4.0.0",
62
62
  "@putout/formatter-json": "^2.0.0",
63
63
  "@putout/formatter-json-lines": "^3.0.0",
64
64
  "@putout/formatter-memory": "^3.0.0",
@@ -113,7 +113,7 @@
113
113
  "@putout/plugin-merge-if-statements": "^3.0.0",
114
114
  "@putout/plugin-montag": "^2.0.0",
115
115
  "@putout/plugin-new": "^2.0.0",
116
- "@putout/plugin-nodejs": "^6.0.0",
116
+ "@putout/plugin-nodejs": "^7.0.0",
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
119
  "@putout/plugin-promises": "^11.0.0",