Skip to content

Commit

Permalink
Merge pull request #59 from Phuire-Research/UI
Browse files Browse the repository at this point in the history
Export Consistency
  • Loading branch information
REllEK-IO authored Oct 3, 2023
2 parents 7d9959e + 3ffe0d5 commit ab01606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.16",
"version": "0.0.17",
"description": "Unified Turing Machine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export type {
Method,
Principle,
Mode,
ConceptCreator
ConceptCreator,
MethodCreator
} from './model/concept';
export type { KeyedSelector } from './model/selector';
export { selectState, selectConcept, selectSlice } from './model/selector';
Expand All @@ -36,6 +37,7 @@ export { AxiumState, axiumName, createAxiumConcept } from './concepts/axium/axiu
export { blockingMode, permissiveMode } from './concepts/axium/axium.mode';
export { axiumSelectOpen, axiumSelectLastStrategy, axiumSelectBadActions, axiumSelectBadStages } from './concepts/axium/axium.selector';
// Qualities
export { axiumConcludeType } from './concepts/axium/qualities/conclude.quality';
export { axiumOpen, axiumOpenType } from './concepts/axium/qualities/open.quality';
export { axiumLog, axiumLogType } from './concepts/axium/qualities/log.quality';
export { axiumClose, axiumCloseType } from './concepts/axium/qualities/close.quality';
Expand Down

0 comments on commit ab01606

Please sign in to comment.