You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`packageName`** (\*) | NPM package name |`string`|
1116
+
|**`version`** (\*) | NPM version of the CLI |`string`|
1117
+
|**`date`** (\*) | Start date and time of the collect run |`string`|
1118
+
|**`duration`** (\*) | Duration of the collect run in ms |`number`|
1119
+
|**`categories`** (\*) ||_Array of [CategoryConfig](#categoryconfig) items_|
1120
+
|**`plugins`** (\*) ||_Array of at least 1 [PluginReport](#pluginreport) items_|
1121
+
|**`commit`** (\*) | Git commit for which report was collected |_Object with properties:_<ul><li>`hash`: `string` (_regex: `/^[\da-f]{40}$/`_) - Commit SHA (full)</li><li>`message`: `string` - Commit message</li><li>`date`: `Date` (_nullable_) - Date and time when commit was authored</li><li>`author`: `string` - Commit author name</li></ul> (_nullable_) |
0 commit comments