@empathyco/x-adapter
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
@@ -6,2 +6,11 @@ # Change Log | ||
## [7.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-adapter@7.0.0-alpha.0...@empathyco/x-adapter@7.0.0-alpha.1) (2021-08-24) | ||
### Features | ||
* **request:** update search request type to include the new extra params ([5dc8bc2](https://github.com/empathyco/x/commit/5dc8bc2c4e3cb397ccc3ae10f64f2bca651336e5)), closes [EX-4634](https://searchbroker.atlassian.net/browse/EX-4634) | ||
## [7.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-adapter@6.2.0-alpha.8...@empathyco/x-adapter@7.0.0-alpha.0) (2021-08-11) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@empathyco/x-adapter", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "A search client for the Empathy search API ", | ||
@@ -65,3 +65,3 @@ "author": "Empathy Systems Corporation S.L.", | ||
}, | ||
"gitHead": "291b6694025c7af2b0c3013f92ef411cfd7ab564" | ||
"gitHead": "138168a12ffab64f263b39df5900fbc70824799a" | ||
} |
@@ -1332,2 +1332,4 @@ ## API Report File for "@empathyco/x-adapter" | ||
// (undocumented) | ||
[key: string]: unknown; | ||
// (undocumented) | ||
sort?: Sort; | ||
@@ -1334,0 +1336,0 @@ } |
@@ -65,2 +65,3 @@ import { Filter, RelatedTag, Sort } from '@empathyco/x-types'; | ||
sort?: Sort; | ||
[key: string]: unknown; | ||
} | ||
@@ -67,0 +68,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1557633
30046