putout 20.3.0 → 20.3.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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2021.09.19, v20.3.1
2
+
3
+ feature:
4
+ - (package) @putout/plugin-putout v7.0.0
5
+ - (@putout/plugin-putout) drop support of putout < 20
6
+ - (@putout/plugin-putout) declare: add
7
+ - (@putout/plugin-declare-undefined-variables) add support of lazy building of nodes
8
+ - (@putout/plugin-declare-undefined-variables) export declare
9
+
10
+
1
11
  2021.09.19, v20.3.0
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.3.0",
3
+ "version": "20.3.1",
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",
@@ -111,7 +111,7 @@
111
111
  "@putout/plugin-npmignore": "^2.0.0",
112
112
  "@putout/plugin-package-json": "^1.0.0",
113
113
  "@putout/plugin-promises": "^6.0.0",
114
- "@putout/plugin-putout": "^6.0.0",
114
+ "@putout/plugin-putout": "^7.0.0",
115
115
  "@putout/plugin-putout-config": "^1.0.0",
116
116
  "@putout/plugin-regexp": "^2.0.0",
117
117
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",