@agentxm/workspace-state 0.28.11 → 0.28.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -41,6 +41,7 @@ export interface PendingClosureRestorationFailure {
|
|
|
41
41
|
readonly retained: ReadonlyArray<string>;
|
|
42
42
|
}
|
|
43
43
|
export interface WorkspaceTransactionContext {
|
|
44
|
+
readonly isTransitionCompromised: () => boolean;
|
|
44
45
|
readonly fs: FileSystem.FileSystem;
|
|
45
46
|
readonly path: Path.Path;
|
|
46
47
|
readonly workspaceDir: string;
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"url": "https://github.com/agentxm/axm/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@agentxm/extension-model": "^0.28.
|
|
8
|
-
"@agentxm/registry-protocol": "^0.28.
|
|
7
|
+
"@agentxm/extension-model": "^0.28.12",
|
|
8
|
+
"@agentxm/registry-protocol": "^0.28.12",
|
|
9
9
|
"effect": "4.0.0-rc.112",
|
|
10
10
|
"jsonc-parser": "^3.3.1",
|
|
11
11
|
"semver": "^7.8.5",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
57
|
"type": "module",
|
|
58
|
-
"version": "0.28.
|
|
58
|
+
"version": "0.28.12"
|
|
59
59
|
}
|