Skip to content

Commit

Permalink
rxfx/effect 0.1.0 createStatefulEffect exported
Browse files Browse the repository at this point in the history
  • Loading branch information
deanrad committed Sep 6, 2023
1 parent e9a5124 commit d2b501e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxfx/effect",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Dean Radcliffe",
"repository": "https://github.com/deanrad/rxfx",
Expand Down
1 change: 1 addition & 0 deletions effect/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { concat, EMPTY, throwError } from 'rxjs';
export * from './createEffect';
export * from './createStatefulEffect';

0 comments on commit d2b501e

Please sign in to comment.