@putout/bundle 5.1.1 → 5.1.3

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.
@@ -61,7 +61,7 @@ var fullstore$1 = (value) => {
61
61
  };
62
62
  };
63
63
 
64
- var fullstore$2 = fullstore$1.default;
64
+ var fullstore$2 = fullstore$1;
65
65
 
66
66
  var global$1 = (typeof global !== "undefined" ? global :
67
67
  typeof self !== "undefined" ? self :
@@ -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
 
@@ -113193,7 +113189,7 @@ function check$4(fn) {
113193
113189
  throw Error('fn should be a function!');
113194
113190
  }
113195
113191
 
113196
- var wraptile$1 = wraptile.default;
113192
+ var wraptile$1 = wraptile;
113197
113193
 
113198
113194
  const {entries: entries$4} = Object;
113199
113195
  const {isArray: isArray$2} = Array;
@@ -121119,7 +121115,7 @@ var regexpTree_1 = regexpTree$2;
121119
121115
 
121120
121116
  var regexpTree = regexpTree_1;
121121
121117
 
121122
- var regexpTree$1 = regexpTree.default;
121118
+ var regexpTree$1 = regexpTreeParser;
121123
121119
 
121124
121120
  const notSimpleChar = ({type, kind}) => type !== 'Char' || kind !== 'simple';
121125
121121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundle",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
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",