Skip to content

Commit

Permalink
fix(run-action): expose api
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Mar 16, 2019
1 parent 55d2dc7 commit 52ed41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions akita/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ export { SelectAllOptionsA, SelectAllOptionsB, SelectAllOptionsC, SelectAllOptio
export { rootDispatcher } from './rootDispatcher';
export { __stores__ } from './stores';
export { isDev, enableAkitaProdMode, __DEV__ } from './env';
export { runStoreAction, StoreActions } from './runStoreAction';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datorama/akita",
"version": "3.0.1",
"version": "3.0.2",
"description": "State Management Tailored-Made for JS Applications",
"schematics": "./schematics/src/collection.json",
"scripts": {
Expand Down

0 comments on commit 52ed41c

Please sign in to comment.