@putout/plugin-putout 11.0.0 → 11.0.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.
package/README.md CHANGED
@@ -102,7 +102,7 @@ const test = createTest({
102
102
  });
103
103
  ```
104
104
 
105
- ## convert-putout-test-to-create-test"
105
+ ## convert-putout-test-to-create-test
106
106
 
107
107
  Fixes results of [@putout/convert-commonjs-to-esm](https://github.com/coderaiser/putout/tree/master/packages/plugin-convert-commonjs-to-esm) work.
108
108
 
@@ -10,7 +10,7 @@ module.exports = {
10
10
  declare: `const {declare} = operator`,
11
11
  isSimpleRegExp: `const {isSimpleRegExp} = operator`,
12
12
  getTemplateValues: `const {getTemplateValues} = operator`,
13
- addArgument: `const {addArgument} = operator`,
13
+ addArgs: `const {addArgs} = operator`,
14
14
  replaceWith: `const {replaceWith} = operator`,
15
15
  replaceWithMultiple: `const {replaceWithMultiple} = operator`,
16
16
  isESM: `const {isESM} = operator`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "putout plugin helps with plugins development",