Skip to content

Commit 449c034

Browse files
chore: bump version to 0.5.55
1 parent 8a2d77b commit 449c034

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "0.5.54",
3+
"version": "0.5.55",
44
"description": "Lossless memory runtime for AI coding tools - organizes context as a call stack instead of linear chat logs, with team collaboration and infinite retention",
55
"engines": {
66
"node": ">=20.0.0",

src/core/context/stack-merge-resolver.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import {
1515
StartMergeSessionSchema,
1616
CreateMergePolicySchema,
1717
ConflictResolutionSchema,
18-
type StartMergeSessionInput,
19-
type CreateMergePolicyInput,
20-
type ConflictResolutionInput,
2118
} from './validation.js';
2219

2320
export interface MergeConflict {

0 commit comments

Comments
 (0)