@dereekb/dbx-core 10.1.5 → 10.1.6

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.
@@ -23,4 +23,4 @@ export type HandleActionFunction<T = unknown, O = unknown> = WorkUsingObservable
23
23
  /**
24
24
  * @deprecated use WorkUsingContext instead.
25
25
  */
26
- export type HandleActionUsingContext<T = unknown, O = unknown> = WorkUsingContext<T, O>;
26
+ export type HandleActionWithContext<T = unknown, O = unknown> = WorkUsingContext<T, O>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-core",
3
- "version": "10.1.5",
3
+ "version": "10.1.6",
4
4
  "peerDependencies": {
5
5
  "@dereekb/util": "*",
6
6
  "@dereekb/rxjs": "*",