@putout/babel 5.0.3 → 5.0.4

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 +5 -1
  2. package/package.json +1 -1
package/bundle/index.js CHANGED
@@ -42384,7 +42384,11 @@ function humanize(value) {
42384
42384
 
42385
42385
  var globalNamespaces = '';
42386
42386
 
42387
- function createDebug() {}
42387
+ function createDebug() {
42388
+ return {
42389
+ enabled: false,
42390
+ };
42391
+ }
42388
42392
 
42389
42393
  var names = [];
42390
42394
  var skips = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/babel",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Babel 8 in CommonJS",