@putout/plugin-esm 9.3.0 → 9.4.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.
@@ -108,7 +108,7 @@ function buildResolved(rootPath, importsTuples) {
108
108
  continue;
109
109
  }
110
110
 
111
- if (relative === '..') {
111
+ if (relative === '..' || relative === '../') {
112
112
  const withPackage = join(current, 'package.json');
113
113
  const [packageJson] = findFile(rootPath, withPackage);
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-esm",
3
- "version": "9.3.0",
3
+ "version": "9.4.0",
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",