@putout/engine-runner 14.0.1 → 14.0.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -308,7 +308,7 @@ module.exports.traverse = ({pathStore}) => ({
308
308
 
309
309
  Program: {
310
310
  exit() {
311
- console.log(listStore());
311
+ console.log(pathStore());
312
312
  // returns
313
313
  [];
314
314
  },
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@putout/engine-runner",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
- "description": "run putout plugins",
6
+ "description": "Run 🐊Putout plugins",
7
7
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/engine-runner#readme",
8
8
  "main": "lib/index.js",
9
9
  "commitType": "colon",
@@ -54,7 +54,7 @@
54
54
  "montag": "^1.0.0",
55
55
  "nodemon": "^2.0.1",
56
56
  "putout": "*",
57
- "supertape": "^7.0.0"
57
+ "supertape": "^8.0.0"
58
58
  },
59
59
  "license": "MIT",
60
60
  "engines": {