@spinque/query-api
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -77,2 +77,3 @@ import { Query } from './types'; | ||
clearFacetSelection(facetEndpoint?: string): void; | ||
setSearchQuery(query: Query): void; | ||
} |
@@ -226,4 +226,7 @@ "use strict"; | ||
}; | ||
FacetedSearch.prototype.setSearchQuery = function (query) { | ||
this.searchQuery = query; | ||
}; | ||
return FacetedSearch; | ||
}()); | ||
exports.FacetedSearch = FacetedSearch; |
{ | ||
"name": "@spinque/query-api", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
98889
2090