@putout/plugin-nodejs 7.1.0 → 7.2.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.
package/README.md CHANGED
@@ -36,7 +36,6 @@ npm i putout @putout/plugin-nodejs -D
36
36
 
37
37
  ## Rules
38
38
 
39
-
40
39
  ### add-node-prefix
41
40
 
42
41
  > `Deno` supports using Node.js built-in modules such as `fs`, `path`, `process`, and many more via `node`: specifiers.
@@ -1,4 +1,5 @@
1
1
  {
2
+ "process": "import process from 'process'",
2
3
  "arch": "import {arch} from 'process'",
3
4
  "platform": "import {platform} from 'process'",
4
5
  "release": "import {release} from 'process'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-nodejs",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin adds ability to transform code to new API of Node.js",