putout 31.0.0 → 31.0.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.
Files changed (2) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +2 -3
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2023.08.04, v31.0.2
2
+
3
+ feature:
4
+ - 1e81ca569 package: @putout/engine-processor v9.0.0
5
+ - 62f10be89 package: @putout/engine-loader v11.0.1
6
+ - ff0690655 package: @putout/engine-parser v8.0.1
7
+ - 655ae835d package: @putout/engine-parser v8.0.1
8
+ - 0e1c1beac package: @putout/engine-parser v8.0.1
9
+ - 120d402dc package: @putout/engine-parser v8.0.1
10
+ - edef2ceab package: @putout/engine-parser v8.0.1
11
+ - 832b9d9db @putout/engine-loader: drop support of Babel Plugins (babel/babel#15835)
12
+
1
13
  2023.08.04, v31.0.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.0.0",
3
+ "version": "31.0.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",
@@ -53,7 +53,7 @@
53
53
  "@putout/compare": "^12.0.0",
54
54
  "@putout/engine-loader": "^11.0.0",
55
55
  "@putout/engine-parser": "^8.0.0",
56
- "@putout/engine-processor": "^8.0.0",
56
+ "@putout/engine-processor": "^9.0.0",
57
57
  "@putout/engine-runner": "^18.0.0",
58
58
  "@putout/eslint": "^2.0.0",
59
59
  "@putout/formatter-codeframe": "^5.0.0",
@@ -201,7 +201,6 @@
201
201
  "unused"
202
202
  ],
203
203
  "devDependencies": {
204
- "babel-plugin-transform-inline-consecutive-adds": "^0.5.0-alpha.9",
205
204
  "c8": "^8.0.0",
206
205
  "currify": "^4.0.0",
207
206
  "escover": "^3.2.2",