@putout/engine-runner 20.4.1 → 21.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @putout/engine-runner [![NPM version][NPMIMGURL]][NPMURL]
2
2
 
3
3
  [NPMIMGURL]: https://img.shields.io/npm/v/@putout/engine-runner.svg?style=flat&longCache=true
4
- [NPMURL]: https://npmjs.org/package/@putout/engine-runner"npm"
4
+ [NPMURL]: https://npmjs.org/package/@putout/engine-runner "npm"
5
5
 
6
6
  Run 🐊[**Putout**](https://github.com/coderaiser/putout) plugins.
7
7
 
@@ -239,7 +239,7 @@ export const fix = (rootPath) => {
239
239
  createFile(rootPath, 'hello.txt', 'hello world');
240
240
  };
241
241
 
242
- export const scan = (rootPath) => {
242
+ export const scan = (rootPath, {progress}) => {
243
243
  const [filePath] = findFile(rootPath, 'hello.txt');
244
244
 
245
245
  if (filePath)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/engine-runner",
3
- "version": "20.4.1",
3
+ "version": "21.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Run 🐊Putout plugins",
@@ -33,9 +33,9 @@
33
33
  "@putout/engine-parser": "^10.0.0",
34
34
  "@putout/operate": "^12.0.0",
35
35
  "@putout/operator-declare": "^9.0.0",
36
- "@putout/operator-filesystem": "^3.0.0",
36
+ "@putout/operator-filesystem": "^4.0.0",
37
37
  "@putout/operator-json": "^2.0.0",
38
- "@putout/plugin-filesystem": "^3.0.0",
38
+ "@putout/plugin-filesystem": "^4.0.1",
39
39
  "debug": "^4.1.1",
40
40
  "fullstore": "^3.0.0",
41
41
  "jessy": "^3.0.0",
@@ -61,7 +61,7 @@
61
61
  "montag": "^1.0.0",
62
62
  "nodemon": "^3.0.1",
63
63
  "putout": "*",
64
- "supertape": "^9.0.0"
64
+ "supertape": "^10.0.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "putout": "*"