@wordpress/docgen 2.10.0 → 2.12.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.
- package/lib/index.js +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "2.12.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": "
|
|
45
|
+
"gitHead": "510540d99f3d222a96f08d3d7b66c9e7a726f705"
|
|
46
46
|
}
|