Skip to content

Commit

Permalink
Merge pull request #77 from Phuire-Research/UI
Browse files Browse the repository at this point in the history
Concept name consistency
  • Loading branch information
REllEK-IO committed Oct 11, 2023
2 parents 7e75c28 + 1942419 commit d78ec89
Show file tree
Hide file tree
Showing 2 changed files with 2 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.23",
"version": "0.0.24",
"description": "Unified Turing Machine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/concepts/chain/chain.concept.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type Chain = {
actionQue: Action[];
};

export const chainName = 'Chain';
export const chainName = 'chain';

const initialChainState: Chain = {
actionQue: [],
Expand Down

0 comments on commit d78ec89

Please sign in to comment.