repository-provider
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -188,2 +188,3 @@ 'use strict'; | ||
async pullRequests() { | ||
await this.initialize(); | ||
return this._pullRequests; | ||
@@ -190,0 +191,0 @@ } |
{ | ||
"name": "repository-provider", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -200,2 +200,3 @@ import { notImplementedError } from "./util"; | ||
async pullRequests() { | ||
await this.initialize(); | ||
return this._pullRequests; | ||
@@ -202,0 +203,0 @@ } |
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
55384
1336