@putout/bundle 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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  🐊[**Putout**](https://github.com/coderaiser/putout) bundle to get things working in [**Deno**](https://deno.land) and **Browsers** using amazing [esm.sh](https://esm.sh).
7
7
 
8
- Usage
8
+ Usage:
9
9
 
10
10
  ```js
11
11
  import {putout} from 'https://esm.sh/@putout/bundle';
package/bundle/putout.js CHANGED
@@ -44391,15 +44391,11 @@ function enable$2(namespaces$1) {
44391
44391
  }
44392
44392
 
44393
44393
  // ../babel-babel/node_modules/obug/dist/node.js
44394
- var isatty = () => false;
44395
-
44396
44394
  var colors$1 = [];
44397
44395
 
44398
44396
  var inspectOpts = {};
44399
44397
 
44400
- function useColors() {
44401
- return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(browser$1$1.stderr.fd);
44402
- }
44398
+ function useColors() {}
44403
44399
 
44404
44400
  function formatArgs$1() {}
44405
44401