@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.
@@ -44187,15 +44187,11 @@ function enable(namespaces$1) {
44187
44187
  }
44188
44188
 
44189
44189
  // ../babel-babel/node_modules/obug/dist/node.js
44190
- var isatty = () => false;
44191
-
44192
44190
  var colors = [];
44193
44191
 
44194
44192
  var inspectOpts = {};
44195
44193
 
44196
- function useColors() {
44197
- return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(browser$1.stderr.fd);
44198
- }
44194
+ function useColors() {}
44199
44195
 
44200
44196
  function formatArgs() {}
44201
44197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundle",
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": "🐊Putout bundle suitable for Deno and Browsers",