@wordpress/docgen 2.11.0 → 2.12.1-next.082ed6819.0

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/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -106,7 +106,7 @@ module.exports = ( sourceFile, options ) => {
106
106
  }
107
107
  sourceFile = path.join( processDir, sourceFile );
108
108
 
109
- const debugMode = options.debug ? true : false;
109
+ const debugMode = options.debug;
110
110
 
111
111
  const inputBase = path.join(
112
112
  path.dirname( sourceFile ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/docgen",
3
- "version": "2.11.0",
3
+ "version": "2.12.1-next.082ed6819.0",
4
4
  "description": "Autogenerate public API documentation from exports and JSDoc comments.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "dcf4613b33b0eda14e203ac30f700ed0db70347f"
45
+ "gitHead": "2bb7bad15ddb8e88210fab7d4a1ef1565466e424"
46
46
  }