@ethlete/cdk 4.69.0 → 4.70.0
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 +12 -0
- package/fesm2022/ethlete-cdk.mjs +796 -793
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/index.d.ts +22 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.70.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6582807`](https://github.com/ethlete-io/ethdk/commit/6582807723310479c3b926e011bdfd6ded913564) Thanks [@TomTomB](https://github.com/TomTomB)! - Add `extraInjectionToken` option to `createProvider` util to allow providing the created provider under an additional existing `InjectionToken`.
|
|
8
|
+
|
|
9
|
+
## 4.69.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`8170913`](https://github.com/ethlete-io/ethdk/commit/8170913b47bc843fb3f79833606c358601217698) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix cdk table errors after updating to latest angular cdk
|
|
14
|
+
|
|
3
15
|
## 4.69.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|