putout 38.1.1 → 38.1.2

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.
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2025.02.10, v38.1.2
2
+
3
+ fix:
4
+ - 9331e96fe @putout/operator-json: description
5
+ - c1a88abdc @putout/plugin-vitest: v3-apply-browser-instances: report after transform
6
+
7
+ feature:
8
+ - f9ccb341b @putout/operator-parens: add
9
+ - fb7db0604 @putout/plugin-vitest: drop support of 🐊 < 38
10
+
1
11
  2025.02.09, v38.1.1
2
12
 
3
13
  fix:
package/lib/putout.js CHANGED
@@ -130,6 +130,7 @@ module.exports.operator = {
130
130
  ...require('@putout/operator-match-files'),
131
131
  ...require('@putout/operator-rename-files'),
132
132
  ...require('@putout/operator-ignore'),
133
+ ...require('@putout/operator-parens'),
133
134
  };
134
135
 
135
136
  module.exports.ignores = require('./ignores');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.1",
3
+ "version": "38.1.2",
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",
@@ -85,6 +85,7 @@
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-keyword": "^2.0.0",
87
87
  "@putout/operator-match-files": "^6.0.1",
88
+ "@putout/operator-parens": "^1.0.0",
88
89
  "@putout/operator-regexp": "^1.0.0",
89
90
  "@putout/operator-rename-files": "^2.0.0",
90
91
  "@putout/plugin-apply-arrow": "^1.0.0",