repository-provider
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -680,2 +680,11 @@ 'use strict'; | ||
} | ||
async equals(other) { | ||
return ( | ||
other !== undefined && | ||
this.name === other.name && | ||
this.isCollection === other.isCollection && | ||
this.isBlob === other.isBlob | ||
); | ||
} | ||
} | ||
@@ -682,0 +691,0 @@ |
{ | ||
"name": "repository-provider", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"publishConfig": { | ||
@@ -32,3 +32,3 @@ "access": "public" | ||
"dependencies": { | ||
"content-entry": "^1.4.2", | ||
"content-entry": "^1.7.0", | ||
"loglevel-mixin": "^2.0.5", | ||
@@ -35,0 +35,0 @@ "to-readable-stream": "^1.0.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
82515
2384
Updatedcontent-entry@^1.7.0