@ethlete/cdk 4.70.0 → 4.70.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/fesm2022/ethlete-cdk.mjs +0 -1
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/index.d.ts +10 -449
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.70.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`11dff90`](https://github.com/ethlete-io/ethdk/commit/11dff90a8e7d6663356369e0715401e5643874da) Thanks [@TomTomB](https://github.com/TomTomB)! - Add missing support for legacy queries where queries are allowed
|
|
8
|
+
|
|
3
9
|
## 4.70.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/fesm2022/ethlete-cdk.mjs
CHANGED
|
@@ -15687,7 +15687,6 @@ class FilterOverlayService {
|
|
|
15687
15687
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: FilterOverlayService, decorators: [{
|
|
15688
15688
|
type: Injectable
|
|
15689
15689
|
}] });
|
|
15690
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
15691
15690
|
const provideFilterOverlayConfig = (config) => {
|
|
15692
15691
|
return [
|
|
15693
15692
|
{
|