Skip to content

Commit

Permalink
Merge pull request #123 from Phuire-Research/UI
Browse files Browse the repository at this point in the history
Tweak UnifyConcepts back to Concept[]
  • Loading branch information
REllEK-IO committed Oct 26, 2023
2 parents 0088ab8 + a83c95f commit a566bc0
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.52",
"version": "0.0.53",
"description": "Unified Turing Machine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/model/concept.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function unify(base: Concept, target: Concept): Concept {
* Will document the usage of such after UI concept release.
*/
export function unifyConcepts(
concepts: Concepts,
concepts: Concept[],
emergentConcept: Concept
): Concept {
let newConcept = createConcept('', {});
Expand Down

0 comments on commit a566bc0

Please sign in to comment.