@internetarchive/collection-name-cache
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
@@ -73,2 +73,3 @@ /* eslint-disable camelcase */ | ||
var _a, _b, _c, _d; | ||
await this.loadFromCache(); | ||
const pendingIdentifiers = this.pendingIdentifierQueue.splice(0, 100); | ||
@@ -75,0 +76,0 @@ if (pendingIdentifiers.length === 0) |
@@ -10,3 +10,3 @@ { | ||
"author": "Internet Archive", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"main": "dist/index.js", | ||
@@ -13,0 +13,0 @@ "module": "dist/index.js", |
@@ -137,2 +137,3 @@ /* eslint-disable camelcase */ | ||
private async loadPendingIdentifiers(): Promise<void> { | ||
await this.loadFromCache(); | ||
const pendingIdentifiers = this.pendingIdentifierQueue.splice(0, 100); | ||
@@ -139,0 +140,0 @@ if (pendingIdentifiers.length === 0) return; |
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
124585
1226