putout 20.7.0 → 20.7.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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2021.10.02, v20.7.1
2
+
3
+ feature:
4
+ - (@putout/plugin-putout) declare: use operator.declare
5
+ - (@putout/plugin-tape) use operator.declare
6
+ - (package) @putout/plugin-declare-undefined-variables v5.0.0
7
+ - (@putout/plugin-declare-undefined-variables) rm export declare: drop supoport of putout < 20.7
8
+
9
+
1
10
  2021.10.02, v20.7.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.7.0",
3
+ "version": "20.7.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",
@@ -98,7 +98,7 @@
98
98
  "@putout/plugin-convert-template-to-string": "^1.0.0",
99
99
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
100
100
  "@putout/plugin-convert-top-level-return": "^4.0.0",
101
- "@putout/plugin-declare-undefined-variables": "^4.1.0",
101
+ "@putout/plugin-declare-undefined-variables": "^5.0.0",
102
102
  "@putout/plugin-eslint": "^2.0.0",
103
103
  "@putout/plugin-extract-object-properties": "^6.0.0",
104
104
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",