putout 26.1.1 → 26.1.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.
- package/ChangeLog +18 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2022.05.14, v26.1.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/processor-markdown) minimum 🐊Putout version
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- (package) @putout/processor-yaml v4.0.0
|
|
9
|
+
- (@putout/processor-yaml) convert to ESM
|
|
10
|
+
- (package) @putout/processor-json v5.0.0
|
|
11
|
+
- (package) @putout/processor-json v5.0.0
|
|
12
|
+
- (@putout/processor-json) convert to ESM
|
|
13
|
+
- (package) @putout/processor-ignore v3.0.0
|
|
14
|
+
- (@putout/processor-ignore) convert to ESM
|
|
15
|
+
- (package) @putout/processor-javascript v4.0.0
|
|
16
|
+
- (@putout/processor-javascript) convert to ESM
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
2022.05.13, v26.1.1
|
|
2
20
|
|
|
3
21
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "26.1.
|
|
3
|
+
"version": "26.1.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
@@ -170,11 +170,11 @@
|
|
|
170
170
|
"@putout/plugin-typescript": "^2.0.0",
|
|
171
171
|
"@putout/plugin-webpack": "^1.0.0",
|
|
172
172
|
"@putout/processor-css": "^4.0.0",
|
|
173
|
-
"@putout/processor-ignore": "^
|
|
174
|
-
"@putout/processor-javascript": "^
|
|
175
|
-
"@putout/processor-json": "^
|
|
173
|
+
"@putout/processor-ignore": "^3.0.0",
|
|
174
|
+
"@putout/processor-javascript": "^4.0.0",
|
|
175
|
+
"@putout/processor-json": "^5.0.0",
|
|
176
176
|
"@putout/processor-markdown": "^7.0.0",
|
|
177
|
-
"@putout/processor-yaml": "^
|
|
177
|
+
"@putout/processor-yaml": "^4.0.0",
|
|
178
178
|
"@putout/traverse": "^5.0.0",
|
|
179
179
|
"ajv": "^8.8.2",
|
|
180
180
|
"chalk": "^4.0.0",
|