@putout/babel 5.1.1 → 5.1.2

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,15 +42187,11 @@ function enable(namespaces$1) {
42187
42187
  }
42188
42188
 
42189
42189
  // ../babel-babel/node_modules/obug/dist/node.js
42190
- var isatty = () => false;
42191
-
42192
42190
  var colors = [];
42193
42191
 
42194
42192
  var inspectOpts = {};
42195
42193
 
42196
- function useColors() {
42197
- return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(process.stderr.fd);
42198
- }
42194
+ function useColors() {}
42199
42195
 
42200
42196
  function formatArgs() {}
42201
42197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/babel",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Babel 8 in CommonJS",