@putout/plugin-esm 4.2.0 β†’ 4.2.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,7 +49,8 @@ npm i putout @putout/plugin-esm -D
49
49
  "ignore": []
50
50
  }],
51
51
  "esm/sort-imports-by-specifiers": "on",
52
- "esm/resolve-imported-file": "on"
52
+ "esm/resolve-imported-file": "off",
53
+ "esm/apply-namespace-of-file": "off"
53
54
  }
54
55
  }
55
56
  ```
@@ -354,6 +355,7 @@ Check out in 🐊**Putout Editor**:
354
355
 
355
356
  - βœ… [`resolve-imported-file`](https://putout.cloudcmd.io/#/gist/241489cb2781dd37ec96baf0115cde4e/83c2f2e9f490850b7fda432f8d25ae6a64ed07e3);
356
357
  - βœ… [`get-imports`](https://putout.cloudcmd.io/#/gist/ee10100fed86e4db926885dd54298668/7538bca7a9ae006d976f41261c0ed4c0e1902ace);
358
+ - βœ… [`is-esm`](https://putout.cloudcmd.io/#/gist/fa080be2bf3a6560e289d84b5873c2bc/2601091f6bf97148843767968c3afcb36dde31de);
357
359
  - βœ… [`change-imports`](https://putout.cloudcmd.io/#/gist/23a6dc6741b772c03fbed95feda2b451/1fbecac6fc40282bcda0593aa666a8c213ef85b7);
358
360
 
359
361
  Let's consider file structure:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-esm",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin improves ability to transform ESM code",