putout 22.8.1 → 22.8.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.
Files changed (3) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +1 -1
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2021.12.16, v22.8.2
2
+
3
+ fix:
4
+ - (@putout/formatter-memory) memry -> memory
5
+
6
+ feature:
7
+ - (putout) options: ignore: add .pnp.*
8
+ - (@putout/engine-loader) improve support of Yarn PnP (#93)
9
+
10
+
1
11
  2021.12.15, v22.8.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "22.8.1",
3
+ "version": "22.8.2",
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",
package/putout.json CHANGED
@@ -103,6 +103,7 @@
103
103
  "**/fixture",
104
104
  "**/.nyc_output",
105
105
  "**/.yarn",
106
+ "**/.pnp.*",
106
107
  "**/coverage",
107
108
  "**/dist",
108
109
  "**/dist-dev",