repository-provider
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -299,2 +299,3 @@ 'use strict'; | ||
title: undefined, | ||
body: undefined, | ||
state: undefined | ||
@@ -301,0 +302,0 @@ }; |
{ | ||
"name": "repository-provider", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -91,2 +91,3 @@ [![npm](https://img.shields.io/npm/v/repository-provider.svg)](https://www.npmjs.com/package/repository-provider) | ||
- [title](#title) | ||
- [body](#body) | ||
- [state](#state) | ||
@@ -349,2 +350,8 @@ - [RepositoryGroup](#repositorygroup-1) | ||
the one line description of the pull request. | ||
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
## body | ||
the description of the pull request. | ||
@@ -351,0 +358,0 @@ |
@@ -22,3 +22,3 @@ import { notImplementedError, propertiesFromOptions } from "./util"; | ||
/** | ||
* the description of the pull request. | ||
* the one line description of the pull request. | ||
* @return {string} | ||
@@ -29,2 +29,8 @@ */ | ||
/** | ||
* the description of the pull request. | ||
* @return {string} | ||
*/ | ||
body: undefined, | ||
/** | ||
* state of the pull request. | ||
@@ -31,0 +37,0 @@ * @return {string} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55134
1328
449