@internetarchive/search-service
Advanced tools
Comparing version 1.3.3-alpha2 to 1.3.3-alpha3
@@ -20,3 +20,3 @@ /** | ||
user_since: string; | ||
loan_visibility?: string; | ||
loan_visibility?: string | boolean | null; | ||
} | ||
@@ -23,0 +23,0 @@ /** |
@@ -96,3 +96,2 @@ import { expect } from '@open-wc/testing'; | ||
user_since: '2010-01-02T03:04:05Z', | ||
loan_visibility: 'public', | ||
}, | ||
@@ -99,0 +98,0 @@ policy_settings: { |
{ | ||
"name": "@internetarchive/search-service", | ||
"version": "1.3.3-alpha2", | ||
"version": "1.3.3-alpha3", | ||
"description": "A search service for the Internet Archive", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
@@ -21,3 +21,3 @@ /** | ||
user_since: string; | ||
loan_visibility?: string; | ||
loan_visibility?: string|boolean|null; | ||
} | ||
@@ -24,0 +24,0 @@ |
@@ -107,3 +107,2 @@ import { expect } from '@open-wc/testing'; | ||
user_since: '2010-01-02T03:04:05Z', | ||
loan_visibility: 'public', | ||
}, | ||
@@ -110,0 +109,0 @@ policy_settings: { |
Sorry, the diff of this file is not supported yet
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
940501
13661