putout 25.0.4 → 25.0.5
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2022.02.25, v25.0.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/engine-parser v5.0.0
|
|
5
|
+
- (package) @putout/engine-parser v5.0.0
|
|
6
|
+
- (@putout/engine-parser) drop support of node < 16
|
|
7
|
+
- (package) estree-to-babel v5.0.0
|
|
8
|
+
- (@putout/plugin-tape) remove-skip: change message
|
|
9
|
+
- (@putout/plugin-tape) rm insert require try catch
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
2022.02.24, v25.0.4
|
|
2
13
|
|
|
3
14
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.0.
|
|
3
|
+
"version": "25.0.5",
|
|
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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@putout/cli-validate-args": "^1.0.0",
|
|
55
55
|
"@putout/compare": "^8.7.0",
|
|
56
56
|
"@putout/engine-loader": "^5.0.0",
|
|
57
|
-
"@putout/engine-parser": "^
|
|
57
|
+
"@putout/engine-parser": "^5.0.0",
|
|
58
58
|
"@putout/engine-processor": "^4.0.0",
|
|
59
59
|
"@putout/engine-runner": "^12.0.0",
|
|
60
60
|
"@putout/formatter-codeframe": "^3.0.0",
|