Skip to content

Commit

Permalink
Merge pull request #87 from Phuire-Research/UI
Browse files Browse the repository at this point in the history
Export createActionNode
  • Loading branch information
REllEK-IO committed Oct 12, 2023
2 parents e47ef54 + 841d4af commit c70e6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phuire/strx",
"version": "0.0.29",
"version": "0.0.30",
"description": "Unified Turing Machine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export {
strategyFailed,
strategyDecide,
puntStrategy,
createActionNode
} from './model/actionStrategy';
export type { Action, ActionType } from './model/action';
export { primeAction, createAction, getSemaphore, prepareActionCreator } from './model/action';
Expand Down

0 comments on commit c70e6dc

Please sign in to comment.