putout 37.2.0 → 37.3.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/ChangeLog +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.12.18, v37.3.0
2
+
3
+ feature:
4
+ - af6bc6531 putout: @putout/plugin-putout v22.0.0
5
+ - eb25212fa @putout/plugin-putout: drop support of 🐊 < 37
6
+ - 65b1178e6 @putout/plugin-putout: declare: export
7
+ - f0114e1a6 @putout/plugin-printer: drop support of node < 18
8
+ - 3d179ac93 @putout/plugin-printer: declare: add
9
+ - 303c420e3 @putout/eslint-config: operator-linebreak: ||
10
+
1
11
  2024.12.16, v37.2.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.2.0",
3
+ "version": "37.3.0",
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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-optional-chaining": "^1.0.1",
139
139
  "@putout/plugin-package-json": "^8.0.0",
140
140
  "@putout/plugin-promises": "^16.0.0",
141
- "@putout/plugin-putout": "^21.0.0",
141
+ "@putout/plugin-putout": "^22.0.0",
142
142
  "@putout/plugin-putout-config": "^7.0.1",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",