@internetarchive/search-service
Advanced tools
Comparing version 1.2.5-alpha.11 to 1.2.5-alpha.12
@@ -66,3 +66,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
this.accountExtraInfo = (_p = body.account_extra_info) !== null && _p !== void 0 ? _p : null; | ||
console.log('acct extra info', this.accountExtraInfo); | ||
console.log('acct extra info (search service)', this.accountExtraInfo); | ||
} | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "@internetarchive/search-service", | ||
"version": "1.2.5-alpha.11", | ||
"version": "1.2.5-alpha.12", | ||
"description": "A search service for the Internet Archive", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
@@ -151,3 +151,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
this.accountExtraInfo = body.account_extra_info ?? null; | ||
console.log('acct extra info', this.accountExtraInfo); | ||
console.log('acct extra info (search service)', this.accountExtraInfo); | ||
} | ||
@@ -154,0 +154,0 @@ } |
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
922372