repository-provider
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -300,2 +300,10 @@ 'use strict'; | ||
/** | ||
* By default we use the providers implementation. | ||
* @return {Class} as defined in the repository | ||
*/ | ||
get entryClass() { | ||
return this.repository.entryClass; | ||
} | ||
async *list(...args) { | ||
@@ -302,0 +310,0 @@ console.log( |
{ | ||
"name": "repository-provider", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
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
71052
2368