@putout/engine-runner 20.4.0 → 20.4.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
@@ -254,7 +254,7 @@ export const scan = (rootPath) => {
254
254
  };
255
255
  ```
256
256
 
257
- Or better `trackFile`:
257
+ Or better `trackFile`, which does the same, but also count `progress`:
258
258
 
259
259
  ```js
260
260
  export const report = () => 'Add file';
@@ -3,11 +3,13 @@
3
3
  const fullstore = require('fullstore');
4
4
  const {compare} = require('@putout/compare');
5
5
  const {__filesystem_name} = require('@putout/operator-json');
6
+
6
7
  const {
7
8
  findFile,
8
9
  pause,
9
10
  start,
10
11
  } = require('@putout/operator-filesystem');
12
+
11
13
  const log = require('debug')('putout:runner:scanner');
12
14
 
13
15
  const fromSimple = require('@putout/plugin-filesystem/from-simple');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/engine-runner",
3
- "version": "20.4.0",
3
+ "version": "20.4.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Run 🐊Putout plugins",
@@ -34,7 +34,7 @@
34
34
  "@putout/operate": "^12.0.0",
35
35
  "@putout/operator-declare": "^9.0.0",
36
36
  "@putout/operator-filesystem": "^3.0.0",
37
- "@putout/operator-json": "^1.3.0",
37
+ "@putout/operator-json": "^2.0.0",
38
38
  "@putout/plugin-filesystem": "^3.0.0",
39
39
  "debug": "^4.1.1",
40
40
  "fullstore": "^3.0.0",
@@ -50,9 +50,9 @@
50
50
  ],
51
51
  "devDependencies": {
52
52
  "@putout/plugin-minify": "*",
53
- "c8": "^8.0.0",
54
- "eslint": "^8.0.1",
55
- "eslint-plugin-n": "^16.0.0",
53
+ "c8": "^9.0.0",
54
+ "eslint": "^9.0.0-alpha.0",
55
+ "eslint-plugin-n": "^17.0.0-0",
56
56
  "eslint-plugin-putout": "^22.0.0",
57
57
  "just-camel-case": "^4.0.2",
58
58
  "lerna": "^6.0.1",