@putout/engine-runner 21.2.0 → 22.0.0

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -450,6 +450,8 @@ export const scan = (rootPath, {push, trackFile}) => {
450
450
  };
451
451
  ```
452
452
 
453
+ ☝️ *When you use `trackFile` use [`progress()`](https://github.com/coderaiser/putout/tree/master/packages/test#progressfilename-expected) for testing*
454
+
453
455
  ### Finder
454
456
 
455
457
  **Finder** gives you all the control over traversing, but it's the slowest format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/engine-runner",
3
- "version": "21.2.0",
3
+ "version": "22.0.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Run 🐊Putout plugins",
@@ -15,7 +15,7 @@
15
15
  "changelog": false,
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git://github.com/coderaiser/putout.git"
18
+ "url": "git+https://github.com/coderaiser/putout.git"
19
19
  },
20
20
  "scripts": {
21
21
  "test": "madrun test",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@putout/babel": "^2.0.0",
32
32
  "@putout/compare": "^14.0.0",
33
- "@putout/engine-parser": "^10.0.0",
33
+ "@putout/engine-parser": "^11.0.0",
34
34
  "@putout/operate": "^12.0.0",
35
35
  "@putout/operator-declare": "^9.0.0",
36
36
  "@putout/operator-filesystem": "^4.0.0",