@putout/engine-runner 13.2.0 → 13.2.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.
@@ -116,6 +116,7 @@ function getStore(plugin, {fix, rule, shebang, msg, options}) {
116
116
  store.clear();
117
117
  list.clear();
118
118
  upstore.clear();
119
+ uplist.clear();
119
120
  return placesStore.clear();
120
121
  };
121
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/engine-runner",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "run putout plugins",