putout 22.5.3 → 22.5.4

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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2021.12.07, v22.5.4
2
+
3
+ fix:
4
+ - (@putout/plugin-putout) convert-putout-test-to-create-test: declared createTest
5
+
6
+ feature:
7
+ - (package) @putout/formatter-codeframe v3.0.0
8
+ - (@putout/formatter-codeframe) convert to ESM (#91)
9
+
10
+
1
11
  2021.12.07, v22.5.3
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "22.5.3",
3
+ "version": "22.5.4",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
6
6
  "homepage": "http://github.com/coderaiser/putout",
@@ -55,7 +55,7 @@
55
55
  "@putout/engine-parser": "^4.0.0",
56
56
  "@putout/engine-processor": "^4.0.0",
57
57
  "@putout/engine-runner": "^11.0.0",
58
- "@putout/formatter-codeframe": "^2.0.0",
58
+ "@putout/formatter-codeframe": "^3.0.0",
59
59
  "@putout/formatter-dump": "^3.0.0",
60
60
  "@putout/formatter-frame": "^1.0.0",
61
61
  "@putout/formatter-json": "^1.0.0",