putout 32.0.2 → 32.0.3

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 +22 -0
  2. package/package.json +7 -7
package/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2023.09.15, v32.0.3
2
+
3
+ feature:
4
+ - 70aba9f6c package: @putout/traverse v9.0.0
5
+ - 763614b4d package: @putout/compare v13.0.0
6
+ - ee6433864 package: @putout/operator-add-args v7.0.0
7
+ - 16e1c8403 @putout/opererator-add-args: drop support of 🐊 < 32
8
+ - 761b509c1 package: @putout/compare v13.0.0
9
+ - f84e4c65c package: @putout/engine-runner v19.0.0
10
+ - d784a789a package: @putout/compare v13.0.0
11
+ - 26578f39f package: @putout/operator-declare v8.0.0
12
+ - 5bba76385 package: @putout/operator-declare v8.0.0
13
+ - b33d04e20 @putout/operator-declare: drop support of 🐊 < 32
14
+ - 134b32ac4 package: @putout/operate v11.0.0
15
+ - 547f07e54 package: @putout/compare v13.0.0
16
+ - f2e102531 package: @putout/operate v11.0.0
17
+ - a9e1fc5a4 package: @putout/operate v11.0.0
18
+ - 730917a6d @putout/operate: rename: handle assignment
19
+ - ac66238b2 @putout/plugin-appy-shorthand-properties: handle assignment
20
+ - 195862df1 @putout/plugin-apply-shorthand-properties: drop support of 🐊 < 32
21
+ - de059bb4a @putout/plugin-apply-shorthand-properties: report
22
+
1
23
  2023.09.15, v32.0.2
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.0.2",
3
+ "version": "32.0.3",
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",
@@ -50,11 +50,11 @@
50
50
  "@putout/cli-ruler": "^3.0.0",
51
51
  "@putout/cli-staged": "^1.0.0",
52
52
  "@putout/cli-validate-args": "^1.0.0",
53
- "@putout/compare": "^12.0.0",
53
+ "@putout/compare": "^13.0.0",
54
54
  "@putout/engine-loader": "^11.3.0",
55
55
  "@putout/engine-parser": "^8.0.0",
56
56
  "@putout/engine-processor": "^9.0.0",
57
- "@putout/engine-runner": "^18.0.0",
57
+ "@putout/engine-runner": "^19.0.0",
58
58
  "@putout/eslint": "^2.0.0",
59
59
  "@putout/formatter-codeframe": "^5.0.0",
60
60
  "@putout/formatter-dump": "^4.0.0",
@@ -65,9 +65,9 @@
65
65
  "@putout/formatter-progress": "^4.0.0",
66
66
  "@putout/formatter-progress-bar": "^3.0.0",
67
67
  "@putout/formatter-stream": "^4.0.0",
68
- "@putout/operate": "^10.0.0",
69
- "@putout/operator-add-args": "^6.0.0",
70
- "@putout/operator-declare": "^7.0.0",
68
+ "@putout/operate": "^11.0.0",
69
+ "@putout/operator-add-args": "^7.0.0",
70
+ "@putout/operator-declare": "^8.0.0",
71
71
  "@putout/operator-regexp": "^1.0.0",
72
72
  "@putout/plugin-apply-at": "^2.0.0",
73
73
  "@putout/plugin-apply-destructuring": "^7.0.0",
@@ -166,7 +166,7 @@
166
166
  "@putout/processor-json": "^7.0.0",
167
167
  "@putout/processor-markdown": "^10.0.0",
168
168
  "@putout/processor-yaml": "^6.0.0",
169
- "@putout/traverse": "^8.0.0",
169
+ "@putout/traverse": "^9.0.0",
170
170
  "ajv": "^8.8.2",
171
171
  "chalk": "^4.0.0",
172
172
  "ci-info": "^3.1.1",