putout 32.0.5 → 32.0.6

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 +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.09.18, v32.0.6
2
+
3
+ feature:
4
+ - 23d26e71c package: @putout/engine-processor v10.0.0
5
+ - 9426d0f7a package: @putout/engine-loader v12.0.0
6
+
1
7
  2023.09.18, v32.0.5
2
8
 
3
9
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "32.0.5",
3
+ "version": "32.0.6",
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",
@@ -53,7 +53,7 @@
53
53
  "@putout/compare": "^13.0.0",
54
54
  "@putout/engine-loader": "^12.0.0",
55
55
  "@putout/engine-parser": "^9.0.0",
56
- "@putout/engine-processor": "^9.0.0",
56
+ "@putout/engine-processor": "^10.0.0",
57
57
  "@putout/engine-runner": "^19.0.0",
58
58
  "@putout/eslint": "^2.0.0",
59
59
  "@putout/formatter-codeframe": "^5.0.0",