putout 25.0.4 → 25.0.7

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 +42 -0
  2. package/package.json +8 -8
package/ChangeLog CHANGED
@@ -1,3 +1,45 @@
1
+ 2022.02.28, v25.0.7
2
+
3
+ feature:
4
+ - (package) @putout/engine-processor v5.0.0
5
+ - (@putout/engine-processor) drop support of node < 16
6
+ - (package) @putout/engine-loader v6.0.0
7
+
8
+
9
+ 2022.02.28, v25.0.6
10
+
11
+ feature:
12
+ - (package) @putout/compare v9.0.0
13
+ - (package) @putout/compare v9.0.0
14
+ - (package) @putout/compare v9.0.0
15
+ - (package) @putout/traverse v5.0.0
16
+ - (@putout/traverse) drop support of node < 16
17
+ - (package) @putout/compare v9.0.0
18
+ - (package) @putout/engine-loader v6.0.0
19
+ - (@putout/engine-loader) drop support of node < 16
20
+ - (package) @putout/engine-parser v5.0.0
21
+ - (package) @putout/engine-runner v13.0.0
22
+ - (@putout/engine-runner) drop support of node < 16
23
+ - (package) @putout/engine-parser v5.0.0
24
+ - (package) @putout/compare v9.0.0
25
+ - (package) @putout/operator-add-args v3.0.0
26
+ - (package) @putout/engine-parser v5.0.0
27
+ - (@putout/operator-add-args) drop support of putout < 25
28
+ - (@putout/compare) drop support of node < 16
29
+ - (package) @putout/engine-parser v5.0.0
30
+
31
+
32
+ 2022.02.25, v25.0.5
33
+
34
+ feature:
35
+ - (package) @putout/engine-parser v5.0.0
36
+ - (package) @putout/engine-parser v5.0.0
37
+ - (@putout/engine-parser) drop support of node < 16
38
+ - (package) estree-to-babel v5.0.0
39
+ - (@putout/plugin-tape) remove-skip: change message
40
+ - (@putout/plugin-tape) rm insert require try catch
41
+
42
+
1
43
  2022.02.24, v25.0.4
2
44
 
3
45
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.4",
3
+ "version": "25.0.7",
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",
@@ -52,11 +52,11 @@
52
52
  "@putout/cli-match": "^1.0.0",
53
53
  "@putout/cli-ruler": "^2.0.0",
54
54
  "@putout/cli-validate-args": "^1.0.0",
55
- "@putout/compare": "^8.7.0",
56
- "@putout/engine-loader": "^5.0.0",
57
- "@putout/engine-parser": "^4.0.0",
58
- "@putout/engine-processor": "^4.0.0",
59
- "@putout/engine-runner": "^12.0.0",
55
+ "@putout/compare": "^9.0.0",
56
+ "@putout/engine-loader": "^6.0.0",
57
+ "@putout/engine-parser": "^5.0.0",
58
+ "@putout/engine-processor": "^5.0.0",
59
+ "@putout/engine-runner": "^13.0.0",
60
60
  "@putout/formatter-codeframe": "^3.0.0",
61
61
  "@putout/formatter-dump": "^3.0.0",
62
62
  "@putout/formatter-frame": "^2.0.0",
@@ -67,7 +67,7 @@
67
67
  "@putout/formatter-progress-bar": "^2.0.0",
68
68
  "@putout/formatter-stream": "^3.0.0",
69
69
  "@putout/operate": "^7.0.0",
70
- "@putout/operator-add-args": "^2.0.0",
70
+ "@putout/operator-add-args": "^3.0.0",
71
71
  "@putout/operator-declare": "^4.0.0",
72
72
  "@putout/operator-regexp": "^1.0.0",
73
73
  "@putout/plugin-apply-array-at": "^1.0.0",
@@ -171,7 +171,7 @@
171
171
  "@putout/processor-json": "^3.0.0",
172
172
  "@putout/processor-markdown": "^6.0.0",
173
173
  "@putout/processor-yaml": "^3.0.0",
174
- "@putout/traverse": "^4.0.0",
174
+ "@putout/traverse": "^5.0.0",
175
175
  "ajv": "^8.8.2",
176
176
  "chalk": "^4.0.0",
177
177
  "ci-info": "^3.1.1",