putout 42.0.7 → 42.0.8

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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2026.02.18, v42.0.8
2
+
3
+ feature:
4
+ - ec2904684 @putout/operator-ignore: difference
5
+ - 304146d6d @putout/operator-remove-files: difference
6
+ - f475fd209 putout: @putout/plugin-declare v8.0.0
7
+ - 5092d71a8 @putout/plugin-declare: difference: add
8
+
1
9
  2026.02.18, v42.0.7
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.7",
3
+ "version": "42.0.8",
4
4
  "type": "module",
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",
@@ -110,7 +110,7 @@
110
110
  "@putout/plugin-convert-template-to-string": "^3.0.0",
111
111
  "@putout/plugin-convert-to-arrow-function": "^5.0.0",
112
112
  "@putout/plugin-coverage": "^3.0.0",
113
- "@putout/plugin-declare": "^7.0.1",
113
+ "@putout/plugin-declare": "^8.0.0",
114
114
  "@putout/plugin-declare-before-reference": "^9.0.0",
115
115
  "@putout/plugin-destructuring": "^1.0.0",
116
116
  "@putout/plugin-eslint": "^15.0.0",