putout 26.1.0 → 26.1.1

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 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2022.05.13, v26.1.1
2
+
3
+ fix:
4
+ - (@putout/engine-loader) loadProcessors: when no default, return the module
5
+
6
+
7
+ feature:
8
+ - (package) @putout/processor-markdown v7.0.0
9
+ - (@putout/test) processor: export ESM
10
+ - (@putout/processor-markdown) convert to ESM
11
+
12
+
1
13
  2022.05.13, v26.1.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "26.1.0",
3
+ "version": "26.1.1",
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",
@@ -173,7 +173,7 @@
173
173
  "@putout/processor-ignore": "^2.0.0",
174
174
  "@putout/processor-javascript": "^3.0.0",
175
175
  "@putout/processor-json": "^3.0.0",
176
- "@putout/processor-markdown": "^6.0.0",
176
+ "@putout/processor-markdown": "^7.0.0",
177
177
  "@putout/processor-yaml": "^3.0.0",
178
178
  "@putout/traverse": "^5.0.0",
179
179
  "ajv": "^8.8.2",