@putout/plugin-esm 1.0.0 → 1.0.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 +2 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -139,6 +139,8 @@ To disable use:
139
139
  "esm/merge-duplicate-imports-rename": "off"
140
140
  }
141
141
  }
142
+ ```
143
+
142
144
  #### ❌ Example of incorrect code
143
145
 
144
146
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-esm",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin improves ability to transform ESM code",
@@ -26,7 +26,9 @@
26
26
  "coverage": "madrun coverage",
27
27
  "report": "madrun report"
28
28
  },
29
- "dependencies": {},
29
+ "dependencies": {
30
+ "parse-import-specifiers": "^1.0.3"
31
+ },
30
32
  "keywords": [
31
33
  "putout",
32
34
  "putout-plugin",
@@ -37,8 +39,10 @@
37
39
  "@putout/eslint-flat": "^2.0.0",
38
40
  "@putout/plugin-declare": "*",
39
41
  "@putout/plugin-declare-before-reference": "*",
42
+ "@putout/plugin-nodejs": "*",
40
43
  "@putout/plugin-putout": "*",
41
44
  "@putout/plugin-reuse-duplicate-init": "*",
45
+ "@putout/plugin-tape": "*",
42
46
  "@putout/plugin-typescript": "*",
43
47
  "@putout/test": "^11.0.0",
44
48
  "c8": "^10.0.0",