@putout/babel 5.1.0 → 5.1.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/bundle/index.js +1 -5
  2. package/package.json +1 -1
package/bundle/index.js CHANGED
@@ -42187,11 +42187,7 @@ function enable(namespaces$1) {
42187
42187
  }
42188
42188
 
42189
42189
  // ../babel-babel/node_modules/obug/dist/node.js
42190
- import {isatty} from 'tty';
42191
- import {
42192
- formatWithOptions,
42193
- inspect,
42194
- } from 'util';
42190
+ var isatty = () => false;
42195
42191
 
42196
42192
  var colors = [];
42197
42193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/babel",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Babel 8 in CommonJS",